<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-x;
}
td,th {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
}
.txtMed {
	font-size: 14px;
}
.txtBig {
	font-size: 18px;
}
A:link, A:visited {
	color: efefef;
	text-decoration: none;
}
A:active {
	text-decoration: none;
	color: #FF6600;
	}
A:hover {
	text-decoration: none;
	color: #FFCC00;
}
A.formLink: link, A.formLink: visited{
	color: efefef;
	text-decoration: none;
}
A.formLink: hover{
	color: #FFCC00;
	text-decoration: none;
}
.divLeft{
	width:100px;
	height:200px;
	position: absolute;
	left: 0;
  top: 0px;
}
.divRight{
	width:100px;
	height:200px;
	position: absolute;
	right: 0;
  top: 0px;
}
input,textarea,select{
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Verdana;
}
.inputAlert {
	background-color: #FFFFCC;
}

.btn {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	width: auto;
	background: url(images/bgButton.jpg) repeat-x;
	
}
-->