/* CSS Document */
body{
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#6E6E6E;
}

input, select{
	font-family:Tahoma;
	font-size:12px;
	color:#6E6E6E;
}

.head1 {
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#6E6E6E;
	vertical-align:top;
}

.head1_main{
	color:#6DA43E;
	font-family:Verdana;
	font-size:21px;
	border-bottom:1px dashed #CCCCCC;
}

/* The menu items */
#menuitem a, a:visited, a:link {
	display:block;
	position:static;
	padding-top:6px;
	height:20px;
	font-family:Tahoma;
	font-size:10px;
	color:#6E6E6E;
	text-decoration:none;
	background-color:#DBCFB5;
}

#menuitem a:hover {
	background-color:#F4F3EF;
}

#menuitem td.iamalink{
	width:100px;
	text-align:center;
	text-transform:uppercase;
	
	
}

/*end of the menu items */

/* The menu items */
#mainbody a, a:visited, a:link {
	background:none;
	color:#FF0000;
		font-family:Tahoma;
	font-size:11px;
}

#mainbody a:hover {
	text-decoration:underline;

}

#mainbody_large_link a, a:visited, a:link {
	background:none;
	color:#FF0000;
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
}

#mainbody_large_link a:hover {
	text-decoration:underline;

}
/*end of the menu items */

/*Right info*/
.right_advert{
	border-bottom:1px dashed #CCCCCC;

}

.smalltext{
	font-size:9px;
}
/*end right info*/

/*FAQ link*/
#FAQitem a, a:visited, a:link {
	font-family:Tahoma;
	font-size:12px;
	color:#6E6E6E;
	font-weight:bold;
	text-decoration:none;
	height:20px;
}
#FAQitem a:hover {
	color:#989898;
	height:20px;
	text-decoration:none;
}
/*end right info*/

/*bottom link*/
#bottomitem {
	padding:0px 0px 1px 0px;

}
#bottomitem a, a:visited, a:link {
	height:10px;
	padding:0px;
	font-weight:normal;
	font-size:9px;
	color:#6E6E6E;
	text-decoration:none;
}
#bottomitem a:hover {
	color:#989898;
	text-decoration:none;
}
/*end right info*/

.hide{
display: none;
}

.show{
display: block;
}