@charset "utf-8";
/* CSS Document */
/* Common properties for the entire site */

body {	
	font-family:Verdana, Arial, Helvetica, sans-serif; color: #8b8d8e; 
	margin-top:0px;
}

/* Lists */
ul { margin:0; padding:0; }
ol { margin:0; padding:0; }
ul li { font-size:0.65em; color: #8b8d8e;}
ul li li { font-size: 1em; }
ol li { font-size:0.65em; color: #8b8d8e;}


/* Text */
p { font-size: 0.65em; color: #8b8d8e;}
h1 { font-size: 1em; }
h2 { font-size: 0.9em; }
h3 { font-size: 0.8em; }
a { color: #408cbb; text-decoration: none; }
a:hover { text-decoration: underline; }

/* tables */
table tr td { /* font-size: 0.8em; */ color: #8b8d8e; }	
table tr td table tr td { /* font-size: 0.65em; */ }

table tr td p { /* font-size: 1em; */}
table tr td h3 { /* font-size: 1.2em; */ }
table tr td ul li { /* font-size: 1em; */ }

/* Forms */
form { margin:0; padding:0; display:inline;}
input { /* font-size: 0.6em; */ margin:0; padding:0; color: #8b8d8e;}
textarea { /* font-size: 0.6em; */ margin:0; padding:0; color: #8b8d8e;}
select { /* font-size: 0.6em; */ margin:0; padding:0; color: #8b8d8e;}
.textarea { color: #000; }
input.BlueButton { color: #fff; border: 1px solid #fff; padding: 5px; background-color:#7fb2d1; }

/* DIVs */
div { margin:0; padding:0; }

div#wrapper { width: 798px;	display: block;	margin: 0 auto; background-color: #fff;}
div#header {	width: 100%;	height: 111px;	margin-bottom: 5px;}
div#footer { 
	display: block;
	float: none;
	clear: both;
	position: relative;
	background-color: #fff;
	width: 800px;
	text-align: left;
	color: #cbcdce;
	font-size: 10px;
	line-height: 15px;
	margin-top: 15px;
	border-top: 1px solid #d9e8f1;
}
div#footer a {  }
div#footer a:hover {  }