BODY { font-size: 10pt; font-family: Verdana,Arial,Tahoma,sans-serif; margin: 0px; }
TABLE,TR,TD { font-size: 10pt; font-family: Verdana,Arial,Tahoma,sans-serif; }
SELECT,INPUT,TEXTAREA {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	font-family: Verdana,Arial,Tahoma,sans-serif;
	border: 1px black;
	border-style: solid;
} 
UL {
	margin-left: 16px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 1px;
	padding: 0px;
}
FORM { margin: 0px; padding: 0px; font-size: 10pt; font-family: Verdana,Arial,Tahoma,sans-serif; }

.regular_without_border { border-width: 0; }

.big14pt { font-size: 14pt; }
.big13pt { font-size: 13pt; }
.big12pt { font-size: 12pt; }
.big11pt { font-size: 11pt; }

.small9pt { font-size: 9pt; }
.small8pt { font-size: 8pt; }
.small7pt { font-size: 7pt; }
.small6pt { font-size: 6pt; }
.small5pt { font-size: 5pt; }

.warning { color: #CC0000; font-size: 8pt; font-weight: bold; }
.error { background-color: #ff0000; } 
.error_msg { color: #cc0000; font-size: 8pt; font-weight: bold; }
.white { color: white; }
.rp_text { color: white; font-size: 10pt; font-weight: bold; }
.rp_light_text { color: black; font-size: 10pt; font-weight: bold; }
.top_line { color: #74748C; font-size: 16pt; font-weight: bold; }
.dev_top { color: #5556D5; font-size: 11pt; font-weight: bold; }
.dev_step { color: #B15630; font-size: 10pt; font-weight: bold; }
.dev_enter { color: #5556D5; font-weight: bold; }
.dev_listen { color: #E66530; font-weight: bold; }
.dev_mono { color: #E66530; font-family: courier; font-size: 7pt; }
.how { font-family: arial; font-size: 11pt; color: #E98400; font-weight: bold; }
.gray2 { color: #B9B8C3; }
.stat_line { font-size: 8pt; color: #E6ECF1; }

A { text-decoration: none; }
A:link { color: #15409F; }
A:active { color: #000000; }
A:visited { color: #1A2A7D; }
A:hover { text-decoration: underline; color: #000000; }

A.top_but { font-family: arial; text-decoration: none; font-weight: bold; font-size: 8pt; }
A.top_but:link { color: white; }
A.top_but:active { color: white; }
A.top_but:visited { color: white; }
A.top_but:hover { text-decoration: underline; color: white; }

A.top_but-i { font-family: arial; text-decoration: none; font-weight: bold; font-size: 8pt; }  
A.top_but-i:link { color: black; }  
A.top_but-i:active { color: black; }  
A.top_but-i:visited { color: black; }  
A.top_but-i:hover { text-decoration: underline; color: #FF0000; }

A.bot_but { text-decoration: underline; font-weight: bold; font-size: 8pt; }
A.bot_but:link { color: #B9B8C3; }
A.bot_but:active { color: white; }
A.bot_but:visited { color: #B9B8C3; }
A.bot_but:hover { text-decoration: underline; color: white; }

A.white_b { text-decoration: none; font-weight: bold; font-size: 9pt; }
A.white_b:link { color: white; }
A.white_b:active { color: black; }
A.white_b:visited { color: white; }
A.white_b:hover { text-decoration: underline; color: black; }

A.stat_line { text-decoration: none; font-size: 8pt; }
A.stat_line:link { color: #E6ECF1; }
A.stat_line:active { color: #E6ECF1; }
A.stat_line:visited { color: #E6ECF1; }
A.stat_line:hover { text-decoration: underline; color: red; }

A.stat_line_i { text-decoration: none; font-size: 8pt; }
A.stat_line_i:link { color: #FFA936; }
A.stat_line_i:active { color: #FFA936; }
A.stat_line_i:visited { color: #FFA936; }
A.stat_line_i:hover { text-decoration: underline; color: red; }

A.s_title { text-decoration: none; }
A.s_title:link { color: #010042; }
A.s_title:active { color: black; }
A.s_title:visited { color: #010042; }
A.s_title:hover { text-decoration: underline; color: black; }

.menu {
	text-decoration: none;
	font: bold 11px verdana, sans-serif;
	border: none;
	border-color: transparent;
	color: white;
	background-image: url('/img/btnbg_02.gif');
	width: 130px;
	height: 20px;
}
INPUT.menu_big {
	text-decoration: none;
	font: bold 11px verdana, sans-serif;
	border: none;
	color: white;
	background-image: url('/img/btnbg_03.gif');
	width: 200px;
	height: 20px;
}
INPUT.menu_y_big {
	text-decoration: none;
	font: bold 11px verdana, sans-serif;
	border: none;
	color: black;
	background-image: url('/img/btnbg_04.gif');
	width: 200px;
	height: 20px;
}

.b_hide {
	display: none;
}
.b_show {
	display: block;
	width: 100%;
}

