body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C3C;
	background-color: #393738;
}

.bg{
	background-color: #FFFFFF;
}

.text{
	font-size: 11px;
	line-height:16px;
	text-align:justify;
}

a{
	font-size: 11px;
	color:#393738;
	text-decoration:underline;
}
a:hover{
	font-size: 11px;
	color:#393738;
	text-decoration:none;
}

.footer{
	color:#000000;
	font-size:10px;
}
a.footer{
	color:#000000;
	font-size:10px;
	text-decoration:underline;
}
a.footer:hover{
	color:#020204;
	font-size:10px;
	text-decoration:none;
}
/* Contact form */

#contact_form{
	margin:0px 10px;
	width:400px;
}
#contact_form table{
	width:400px;
	border:0pt;
	float:left;
}
#contact_form td{
	border:0pt;
	padding: 3px 0 3px 0;
}
#contact_form input{
	border:1pt solid #999999;
	background-color:#f2f2f2;
	height:14px;
	font-size:12px;
	padding-top:1px;
	width:200px;
}
#contact_form textarea{
	border:1pt solid #999999;
	background-color:#f2f2f2;
	height:100px;
	font-size:12px;
	padding-top:1px;
	width:280px;
	*width:300px;
}

#contact_form input.botton{
	width:50px;
	height:20px;
	text-align:center;
}

/*.confirmform{
	float:left;
    color:Red;
}*/

.modalBackground{
    background-color:Gray;
    height:100%;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.moduletools a{
	color:Blue;
	/*margin:0;
	padding:0;*/
}
/*.moduletools{
	margin:0;
	padding:0;
}*/
p{
	margin:0;
	padding:0;
}
/*.section{
	color:Red;
}*/
