body {
color:#A8A8A8;
font-family:verdana,Arial,Helvetica,sans-serif;
font-size:12px;
}

td {
color:#A8A8A8;
font-family: Verdana;
font-size:16px;
}

.td2 {
color:#DDDDDD;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

a:link {
color:#79B6DE;
text-decoration:none;
}

a:hover {
color:#FFF;
text-decoration:none;
}

a:visited {
color:#79B6DE;
text-decoration:none;
}

a:active {
color:#79B6DE;
text-decoration:none;
}

.title {
color:#E89F38;
font-size:20px;
}

.title a:hover {
color:#fff;
}

.title2 {
color:#DE93F8;
font-size:22px;
font-weight:bold;
}

.MyGradientClassREMOVE
{
background-image: linear-gradient(bottom, rgb(12,25,36) 0%, rgb(35,60,81) 65%, rgb(50,82,108) 83%);
background-image: -o-linear-gradient(bottom, rgb(12,25,36) 0%, rgb(35,60,81) 65%, rgb(50,82,108) 83%);
background-image: -moz-linear-gradient(bottom, rgb(12,25,36) 0%, rgb(35,60,81) 65%, rgb(50,82,108) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(12,25,36) 0%, rgb(35,60,81) 65%, rgb(50,82,108) 83%);
background-image: -ms-linear-gradient(bottom, rgb(12,25,36) 0%, rgb(35,60,81) 65%, rgb(50,82,108) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(12,25,36)),
	color-stop(0.65, rgb(35,60,81)),
	color-stop(0.83, rgb(50,82,108))
);

}

.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #365372), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #365372 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#365372', endColorstr='#000000');
	background-color:#365372;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #4E6C9E;
	display:inline-block;
	color:#89A7C7;
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:2px 2px 0px #000000;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #365372) );
	background:-moz-linear-gradient( center top, #000000 5%, #365372 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#365372');
	background-color:#000000;
	color: #FFFF71;
}.button:active {
	position:relative;
	top:1px;
}

.button2 {
	border-radius:0px;
	}

input,textarea,input,select {
font-size:10px;
font-family:verdana,Arial,Helvetica,sans-serif;
color:#969696;
background-color:#262626;
border:1px solid #4D4B49;
padding: .1em .1em .1em .1em;

-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

}