* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 0 30px 0;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #185473;
}

.navigation a {
	color: #185473;
	text-decoration: none;
}

.navigation a:hover {
	color: #185473;
	text-decoration: underline;
}

.content {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.footer {
	font-size: 11px;
	color: #91999c;
}

.footer a {
	text-decoration: none;
	color: #91999c;
	margin: 0 10px 0 10px;
}

.footer a:hover {
	text-decoration: underline;
	color: #91999c;
	margin: 0 10px 0 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #444;
	margin-top: 0;
}

a {
	color: #c11c22;
}

/* @group reg_form */

#reg_form {
	
}

#reg_form table {
	border: 1px solid #bad7e3;
}

#reg_form td {
	padding: 6px;
}

#reg_form td.row1 {
	background-color: #f6fcff;
	border-bottom: 1px solid #bad7e3;
}

#reg_form td.row2 {
	background-color: #fff;
}

#reg_form h1 {
	font-size: 11px;
	color: #000;
}

#reg_form h2 {
	font-size: 12px;
}

#reg_form p {
	color: #808080;
	font-size: 11px;
	line-height: 17px;
}

#reg_form .error {
	color: #f00;
}

DIV.linklist {
	display: hidden;
	text-align: center;
}

DIV.linklist A {
	font-size: 10px;
	line-height:0;
	color: #fff;
}

DIV.linklist UL {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

DIV.linklist LI {
	display: inline;
	margin: 0;
	padding: 0;
}

/* @end */