html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  font:Georgia, "Times New Roman", Times, serif;
	  font-size:14px;
	  color:#CCCCCC;
	  background-color:#000000;
}


a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tabelafull {
	border: 1px #999632 solid;
}

.tabelafullgray {
	border: 1px #333333 solid;
}

.tabeladowngrey {
	border: 1px #999632 solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;	
}

.whiteborder {
	border: 1px #CCCCCC solid;
}

.whitetext {
	color:#FFFFFF;
	font-size:medium;
} 
#flashcontent { border:none};

.pageNumbersCellInactive {
	width:19px;	
	height:19px;
}
.pageNumbersCellActive {
	width:19px;
	height:19px;
	background-color:#999632;
}

.pageNumbersCellActive A:link {font:bold ;text-decoration: none; color: #000000}
.pageNumbersCellActive A:visited {font:bold ;text-decoration: none; color: #F0F0F0}

.aClassInputForms {
	font-size: 12px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
	background-color: #FFFFFF;
	width:140px;
}

.aClassSelect {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	height: 10px;
}

