/* CSS Document */

body {
background:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color:#BBBBBC;
	scrollbar-arrow-color:#666465;
	scrollbar-track-color:#666465;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#efefef;
	scrollbar-3dlight-color:#efefef;
	scrollbar-darkshadow-Color:#666465;
}
html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.smtxt {
	font-family: Arial;
	font-size: 9px;
}
.txt2 {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	font-weight:normal;
	text-transform: uppercase;
}

.txt {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	font-weight:normal;
	text-transform: uppercase;
}
.mdtxt {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	font-weight:normal;
	text-transform: uppercase;
}
.lgtxt {
	font-family: Arial;
	font-size: 14px;
}
.exlgtxt {
	font-family: Arial;
	font-size: 24px;
}
.white{
	color:#FFFFFF;
}
.gray {
	color: #CCCCCC;
}
.lightgray {
	color: #efefef;
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
a:hover {
	color: #FFcc00;
	text-decoration: none;
}

.darkgray {
	color: #999999;
}
.yellow{
	color:#FFFF00;
}
