/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F7EDE4;
}

	
h1, h2, h3 { 
	font-family: "Trebuchet MS", Verdana, Sans-serif;	
}

h1 {
	font-size:20px;
	color: #5a3d1c;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

h2 {
	font-size:16px;
	color:#00529c;
	margin-top:0px;
	padding-top:0px;

}

h3 {
	font-size:13px;
	color:#00529c;
	padding-top:0px;
	padding-bottom:0px;	

}

.commentBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.titleBig {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #000000;
}

.titleMed {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #333333;
}

a.nav {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
}

a:visited.nav {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
}

a:hover.nav {
	color: #668BB1;
	text-decoration:none;
	font-size: 10px;
	}


a {
	color:#265A90;
	text-decoration:none;	}

a:visited {
	color:#265A90;
	text-decoration:none;	
}

a:hover{
	color:#668BB1;
	text-decoration:underline;
	}
