td {
	font-size: 12pt;
}

body {
	background-color: black;
	font-family: book antiqua;
	font-size: 12pt;
	color: #C0C0C0;
	text-align:center;
	margin: 0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #888888;
	scrollbar-shadow-color: #222222;
	scrollbar-3dlight-color: #555555;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #777777;
	scrollbar-darkshadow-color: #111111;
}

A:link {
	text-decoration: none;
	color:white;
}

A:visited {
	text-decoration: none;
	color:white;
}

A:active {
	text-decoration: none;
	color: Silver;
}

A:hover {
	color: gray;
}

A.link2:visited {
	text-decoration: none;
	color:#02CA1A;
}

input, textarea, select, button	{
	font: 9pt book antiqua;
	border: 1px;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	color: #C0C0C0;
	margin: 0px;
	background-color: #222222;
}

form {
	margin:0;
}

.big_font {
	font-size:15px;
}

.small_font {
	font-size:6pt;
}

.arial_font {
	font-family: arial;
}

.green_font {
	color:#02CA1A;
}

.blue_font {
	color:#2BA8FF;
}

.black_font {
	color:#000000;
}

.registration_td {
	background-color: black;
}

.registration_td2 {
	background-color: #333333;
}

.registration_td3 {
	background-color: #555555;
}

.viewall_td {
	background-color: black;
	text-align: center;
}

.viewall_td2 {
	background-color: #333333;
	text-align: center;
}

.viewall_td3 {
	background-color: #555555;
	text-align: center;
}

.send_buttons {
	width: 200px;
	letter-spacing: 3pt;
}

.login_input {
	width: 200px;
}

.blocksatz_td {
	text-align: justify;
}

.blocksatz_td2 {
	text-align: justify;
}

.right_td {
	text-align: right;
}