/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.yellow {
	color: #ff9900;
}
.blue {
	color: #333333;
}
.orange {
	color: #d7482e;
}
.imgStroke {
	border: 3px solid;
	border-color: #8DC4C9;
}
.smStroke {
	border: 2px solid;
	border-color: #8DC4C9;
}
.input{
	color: #E7D164;
	background: #E7D164;
	background-color: #E7D164;
	border: 1px solid #781351;
}
#whitelinks a {
	font-size: 12px;
	text-decoration: underline;
	color: #1D7E9F;
}
#whitelinks a:link {
	text-decoration: underline;
	color: #1D7E9F;
}
#whitelinks a:visited {
	text-decoration: underline;
	color: #1D7E9F;
}
#whitelinks a:hover {
	text-decoration: underline;
	color: #1D7E9F;
}
#whitelinks a:active {
	text-decoration: underline;
	color: #1D7E9F;
}

#white a {
	font-size: 12px;
	text-decoration: none;
	color: #1D7E9F;
}
#white a:link {
	text-decoration: none;
	color: #1D7E9F;
}
#white a:visited {
	text-decoration: none;
	color: #1D7E9F;
}
#white a:hover {
	text-decoration: underline;
	color: #1D7E9F;
}
#white a:active {
	text-decoration: underline;
	color: #1D7E9F;
}

#black a {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
#black a:link {
	text-decoration: none;
	color: #333333;
}
#black a:visited {
	text-decoration: none;
	color: #333333;
}
#black a:hover {
	text-decoration: none;
	color: #333333;
}
#black a:active {
	text-decoration: none;
	color: #333333;
}