body	{
	background-color: #ffffff;
	margin: 0px;
	scrollbar-face-color: buttonface;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: buttonface;
	scrollbar-3dlight-color: buttonface;
	scrollbar-arrow-color: buttonshadow;
	scrollbar-track-color: #fdf1d4;
	scrollbar-darkshadow-color: buttonshadow;	
}
a	{
	color: #162C78;
}
a:hover	{
	color: #C0C0C0;
}
.headerLinks, .headerLink	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #162C75;
}
.headerLink	{
	text-decoration: none;
}
.headerLink:hover	{
	text-decoration: underline;
	color: #C0C0C0;
}
.footerText, .searchText	{
	padding-top: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.searchText	{
	padding: 3px;
}
.searchText a	{
	color: #ffffff;
}
.searchText a:hover	{
	color: #C0C0C0;
}
.text, .formField, .buttn	{
	font-family: arial;
	font-size: 12px;
}
.formField	{
	border: 1px solid #000000;
}
.buttn	{
	background-color: #366496;
	width: 100px;
	color: #ffffff;
	cursor: hand;
	border-width: 1px;
	border-left-color: #CBE3FF;
	border-top-color: #CBE3FF;
	border-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
}
.headerborder {
	border-right-width: 1px; border-right-color: #ffffff; border-right-style: solid;

}