body {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:justify;
	background-color: #FFFF80;
	}

/*Tables*/

table {
		
}
td.leftborder {
	background-image:url(graphics/USMLFT.GIF);
	background-position:center;
	background-repeat:repeat-y;
	width: 150px;
	height: 25px;
	vertical-align:text-top;	
}
td.center {
	text-align:center
}

td.example{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	text-align:justify;
}
	
/*Headings*/
h1 {
	background-color: #C92300;
	background-color: #C92300;
	background-color: #FFFFFF;
	background-color: #FF3300;
	background-color: #000000;
	background-color: #FF3300;
}

h2 {
}
 
h3.textsection{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	}

h4 {
}

h4.home {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:justify;
	margin-left: .25in;
	margin-right: .25in;
}

h5 {
}
/*lists*/
ul.leftnav {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	font-variant: normal;
	text-align:left;
	list-style-position:outside;
	font-weight: bold;
	margin-left:.18in;
	}
	
/*Inline formating*/
	/*Links*/
a:link {color:#0000FF}
a:visited {color: #551a8b}
a:hover {color: #669900}
a:active {color: #CCCC00}

/*Paragraphs*/
p.descriptive {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:justify;
    margin-left: .25in;
	margin-right: .25in;
	}
p.errormsg {
	color: Red;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:justify;
    margin-left: 0.25in;
	margin-right: 0.25in;
	}

img {
	border: none;
}
	/*paragraphs for online papers*/
	
	



