/***********************************************/
/* main_style.css                              */
/*          								   */
/***********************************************/

body{
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
 
/* overrides decoration from previous rule for hovered links */
a {
	color: #333333;
	font-weight:bold;	 
}
	
a:hover {
	color: #c4d74c;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.menu1{

	font-family: Arial, Tahoma, Verdana;
	color: #c4d74c;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	text-decoration:none;
}

.menu1:hover{
	color: #ffffff;
}

.menu_select{
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
	white-space: nowrap;
	text-align: center;
	text-decoration:none;
}

.section_head {

	font-family:  Helvetica, Arial, Verdana;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	font-style: normal;
	line-height:   1.5;
	margin-bottom: -20px;

	 
}

.section {

	font-family:  Verdana, Arial;
	color: #333333;
	font-size: 11px;
	text-align: left;
	padding-top: 20px;
	
 
}

.section_link {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c4d74c;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	font-style: normal;
	 
}

.section_bot_head {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	white-space: nowrap;
	font-style: normal;
 
}

.section_bot {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
 
}


.foot_links {

	font-family: Verdana, Arial, Tahoma;
	color: #c4d74c;
	font-size: 90%;
	white-space: nowrap;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
}

.copyright {

	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	color: #999999;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}







