a, a:visited, a:active {
 	color: #E3B128;/*#FFCC66*/
	font-size: 9pt;
}

	a:hover {
		color: #FFCC33;
		font-size: 9pt;
	}

img {
	border: 0px;
}

form {
	margin: 0px;
}

td {
	vertical-align: top;
}

input, textarea, select, button, optgroup {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	font-size: 8pt;
}

h1 {
	color: #2F3F3F;
	font-size: 36pt;
	font-weight: normal;
	font-family: "Impact", Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px;
}

h2 {
	color: #E3B128;
	font-size: 12pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px;
}

h3, h3 a, h3 a:hover, h3 a:active, h3 a:visited {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px;
}

h4, h4 a, h4 a:hover, h4 a:active, h4 a:visited {
	color: #E3B128;
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px;
}

h5, h5 a, h5 a:hover, h5 a:active, h5 a:visited {
	color: #E3B128;
	font-size: 9pt;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px;
}

h6 {
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	display: inline;
}

fieldset {
	border: 1px solid #CCCCCC;
}

legend {
	color: #E3B128;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a.link, a.link:active, a.link:visited {
	color: #E3B128;
}

	a.link:hover {
		color: #FFCC33;
	}

.required {
	color: #E3B128;
	font-size: 10pt;
	font-weight: bold;
}

.error {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 3px solid #FF0000;
}

.note, a.note, a.note:hover, a.note:active, a.note:visited, .note a, .note a:hover, .note a:active, .note a:visited {
	font-size: 8pt;
}

.callout {
	background-color: #385555;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border: 1px solid #2F3F3F;
}

.calloutright {
	background-color: #385555;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #2F3F3F;
}

.notify {
	background-color: #EEEEEE;
	color: #2F3F3F;/*#BB0000*/
	border: 1px dashed #4A8589;
	padding: 3px;
}

table.formbg {
	width: 510px;
	background-color: #2F3F3F;
}

table.form td, table.formbg td, table.display td {
	font-size: 8pt;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 3px;
}

table.display {
	border: 1px solid #777777;
	padding-bottom: 5px;
}

th {
	background-color: #385555;
	border-bottom: 1px solid #2F3F3F;
	text-align: left;
	padding-left: 3px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 9pt;
	text-transform: uppercase;
}

th.small {
	background-color: #385555;
	border-bottom: 1px solid #2F3F3F;
	text-align: left;
	padding-left: 3px;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 8pt;
}

table.forum {
	border: 1px solid #CCCCCC;
}
	
	table.forum td {
		vertical-align: top;
		font-size: 8pt;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 3px;
		padding-right: 2px;
	}

	table.forum th, table.thread th {
		text-align: left;
		background-color: #2F3F3F;
		font-weight: bold;
		color: #E3B128;
		font-size: 8pt;
		font-variant: normal;
	}

	table.forum th.rowheader {
		text-align: left;
		background-color: #385555;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 9pt;
		font-variant: small-caps;
	}

table.thread {
	width: 100%;
	border-left: 1px solid #2F3F3F;
	border-right: 1px solid #2F3F3F;
}

	table.thread td {
		vertical-align: top;
		padding-left: 3px;
		padding-top: 5px;
	}

	table.thread td.message {
		background-color: #385555;
		padding: 5px;
	}

hr.r4l {
	border: 1px solid #2F3F3F;
}