BODY, TD {
	color : #00FF00;
	font-family : Arial;
	font-size: 14px;
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #111111;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #444444;
	margin-right : 0;
	margin-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	font-weight : bold;
}

.Button{
	background : Gray;
	border-bottom : thin solid Black;
	border-left : thin solid Silver;
	border-right : thin solid Black;
	border-top : thin solid Silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.title{
	color : #00FF00;
	font-family: "Times New Roman";
	font-size: 35px;
	font : bold;
}

.small_title{
	color : #00FF00;
	font-family: "Times New Roman";
	font-size: 17px;
}

.menu_title{
	color : #F0F0F0;
	font-family: "Arial";
	font-size: 14px;
	font : bold;
}

.dark_text{
	color : #000055;
	font-family: "Arial";
	font-size: 14px;
	font : bold;
}

.poptitle{
	color : #00FF00;
	font-family: "Times New Roman";
	font-size: 20px;
	font : bold;
}

.r4j{
	color : red;
	font-family : "Times New Roman";
	font-size: 35px;
}

.r{
	color : red;
	font-family : "Times New Roman";
}

.g{
	color : Lime;
	font-family : "Times New Roman";
}

.b{
	color : #6A6AFF;
	font-family : "Times New Roman";
}

.y{
	color : Yellow;
	font-family : "Times New Roman";
}

.alt{
	color : #00FFFF;
	font-family : Arial;
	font-weight : bold;
}

.alert{
	color : Lime;
	font-family : Arial;
}

.RedAlert{
	color : #FF0000;
	font-family : "Arial";
	font-size: 14px;
	font-weight : bold;
}

A {
	text-decoration: none;
	color: Aqua;
	font-family : Arial;
	font-weight : bold;
	font-size:  12px
}

A:Hover {
	text-decoration: none;
	background-color : #222222;
	color: Yellow;
	font-family : Arial;
	font-weight : bold;
	font-size:  12px
}