@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Papyrus, "Book Antiqua", "Times New Roman", Times, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-color: #0C3354;
	background-repeat: repeat-x;
}
.nav_text {
	font-size: 15px;
	font-family: Papyrus, "Book Antiqua", "Times New Roman", Times, sans-serif;
	padding-top: 5px;
}
.nav_text a:link {
	color: #000000;
	text-decoration: none;
}
.nav_text a:visited {
	color: #000000;
	text-decoration: none;
}
.nav_text a:hover {
	color: #000000;
	text-decoration: underline;
}
.nav_text a:active {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.nav_border {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
.style1 {
	font-size: 15px;
}
.text_white {
	color: #FFFFFF;
}
.text_white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text_white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text_white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text_white a:active {
	color: #FFFFFF;
	text-decoration: underline;
}