/* CSS */

body {
	margin: 0; padding: 0;
	background-image: url(nominate/images/bkgd.jpg);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: 0;
}
.blue_2 {color: #1A315B}
.blue {color: #284179}
.footer {font-size: 10px}
.title {font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 26px; color:#284179; font-weight: bold; 
}
/*----Image Tables---*/
.grayborder {
	border: 1px solid #CCCCCC;
	}
	.tableborder {
	border: 1px solid #CCCCCC;
	background-color: #f7f7f7;}
	
	.image_text {color: #1A315B; font-style: italic;
	font-size: 10px; }


/* ---LINKS--- */

a:link { color: #284179; text-decoration: none}
a:visited { color: #284179; text-decoration: none}
a:active { color: #284179; text-decoration: none} 
a:hover {  color: #284179; text-decoration: underline;}