@charset "utf-8";
/* CSS Document */
	
body {
	text-align:center;
	margin: 0 auto;
	padding: 0px;
	background-color:#141519;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	}
	
p {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#CCCCCC;
	padding: 0 25px;
	line-height:20px;
	}
	
p.error {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:21px;	
	color:#CCCCCC;
	padding: 0 25px;
	line-height:25px;
	}
	
a {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:14px; font-weight: bold;
	color:#CCCCCC;
	line-height:18px;
	text-decoration:underline;
	}
	
a:hover {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:white;
	line-height:18px;
	}

a.link_error {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:21px; font-weight: bold;
	color:#CCCCCC;
	line-height:25px;
	text-decoration:underline;
	}
	
a.link_error:hover, a.link_error:active, a.link_error:visited {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:21px;	
	color:white;
	line-height:25px;
	}
	

h1 {
	background-image: url(../images/title.jpg); background-repeat:no-repeat;
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 5px;
	padding-top: 2px;
	font-size:18px;
	height:58px;
	}
	
h2 {
	background-image: url(../images/title.jpg); background-repeat:no-repeat;
	height:58px;
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:16px;
	margin-top:15PX;
	margin-bottom:0px;
	}
	
ul {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#CCCCCC;
	line-height:20px;
	list-style-type:disc;
	padding-left:45px;
	}

.port {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#CCCCCC;
	text-align:center;
	padding:25px 0 10px 0;
	}

/*********** Form ********************/
	
form {
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#CCCCCC;
	}

.required {
	float:left;
	width:125px;
	font-weight:bold;
	clear:left;
	padding-top:12px;
	text-align:right;
	}

.input {
	text-align:left;
	padding-top:10px;
	padding-left: 135px;
	}

.non_required {
	float:left;
	width:125px;
	clear:left;
	padding-top:12px;
	text-align:right;
	}
	
/************ Footer ************/

h5 {
	padding-top: 15px;
	font-family: 'centrury gothic', Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:10px;
	}