/* CSS Document */

body {
	background-color: #3B536E;
	margin-top: 0px;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}
a {
	font-size: 16px;
	color: #FFFFFF;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	margin-top: 4px;
	text-align: right;
}
h2 {
	font-size: 24px;
}
.nav {
	font-size: 20px;
	text-align: right;
	line-height: 24px;
	color:#CCCCCC;
	font-style: bold;
	text-decoration: none;
	padding-right: 5px;
}
p {
	padding-left: 10px;
	padding-right: 10px;

}