body {
	margin: 0px;
}

font, body  { 
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}

.noborder {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.required {
	font-weight: bold;
	background-color: YELLOW;
}

.error {
	font-weight: bold;
	color: YELLOW;
}

.red {
	font-weight: bold;
	color: #FF3300;
}

.accept {
	font-weight: bold;
	color: WHITE;
	background-color: GREEN;
	border-color: GREEN;
}

.noaccept {
	font-weight: bold;
	color: YELLOW;
	background-color: RED;
	border-color: RED;
}

.H, .h, .H1, .h1, H1, h1 {
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 0px;
}

.H2, .h2, H2, h2 {
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	margin-bottom: 0px;
}

.H3, .h3, H3, h3 {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	margin-bottom: 0px;
}

.H4, H4, .h4, h4 {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 0px;
}

.H5, H5, .h5, h5 {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 0px;
}

.H6, H6, .h6, h6 {
	font-family: Arial, Sans-Serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 0px;
}

A {
	font-family: Arial, Sans-Serif;
	color: #CCCCCC;
}

b, .bold {
	font-weight: bold;
}


form, input, textarea {
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
}

input.submit {
	color: white;
	font-weight: bold;
}

.fineborder, .border, .bigborder {
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
}

.fineborder {
	border-width: 1px;
}

.border {
	border-width: 2px;
}

.bigborder {
	border-width: 3px;
}

.small {
	font-weight: normal;
	font-size: 7pt;
	color: #CCCCCC;
}

.tiny {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 6pt;
	color: #CCCCCC;
}

.left {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #CCCCCC;
	text-align: left;
	padding-right: 5px;
}

.right {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #CCCCCC;
	text-align: right;
	padding-right: 5px;
}

.righttop {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #CCCCCC;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

.justifytop {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #CCCCCC;
	text-align: justify;
	vertical-align: top;
	padding-right: 5px;
}


.center {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #CCCCCC;
	text-align: center;
	padding-right: 5px;
}

div {
	text-align: left;
}

div.center {
	text-align: center;
}

div, table, tr {
	padding: 0px;
}

div.u, td.u, div.r, td.r, div.error, td.error, th.u, th.r  {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-left: 4px;
	font-size: 10pt;
}

div.u, th.u, div.r, th.r {
	font-weight: bold;
}

div.r, th.r, td.r, div.error, td.error {
	text-align: right;
	padding-right: 5px;
}

div.error, td.error {
	color: YELLOW;
	font-weight: bold;
}

.thumbs {
	border-style: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.menu {
	color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
}

.hang {
	color: #CCCCCC;
	font-size: 10pt;
	text-indent: -1em; 
	margin-left: 1em;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: bold;
}

.plain {
	font-family: Courier, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
}

ul, ol, li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

.forumfirstpost {
	background-color: BLACK;
}

.forumotherpost {
	background-color: BLACK;
}
