/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	color: #50267f;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	margin:0px;
	padding:0px;
}

a:link {
	color: #00ff00;
	text-decoration: underline;
}
a:visited {
	color: #00ff00;
	text-decoration: underline;
}
a:hover {
	color: #00ff00;
	text-decoration: underline;
}
a:active{
	color: #00ff00;
	text-decoration: underline;
}

h1,h2,h3,h5,h6,p {
	padding:0;
	margin:0 0 1em 0;
}
h1{ font-size:18px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
h2{ font-size:14px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
h3{ font-size:13px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

img {
	border:none;
	vertical-align:top;
}

.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }
img.block{ display:block; margin:10px 0; }

form{
	margin:0px;
	padding:0px;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}


.clear{ clear:both; }

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#wrapper{
	position:absolute;
	left:50%;
	top:50%;
	width:935px;
	height:532px;
	margin:-266px 0 0 -467px;
}


