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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 15px;
}
body {
	background-color: #1a2c4d;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
a {
	font-weight: bold;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 11px;
	color: #000000;
}
table {
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
}
div {
	border-left-color: #996600;
}
.style2 {
	color: #996600;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 0px;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #253654;
	text-decoration: none;
}
a:active {
	color: #996600;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #996600;
}
.style4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}
#dots {
	height: 180px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #996600;
}
div2 {
	height: 200px;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #996600;
}
.line_seperator{
	padding: 10px 3px 5px 3px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C7D98;
}