body {
	background-image: url(images/bg.gif);
	background-color: #FBFBFB;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #FBFBFB;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


table, tr, td {
	border: none;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #FBFBFB;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #5A77A8;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #5A77A8;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #5A77A8;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


b, i {
	color: #316F11;
}


input, textarea, option, select {
	background-color: #111D2B;
	font-family: georgia, serif;
	font-size: 13px;
	color: #FBFBFB; 
	border: 1px solid #22518A;
	padding: 1px;
}


h1 {
	font-family: garamond, georgia, serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #22518A;
	text-align: left;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}


.menu {
	font-family: garamond, georgia, serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #22518A;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}


.navcontainer {
	width: 150px;
}


.nav {
	font-family: garamond, georgia, serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 3px;
	text-align: center;
}


.nav a, .nav a:visited {
	font-style: normal;
	color: #FBFBFB;
	display: block;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted #5A77A8;
}


.nav a:hover {
	font-style: normal;
	color: #5A77A8;
	display: block;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted #5A77A8;
}


.nav a:active {
	font-style: normal;
	color: #FBFBFB;
	display: block;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted #5A77A8;
}