/* CSS Document */
.border {
	border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#D3D3D3;
	border-left-style:solid;border-left-width:1px;border-left-color:#FFFFFF;
	border-right-style:solid;border-right-width:1px;border-right-color:#D3D3D3;
	border-top-style:solid;border-top-width:1px;border-top-color:#FFFFFF;
}
.border_t {
	border-top-style:solid;border-top-width:1px;border-top-color:#D3D3D3;
}
.border_b {
	border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#D3D3D3;
}
.border_l {
	border-left-style:solid;border-left-width:1px;border-left-color:#D3D3D3;
}
.border_r {
	border-right-style:solid;border-right-width:1px;border-right-color:#D3D3D3;
}

a:link {
	color: #006691;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
a:hover {
	color: #006691;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #DDEEFF;
	text-decoration: none;
	padding: 2px;
}
a:active {
	color: #006691;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
a:visited {
	color: #006691;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

body {
	color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	background-color: E6E6DC;
	background-image:  url("../img/bg_black.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
}
td {
	color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
th {
	color: #666666;
	background-color: #FBE7EB;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
}
h1 {
	color: #666666;
	font-size: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
