/* Added by JHA */
#login {
	display: block;
	float:right;
	margin: 0;
	padding-top: 4px;
}
#login label {
	display: block;
	float: left;
	width: auto;
	margin: 0 10px 0 0;
}
#id, #pin {
	display: block;
	margin: 1px 0 0 0;
}
#id{
	width: 135px;
}
#pin {
	width: 85px;
}
#loginSubmit {
	font-weight:bold; 
	background-color: #003366; 
	color: #FFF;
	display: block;
	float: left;
	margin-top: 14px;
}

.text {
	font-family: Arial;
	font-size: 10px;
}
.smallbold
{
	font-family: Verdana,aial, Sans-Serif;
	font-size: 8px;
	font-weight: bold;
}
.mediumtext 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
p,table
{
	font-family: verdana, arial, 'sans serif'; 
	font-size: 12px;	
}
ul
{
list-style: disc; 
}
.Bold
{
	font-family: Verdana, arial, 'sans serif';
	font-size: 13px;
	font-weight: bold;
	color: Maroon;
}
a.pagetext{color: #AD0F0F;text-decoration: none;}
.sitedesign{
	text-decoration: none;
	color: #C0C0C0;
	font-weight: normal;
	font-size:7px;
	font-family:verdana;
}
a {
	text-decoration: underline;
	color: #0062A1;
	font-weight: bold;
	font-size:12px;
	font-family:verdana;
    }
a:visited {
	text-decoration: underline;
	color: #0062A1;
	font-weight: bold;
    }
a:hover {
	text-decoration: underline;
	color: #ce6500;
	font-weight: bold;
}
.topmenu
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: #AD0F0F;
}
.smalllinktext
{
	text-decoration: none;
	color: #0062A1;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
}
.bottommenu
{
	text-decoration: none;
	color: Blue;
	font-weight: bold;
}
.maintext {  font-family: verdana,tahoma,arial,helvetica,sans-serif; font-size: 15px; color: #F91F1F; font-weight: bold;}

 	.ratesTable {
 		width: 775px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		BORDER-COLLAPSE: collapse;
 	}
 
 	.ratesTable th {
		text-decoration: underline;
		font-weight: bold;
		text-align:center;
 	}

 	.ratesTable td, .ratesTable th {
		border: black 1pt solid; 
		padding: 10px;
	}

	.ratesTitle {
		border: black 1pt solid; 
		background-color: yellow;
		text-align: center;
		color: #00f;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
	}