	body {
		margin: 0px;
		background-color:#F6F6F6;
	}
	
	td {
	font-family: tahoma;
	color: gray;
	font-size: 11px;	
	}
	
	
	.bodytext td {
		line-height: 17px;
	}
	
	

/* _________________________________________  a */

a {
	font-family: tahoma;
	color: #ADB934;
	font-size: 11px;
}

/* _________________________________________  menu */

	#menugora a {
		float: left;
		color: #aaaaaa;
		font-size: 11px;
		font-family: tahoma;
		text-decoration: none;
		font-weight: bold;	
		display: block;
		height: 40px;
		padding-bottom: 3px;
/*		background: url(img/bgmenuoff.gif) left top;	*/
		border-left: 1px solid #EFF3C6;
		padding-left:5px;
		margin-right: 7px;
	}

	#menugora a:hover {
		color: #B6C04B;
		font-size: 11px;
		font-family: tahoma;
		text-decoration: none;
		border-left: 1px solid #EFF3C8;
	}	
	


	#menudol a {
		float: left;
		color: #aaaaaa;
		font-size: 11px;
		font-family: tahoma;
		text-decoration: none;
		font-weight: bold;	
		display: block;
		height: 35px;
		padding-bottom: 3px;
/*		background: url(img/bgmenuoff.gif) left top;	*/
		border-left: 1px solid #cccccc;
		padding-left:5px;
		margin-right: 7px;
	}

	#menudol a:hover {
		color: #B6C04B;
		font-size: 11px;
		font-family: tahoma;
		text-decoration: none;
		border-left: 1px solid #dddddd;
	}	
	
		
	
	
	.header {
		font-size: 15px;
		text-align: left;
		display: block;
		margin-bottom: 15px;
		border-left: 6px solid #D9E371;
		padding-left: 7px;
		color: black;
		font-family: trebuchet ms;
		min-height: 25px;
	}	
	
	b {
		color:#3E7898;
	}
	
/* _________________________________________  form */

input {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;	
	font-family: tahoma;
	color: #818181;
	font-size: 11px;	
	padding: 2px;	
	margin: 2px;
}	


select {
	font-family: tahoma;
	color: gray;
	font-size: 11px;	
	margin: 2px;
}	

option {
	border-bottom: 1px solid #ffffff;
	padding: 2px;
	background-color: #f5f5f5;
	font-size: 10px;
	
}



textarea {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;	
	font-family: tahoma;
	color: black;
	font-size: 11px;	
	padding: 6px;	
}	


/* _________________________________________  ebooks */

 .brochures td b {
	color: #ADB13B;
	font-size: 13px;
	}
	
 .brochures td a {
	font-weight: bold;
	color: black;
	}	

 td.border {
	border-left: 1px solid #D8DB6F;
	padding-left: 15px;

} 

li {
	list-style-image : url(img/li.gif);
	
}


