body {
	background-image: url(images/bg.png);
	background-color: #F2F2F2;
	font-family: trebuchet, trebuchet ms;
	font-size: 11px;
	line-height: 22px;
	color: #20496D;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


table, tr, td {
	border: none;
	font-family: trebuchet, trebuchet ms;
	font-size: 11px;
	line-height: 22px;
	color: #20496D;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #D5980B;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #D5980B;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #D5980B;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 11px;
	line-height: 22px;
	text-align: justify;
}


b, i {
	font-family: georgia, serif;
	color: #217FBD;
}


input, textarea, option, select {
	background-color: #F2F2F2;
	font-family: trebuchet, trebuchet ms;
	font-size: 11px;
	color: #20496D;
	border: 1px solid #20496D;
	padding: 1px;
}


h1 {
	font-family: georgia, serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
	color: #3A71A3;
	text-align: left;
	margin: 0px;
}


.nav {
	font-family: georgia, serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}


.nav a:link, .nav a:visited {
	font-style: italic;
	color: #EAAB11;
	padding: 0px 8px 0px 8px;
}


.nav a:hover {
	font-style: italic;
	color: #217FBD;
	padding: 0px 8px 0px 8px;
}


.nav a:active {
	font-style: italic;
	color: #EAAB11;
	padding: 0px 8px 0px 8px;
}