/* CSS Document */


body {
font-family:Verdana, Trebuchet MS, Arial;
}

a:link { 
	text-decoration: underline;
	color: #A71930;
} 

a:visited {
	text-decoration: underline; 
	color: #A71930;
} 

a:active { 
	text-decoration: underline;
	color: #A71930;
} 
a:hover { 
	text-decoration: none;
	color: #A71930;
} 

p,td{
	color:#000000;
	font-size:12px;
}

h1{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	display:inline;
}

.footer
{
	font-size:12px;
	color:black;
	padding-top:5px;
}
.red 
{
	color: #A71930
}

img
{
	border:0px;
}

#mainFrame
{
	height:230px;
	width:auto;
	overflow:auto;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#A71930;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#A71930;
	scrollbar-highlight-color:#A71930;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
}
