body {
	border: none;
	margin: 0px;
	color: white;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;	
	background-image: url('../images/pat.jpg');
}
#top {
	background-image: url('../images/topbg.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
}
#top a {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 2px;
}
#top a:hover {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 2px;
	background-color: white;	
}
#news {
	backgound-color: #080808;
}
#news a {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#news a:hover {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
a {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: normal;
	color: #e70886;
}
a:hover {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
	color: #A5085A;
	font-weight: normal;
	text-decoration: underline;
}
#reg input, textarea {
	color: white;
	background-color: #222222;
	border: 1px solid #555555;
	padding: 2px;
	font-size: 11px;
	font-family: Tahoma;	
	width: 180px;
}
#reg select {
	color: white;
	background-color: #222222;
	border: 1px solid #555555;
	padding: 2px;
	font-size: 11px;
	font-family: Tahoma;	
}
select {
	color: white;
	background-color: #222222;
	border: 1px solid #555555;
	padding: 2px;
	font-size: 11px;
	font-family: Tahoma;	
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required {

}
textarea.required {

}   
input.validation-failed, textarea.validation-failed {
	border: 1px solid red;
	color : #000;
	background-color: #FFEDE9;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid lime;
	color : #000;
	background-color: #E8FFE8;
}
.custom-advice {
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Tahoma;
	font-size: 11px;
	color : red;
	font-weight: bold;
}

.paging span {
	color:#E7139B;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
}
.paging a {
	color:#233E53;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
}
.paging a:hover {
	color:#233E53;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
}

