/* CSS STYLES FOR HFCL Documents after 03/27/10 */

body, p, td, th, div, blockquote, ul, ol {
	font-family: Georgia, Times, serif;
	color: #000000;
	text-indent 1em;
	line-height: 1.1em:
	padding: 0;
	margin: 0.5em;
}

.MainText {
	font-family: Georgia, Times, serif;
	color: #000000;
	text-indent 1em;
	line-height: 1.1em:
	padding: 0;
	margin: 0.5em;
}

div.grey {
	bordercolor: #660000;
	background-color: #eeeeee;	
}

div.beige {
	bordercolor: #660000;
	background-color: #ffffee;
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	margin-top: 6px;
}

div.middle {
	text-align: center
}

/* table cell border colors  */
td.cellbeige {
	background-color: #ffffee;
	padding: .5em;
}

td.cellgray {
	background-color: #66000;
	padding: .5em;
}

td.cellgreen {
	background-color: #ccffcc;
	padding: .5em;
}

td.cellblue {
	background-color: #99ccff;
	padding: .5em;
}

.white {
	bordercolor: #fff;
	background-color: #FFF;
}

li {
	margin: 0 0 0 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
	
ul.listcirc {
	list-style-type: circle;
}
	/* list with no bullets */
ul.listnobull {
	list-style-type: none;
}
li.itemnobull {
	list-style-type: none;
}
	/* items with no padding */
li.listzeroheight {
	padding-bottom: 0.0em;
}
.imagelabel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}

.Title {
	font-size: 110%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.Title2 {
	font-size: 105%;
	color: #333333;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}

.subtopic {
	font-weight: bold;
	font-size: 105%;
	font-family: Georgia, Times, serif;
	margin-top: 1em;
}

.subtopic2 {
	font-weight: bold;
	font-size: 105%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin-top: 1em;
	
}

.small-caps {
	text-transform: uppercase;
	font-size: small;
}
.smallprint {
	font-size: small;
}

.smallerprint {
	font-size: x-small;
}

.citation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #555555;
	font-weight: normal;
}

/* quotations */
.quotedText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005000;
	font-size: 90%;
}

/* narrowed quote para */
.quotedNarrow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #005000;
	font-size: 90%;
	align: "center";
	margin-left: 10%;
	margin-right: 10%;
}

/* red emphasis */
.emphasis {
	font-style: italic;
	font-weight: normal;
	color: #9d1609;
}

/* boxed paragraph with different background color */
.boxedpara {
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	width: 90%;
	border: 2px solid #999999;
	background-color: #FFCC99;
	color: #443333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}
/* use centering on a div box */
.centerautoboth {
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
}
.image-left {
	float: left;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .25em;
}
.image-right {
	float: right;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .25em;
}

.imgclear {
	clear: "both";
}
.capitolize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}
.Gold {
	color: #d27618;
}
.Rust {
	color: #98320b;
}
.Blue {
	color: #33C;
}
.Red {
	color: #C00;
}
.Green {
	color: #060;
}
.Pink {
	color: #F3F;
}
.Brown {
	color: #630;	
}
.Yellow {
	color: #ea2;
}
.greytext {
	color: #777
}

