* , html , body {
	margin:0;
	padding:0;
}
body {
	background:#000000;
	font-family:"Trebuchet MS",Arial sans-serif;
}
h1.texttop {
	font-size:9px;
	height:20px;
	color:#cccccc;
	text-align:center;
}
h3.powered {
	font-size:9px;
	height:20px;
	color:#cccccc;
	text-align:right;
}
h3.powered a , h3.powered a:hover , h3.powered a:visited {
	font-size:9px;
	color:#cccccc;
	text-decoration:none;
}

h3.powered a:hover {
	text-decoration:underline;
}
div#wrapper {
	width:806px;
	height:640px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-320px;
	margin-left:-403px;
	/*margin:0 auto;*/
}
div#wrap {
	border:3px solid white;
}
div#txt_top p {
	color:white;
	font-size:10px;
	font-weight:bold;
	text-align:justify;
	margin-right:10px;
}
div#content {
	width:385px;
	height:443px;
	background:url(images/content.jpg);
}
div#contenttick {
	padding:10px 0;
	background:#FFFFFF;
}

div#contenttick p {
	font-size:13px;
	color:black;
	font-weight:bolder;
	margin:0px 10px 10px 10px;
	text-align:justify;
}
div#content h2 {
	color:red;
	font-size:15px;
	line-height:25px;
	height:25px;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}
div#content p {
	font-size:13px;
	line-height:25px;
	color:white;
	font-weight:bolder;
	margin:0px 10px 10px 10px;
	text-align:justify;
}
a , a:hover , a:visited {
	font-size:13px;
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p.formlink a , p.formlink a:hover , p.formlink a:visited {
	font-size:17px;
	color:red;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	
}
div#content ul {
	margin-bottom:10px;
	margin-left:50px;
	color:white;
	font-weight:bolder;
	font-size:12px;
	line-height:20px;
}
h3.important {
	font-weight:bold;
	color:red;
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:5px;
}
div#important {
	background:#e5e7f3;
	color:red;
	font-size:13px;
	font-weight:bold;
	width: 360px;
	padding: 10px;
	margin:0 auto;
	text-align:justify;
	margin-right:10px;	
}
