body {
	background-color: #000000;
	margin:0;
	padding:0;
	background:center url(../images/bg4.jpg) transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.centered{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clearBoth{
	clear:both;
}

.bold{
	font-weight:bold;
}

.red, a{
	color:#f00;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

/*----- bof contact us -----*/

#contactUs{
	width:750px;
	height:300px;
	padding:10px 0;
	margin:0 auto;
}

#contactAddress{
	width:200px;
	text-align:left;
	padding:10px;
	padding-top:3px;
}

FIELDSET{
	width:500px;
	border:1px solid #fff;
}

LEGEND{
	font-weight:bold;
}

LABEL, INPUT, TEXTAREA{
	float:left;
	width:170px;
	text-align:right;
	clear:left;
}

INPUT, TEXTAREA{
	width:250px;
	clear:right;
	text-align:left;
}

#buttons{
	padding:10px 0 0;
	width:317px;
}

.button{
	margin-right:10px;
	width:60px;
	text-align:center;
}

#captchaImg{
	width:120px;
	height:40px;
	border:1px solid #000;
	margin:0 auto;
}
/*----- eof contact us -----*/

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	font-weight: 550; 
}

.footer, .footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#fff;
}

IFRAME{
	background-color:transparent;
}