p, form, input, div, img, a, body, tr, td {
	margin: 0;
	padding: 0; 
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background: #262E34 url(../img/page_bg.gif) repeat-x top;
	background-attachment: fixed;
}
input.box {
	width: 200px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted white;
}
a img {
	border: none;
	vertical-align: top;
}
table.topmenu td {
	font-size: 8pt;
	text-align: center;
}
td.menu_unsel {
	background: top repeat-x url(../img/menutab_bg_unsel.gif);
}
td.menu_sel {
	background: top repeat-x url(../img/menutab_bg_sel.gif);
}
td.box_mid_w {
	background: left repeat-y url(../img/box_mid_white.gif);
	margin:0; padding: 0;
	padding-left: 5px;
}
td.box_mid_w_r {
	background: right repeat-y url(../img/box_mid_white.gif);
	margin:0; padding: 0;
	padding-right: 5px;
}

td.box_mid_g {
	background: left repeat-y url(../img/box_mid_green.gif);
	margin:0; padding: 0;
	padding-left: 5px;
}
td.box_mid_g_r {
	background: right repeat-y url(../img/box_mid_green.gif);
	margin:0; padding: 0;
	padding-left: 5px;
}
p {
	/* text-align: justify; */
	color: black;
	padding: 5px 8px 5px 8px;
}
p.lesspad {
	text-align: justify;
	padding: 4px 8px 1px 8x;
}
td.gen_pad {
	padding: 8px 8px 6px 5px;
}
li a, .orange {
	color: #FF5804;
}
li a:hover {
	border-bottom: 1px dotted #FF5804;
}
.pad {
	margin: 17px;
}
.big {
	font-size: 18px;
}
.black {
	color: black;
}
.white {
	color: white;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
table#regform td {
	padding: 3px 0px 3px 8px;
}
.panel_caption {
	background-color: #FF5804;
	color: white;
	padding: 3px 8px 3px 8px;
}
.panel_caption2 {
	background-color: #00A54F;
	color: white;
	padding: 3px 8px 3px 8px;
}
div.legal {
	display: inline;
	height: 51px;
	color: #CCCCCC;
	font-size: 10px;
	padding-right: 14px;
}
.grey {
	background-color: #455660;
}
.f_grey {
	color: #adacac;
}
.bbb {
	border-bottom: 1px solid black;
}
li {
	padding-bottom: 4px;
}
.vg_1, .vg_2 {
	background-color: #455660;
	padding: 7px 17px;
	/* width: 437px; */
	height: 75px;
}
td.gbr {
	border-right: 1px solid #FF5804;
}
.blb {
	border-left: 1px solid black;
}
.registerbox {
	background-image: url(../img/register8.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EA5500;
}
.pt10 {
	padding-top: 10px;
}
.obt {
	border-top: 1px solid #FF5804;
}