/*------------------html elements-----------------------*/

a,body,caption,div,em,fieldset,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,p,select,span,strong,sup,td,textarea,th,ul {
	font-family:verdana,arial,helvetica;
}

body {
	background-color:#FFFFFF;
	color:#000000;
	font-size:70%;
	margin:0em;
	padding:0em;
}
p{
margin-bottom:15px;
}

.bluelink {	
	color:#3399FF;
	text-decoration:none;
}

.bluelink:hover {
	color:#002569;
}


.whitetitle {
	font-family:georgia,timesnew-roman,serif;
	color:#FFFFFF;
	font-size:180%;
	}
.darkbluetitle {
	font-family:georgia,timesnew-roman,serif;
	color:#002569;
	font-size:180%;
	line-height:20px;
	}
.darkbluetitlebig {
	font-family:georgia,timesnew-roman,serif;
	color:#002569;
	font-size:260%;
	line-height:26px;
	padding-top:7px;
	padding-bottom:7px;
	}
.darkbluetitlesmall {
	font-family:georgia,timesnew-roman,serif;
	color:#002569;
	font-size:120%;
	}
	
.white {
	color:#FFFFFF;
	}
.blue {
	color:#3399FF;
	}
	
.red {
	color:#DE2D29;
	}
.bluebig {
	color:#3399FF;
	font-size:140%;
	}	
.bluecaption {
	color:#3399FF;
	font-size:140%;
	}	
.darkblue {
	color:#002569;
	}	
.darkbluebig {
	color:#002569;
	font-size:140%;
	}	
	
		
.darkbluesmall {
	font-size:86%;
	color:#002569;
	}		

.blacksmall {
	font-size:86%;
	color:#000000;
	}
.bluesmall {
	color:#3399FF;
	}
.orangesmall {
	color:#FDBB30;
	}	
.darkorangesmall {
	color:#ED8000;
	}	


.grey {
	color:#666666;
	}

.blacklink {
	color:#666666;
	text-decoration:none;
	}	
.blacklink:hover {
	color:#002569;
	text-decoration:none;
	}	
	
.blacksmalllink {
	color:#666666;
	text-decoration:none;
	}	
.blacksmalllink:hover {
	color:#3399FF;
	}
	
/*------------------content-----------------------*/

#welcome{
color:#ffffff;
margin-top:16px;
margin-left:5px;
}	
	
/*------------------old-----------------------*/
.pink {
	color:#E2007B;
	}
	
.pinksmall {
	font-size:86%;
	color:#E2007B;
	}
		


.disclaimer {
	color:#766D6A;
	font-size:0.9em;
	padding:5px 0px 0px 0px;
	}

.error {
	color:red;
	}
