
/************ LINKS - START ***************************/
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:active {
	color: #FF0000;
}
a.menu1:link { text-decoration: none; color: #FFF;}
a.menu1:active { text-decoration: none; color: #FFF;}
a.menu1:visited { text-decoration: none; color: #FFF;}
a.menu1:hover {
	text-decoration: none;
	color: #000;
	background-color: #99FF99;
}
/************ LINKS - END ***************************/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
}
p {
	font-size: 12px;
}
h1 {
	font-size: 20px;
	color: #CCC;
	font-weight: normal;
	letter-spacing: 0.5em;
	word-spacing: 1em;
	border: 1px solid #666;
	padding: 4px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #CCC;
	letter-spacing: .2em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}
li {
	font-size: 12px;
}
th {
	background-color: #333;
	font-size: 12px;
	text-align: left;
}
td {
	font-size: 12px;
	vertical-align: top;
}
caption {
	font-size: 14px;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2em;
}
.border1 {
	border: 1px solid #333;
}
.border2 {
	border: 2px solid #333399;
}
.border3 {
	border: 2px solid #333;
}
.selectlist {
	border: 1px solid #333;
	background-color: #CCC;
}
.alert {
	color: #FF0000;
}
.type1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	word-spacing: .4em;
	letter-spacing: 0.1em;
	line-height: 20px;
}
.title {
	font-size: 22px;
	color: #CCC;
	font-weight: normal;
	letter-spacing: 0.5em;
	word-spacing: 1em;
	border: 1px solid #666;
	padding: 4px;
	font-family: "Courier New", Courier, mono;
	background-color: #333;
}
.inputText1 {
	background-color: #CCC;
	border: none;
}
select {
	font-size: 12px;
}
.textfieldsm {
	font-size: 12px;
}
.button1 {
	background-color: #333;
	border: 1px solid #FFF;
	color: #CCC;
	font-size: 12px;
}
.buttondefault {
	background-color: #333;
	border: 1px solid #FFF;
	color: #CCC;
	font-size: 14px;
}
.button2 {
	background-color: #990000;
	border: 1px solid #FFF;
	color: #CCC;
	font-size: 12px;
}
.highlightword {
	color: #99FF99;
}
.tablebordercolor1 {
	border: 1px solid #666;
}


#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 1px solid white;
	padding: 2px;
	background-color: #333;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


