/* CSS Document */

a:link {
	font-size:14;
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline
}
a:visited {
	font-size:14;
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline
}
a:active {
	font-size:14;
	font-weight:bold;
	color: #FF99DD;
	text-decoration: none
}
a:hover {
	font-size:14;
	font-weight:bold;
	color: #FF99DD;
	text-decoration: none
}
.title:link {
	font-size:16;
	font-weight:bold;
	color: #FF99DD;
	text-decoration: none
}
.title:visited {
	font-size:16;
	font-weight:bold;
	color: #FF99DD;
	text-decoration: none
}
.title:active {
	font-size:16;
	font-weight:bold;
	color: #FF0000;
	text-decoration: none
}
.title:hover {
	font-size:16;
	font-weight:bold;
	color: #FF0000;
	text-decoration: none
}
td {
	font-size:14;
	color: #FF99DD
}
p {
	font-size:14;
	color: #FF99DD
}
div {
	font-size:14;
	color: #FF99DD
}
.small {
	font-size:12;
	color: #FF99DD
}
body {
	background-color:#000000;
	scrollbar-face-color:#FF0000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
}
.red {
	border-color: 42002B;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.lt_rt_red {
	border-color: ff0000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px
}
.h_red {
	border-color: ff0000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
td.singlebg {
	background-repeat: no-repeat;
	background-position: top left
}

