.style1 
{
	font-family: "century gothic";
	color: #a1ae20;
}

.style3 
{
	font-family: "century gothic";
	font-size: 16px;
	font-weight: bold;
	color: #00237e;
}

.style4 
{
	font-family: "century gothic";
	font-size: 14px;
	color: #00237e;
}

.style5 
{
	color: #a1ae20;
	font-style: italic;
	font-family: "Century Gothic";
}

.styleRed 
{
	color: Red;
	font-style: italic;
	font-family: "Century Gothic";
}

input.green 
{
	background-color: #a1ae20; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Century Gothic"; 
	color: white;
}

.style6 {color: #FFFFFF}
.style7 {font-family: "century gothic"; font-size: 14px; color: #FFFFFF; }


a:link {color: #00237e}     
a:visited {color: #00237e}  
a:hover {color: #00237e}   
a:active {color: #00237e}  

/* Styles for "Forgot Password" page */
.resetRed 
{
    color: Red;
    font-style: italic;
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bold;
}

.styleBlue
{
	font-family: "century gothic"; font-size: 14px; color: #00237E;
}

input.blueText 
{
	background-color: #a1ae20; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Century Gothic"; 
	color: #00237E;
}

.bottomNote
{
	font-family:Arial; font-size:12px; color:#00237E;
}

.resetRow
{
    background-color: #A0AF20;
}

