
* {
	font-family:Verdana, Arial;
	font-size:11px;
	}

body {
	margin:0px;
	}

td {
	vertical-align:top;	
	}

a {
	color:#24478d;
	}
	
form {
	margin:0px;
	padding:0px;
	}	

img {
	margin:0px;
	padding:0px;
	}
	
	

	
/* classes */	

/* body stuff */
.mainbodycell {
	vertical-align:top;
	height:100%;
	background-image:url('images/background_main.gif');
	}
	
.input {
	height:18px;
	background-color: #fafaff;
	border: 1px solid #8ca4c2;
	}		
	
	
/* home page stuff */	
.blackcell_title {
	color:#dbe2a1;
	font-size:11px;
	font-weight:800;
	}
.blackcell_title a {
	color:#dbe2a1;
	font-size:11px;
	font-weight:800;
	text-decoration:none;
	}
.blackcell_title a:hover {
	color:#dbe2a1;
	font-size:11px;
	font-weight:800;
	text-decoration:underline;
	}			
	
.homepage_features {
	color:#333333;
	font-size:11px;
	}	
.homepage_features a {
	color:#24478d;
	font-size:11px;
	}		

	
/* header stuff  */
.headertext {
	font-size:11px;
	color:#ffffff;
	vertical-align:middle;
	}
.headertext a {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	}				
.headertext a:hover {
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	}
.headertext form {
	line-height:11px;
	margin:0px;
	}		
	
	
/* footer stuff */
.footercell {
	font-size:11px;
	}
.footercell2 {
	font-size:11px;
	background-color:#c9d2e4;
	font-weight:800;
	white-space:nowrap;
	}
		
		
/* other stuff */	
.whitetext {
	font-size:11px;
	color:#ffffff;
	}
.whitetext a {
	font-size:11px;
	color:#ffffff;
	}	

.nobreak {
	white-space:nowrap;
	}	

	
	