
/*****************************Menu Image******************************/
.menu_image
{	background-image:url(images/green_sun.jpg);
	background-repeat:no-repeat;
}

/********************************Menu*********************************/
.menu_style
{	width:164px;
	vertical-align:top;
	background-color:#FF6600;
}


/*****************************Main Window*****************************/
.main_window_style
{	
	padding-left:10px;
	padding-right:10px;
}

.slide_window
{	padding-left:0px;
}

.section_info
{	font-size: 12px;
	font-style:italic;
}

.heading_3:first-line
{	font-weight:bold;
	color:#0f9500;
}

.heading_3_2L
{	
font-family:"Trebuchet MS",sans-serif;
font-weight:bold;
font-size:12px;
	color:#0f9500;
}

.section_detail_title:first-line
{	
	color:#ff6600;
}

.paragraph_first-line
{	font-family: "Trebuchet MS", verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color:#ff6600;
}


.paragraph_image
{	float:left;
	border-color:#0F9500;
	border-width:1px;
}

/************************-**Predefine Elements************************/
body
{
	background-color: #ffffff;
}

p
{	
	font-family: verdana, arial;
	/*text-align:justify;*/
}

td
{	font-family: verdana, arial;
	font-size: 11px;
}

hr 
{
	height:4px;
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}


/****************************Bottom Section***************************/

.bottom_info
{	font-size:10px;
padding:10px;
}


/********************************Links********************************/
a:link, a:visited, a:active
{	text-decoration: none;
	color:ff6600;
}
a:hover   
{	text-decoration: underline;
	/*color:#f5ee00;*/
}

/*-----Menu Style Links-----*/
.menu_link
{	font-family: "Trebuchet MS", verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.menu_link:link, a.menu_link:visited
{	color:#f0c600;
}

a.menu_link:hover
{	font-family: "Trebuchet MS", verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#F00D0D;
}

/*-----Back to Top Link-----*/
.back_to_top
{		text-decoration :underline;
	text-align:center;
	color:#666666;
}
.back_to_top a:link {
	text-decoration :none;
	text-align:center;
	color:#666666;
}
.back_to_top a:visited {
	text-decoration :none;
	text-align:center;
	color:#666666;
	}
.back_to_top a:hover {
	text-decoration :underline;
	text-align:center;
	color:#666666;
	}	
