/*Define style for body*/


body,p,table
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
 	color: #000000;	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}

#content
{
padding-left: 1em;
padding-right: 2em;
top:auto


}

td.marquee
{
color:#ff0000;
font-size:16px;
font-weight: bold;
font-variant:small-caps;

}

/*Define style for links */

a:link {text-decoration: underline; color: #974551;}
a:visited {text-decoration: underline; color: #974551;}
a:active {text-decoration: underline; color: #974551;}
a:hover {
	text-decoration: none;
	color: #EAEAEA;
	background-color: #974551;}




/*Define style for header(s)*/

.smallertext
{ font-size:12px;
}
