
.box1 {
	font-size: xx-small;
	padding: 6px;
}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #3E57A7;
	background-position: center;
}



.name {
	font-size: 1.1em;
}

.smallText {
	font-size: .8em;	
}

.mediumHeader {
	font-size:1.2em;
	font-weight:bold; 
}


.mainTable {
	border-left: solid 1px #868686;
	border-right: solid 1px #868686;
	background-color:white;
}

.navBG {
	background-image:url('../images/nav_bg.gif');
	background-position:top left;
	background-repeat:repeat-x;
}

#mainNav {
	font-size: .8em;
}

#mainNav a:link, #mainNav a:hover, #mainNav a:visited, #mainNav a:active {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#mainNav td {
	border:solid 1px white;
	text-align:center;
}

.bottomBG {
	background-image:url('../images/bottom_bg.gif');
	background-position:top left;
	background-repeat:repeat-x;
}
