*{
	text-decoration: none !important;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background-color: #000;
	text-align: center;
	background: #000 url(../images/bg.gif) no-repeat;
}
.none {
	background: none #fff; /* Browser background hack, turns off bg then enables white */
}
a:link {
	color:#ffffff ; text-decoration: underline
}
a:visited {
	color:#ffffff; text-decoration: underline
}
a:hover {
	color: Highlight;
	text-decoration: none;
}
a:active {
	color:#FF6600; text-decoration: none
}

input, select, textarea {
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ECF9FF;
	padding: 2px 0px 2px 0px;
}
h3 {
	font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
form {
	display: inline
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

img {
	border-color: #c3e54e;
}
