@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img
{
  border: none;
}

.small_text
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
}

.plain_text
{
	font-family:Tahoma;
	font-weight:normal;
	font-size:8pt;
	color:#2E2E2E;
}

.plain_text_9
{
	font-family:Tahoma;
	font-weight:normal;
	font-size:9pt; 
	color:#2E2E2E; 
}

.plain_text_10
{
	font-family:Tahoma;
	font-weight:normal;
	font-size:10pt; 
	color:#2E2E2E; 
}

.bold_text
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	color:#2E2E2E;	
}

.menu_idle 
{
	float:left;
	margin:1px;
	width:100px;
	background:#E9EEF3;
	border:#A6BBE3 1px solid;
	color:#333333;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.menu_hover
{
	float:left;
	margin:1px;
	width:100px;
	background:#396DAC;
	border:#333333 1px solid;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.tab_active
{
	margin:1px;
	float:left;
	width:90px;
	background:#B1BED6;
	border-top:#333333 1px solid;
	border-left:#333333 1px solid;
	border-right:#333333 1px solid;
	color:#111111;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	cursor:pointer;	
}

.tab_inactive
{
	margin:1px;
	float:left;
	width:90px;
	background:#E4E9F1;
	border-top:#333333 1px solid;
	border-left:#333333 1px solid;
	border-right:#333333 1px solid;
	color:#333333;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.tab_hover
{
	margin:1px;
	float:left;
	width:90px;
	background:#5C77A9;
	border-top:#333333 1px solid;
	border-left:#333333 1px solid;
	border-right:#333333 1px solid;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.page_caption_frame
{
	margin:2px; 
	padding:2px;
	border:#A6BBE3 1px solid;
	background:#B6C9E4;
}

.page_caption_header
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:14pt;	
}

h1
{	
	font-family:Tahoma;
	font-weight:bold;
	font-size:12pt;	
	color:#1B73CB;
}

h2
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11pt;
	color:#527898;
}

h3
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:10pt;
	color:#2E6289;	
	height:0px;
}

.link
{
	font-family:Tahoma;
	font-size:9pt;
	color:#2467B0;
	text-decoration:underline;	
}

.topic
{
	margin:2px;
	border:#004284 1px solid;
	background:#E3EEF4;
	padding:2px;
}

.paper
{
	margin:2px;
	border:#9EDDF5 1px solid;
	background:#F5FCFE;
	padding:2px;
}

.table_header
{
	margin:2px;
	padding:1px;
	background:#006699; 
	color:#F9F9F9; 
	font-family:Tahoma; 
	font-size:9pt; 
	font-weight:bold;
}

.table_cell
{
	background:#F2F3F4;
	font-family:Tahoma;
	font-weight:normal;
	font-size:9pt; 
	color:#2E2E2E; 	
}

.form_flat
{
	border: 1px solid #A7B6C2;	
}

.cool_button
{
	border: 1px solid #A7B6C2;	
	font-size:8pt;
	font-family:Tahoma;
}

.userbutton
{
	margin:1px;
	padding:2px;
	width:125px;
	
	background:#DAE4F1;
	border:#91BBE6 1px solid;
	
	font-family:Tahoma;
	font-size:9pt;
	font-weight:bold;
	color:#333333;
	
	cursor:pointer;
}