.txt_small {
	font-size: 12px;
}
table, td {
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
h1 {
	font-size: large;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-style: normal;
	font-weight: bolder;
	background-color: #000000;
	padding: 2px;
	text-align: center;
	color: #FF0000;
}
h2 {

	font-size: small;
	color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-style: oblique;
	font-weight: bold;
	background-color: #000000;
	padding: 2px;
	text-align: center;
}
.txt_main {
	font-size: medium;
	list-style-position: inside;
	list-style-type: square;
}
.txt_bold {
	font-size: 16px;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bolder;
	color: #FFFFFF;
}
pre {
	font-size: small;
	color: #0000FF;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color:#444444;
	scrollbar-shadow-color:#444444;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#444444;
	scrollbar-darkshadow-Color:#000000;
	background-image: url(Images/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: 50px 0px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
input, textarea
{
color: #FFFFFF;
background: #111111;
border: 1px solid #444444
}
.submit input
{
color: #FFFFFF;
background: #444444;
border: 2px outset #FFFFFF
}
.txt_color {
	font-size: medium;
	list-style-position: inside;
	list-style-type: square;
	color: #FF0000;
	font-weight: bold;
}
