/* Global Styles */

body {
	background-color: #E6F1F3;
}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #663300;
	text-decoration:none;
	}
	
a:hover {
	color: #0000CC;
	text-decoration:underline;
	}

.smallText {
	color: #CC3300;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.bodyText {
	color:#5E83B0;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.navText {
	color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	}
	
.images {
	background-color: #FFFFFF;
	border: 1px solid #93C9E3;
	margin: 2px;
	padding: 2px;
	background-position: center center;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E1F00;
}
