/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	font-weight: normal;
	color: #666666;
	font-size:12px;
	background: #ffffff;
	margin:0px 0px 0px 0px;
}
/******* hyperlink and anchor tag styles *******/

a:link{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size:12px;
}

a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size:12px;
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	font-size:12px;
}

/******* NAVIGATION hyperlink styles *******/
#navigation a:link{
	color: #0066ff;
	text-decoration: underline;
}

#navigation a:visited{
	color: #0066ff;
	text-decoration: underline;
}

#navigation a:hover{	
	color: #000000;	
	text-decoration: none;
	border-bottom: 3px solid #3366FF;
	background-color: #FFFF33;
}

/******* BREADCRUMB hyperlink styles *******/
#breadcrumb a:link{
	font-weight: normal;
	text-decoration: none;
	color: #0066ff;
	font-size:11px;
}

#breadcrumb a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #0066ff;
	font-size:11px;
}

#breadcrumb a:hover{
	font-weight: normal;
	text-decoration: overline;
	color: #000000;
	font-size:11px;
}
/************** header tag styles **************/

h1{
 font-family: Arial,sans-serif;
 font-weight: bold;
 font-size: 160%;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-weight: bold;
 font-size: 140%;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-weight: bold;
 text-decoration: underline;
 font-size: 110%;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#HeaderLinks{
	position: relative;
	top: 5px;
	right: 5px;
	font-weight: bold;
	color: #0066ff;
}

#navigation{
	position: relative;
	top: 0px;
	left: 0px;	
	font-size:12px;
	font-weight: bold;
}

#breadcrumb{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #666666;
	font-weight: normal;
	font-size:11px;
	color: #0066ff;	
}

#feature{
	position: relative;
	top: 0px;
	left: 3px;
	width: 100%;	
	text-align: justify;
}

#text_t{
	position: relative;
	top: 0px;
	left: 0px;
	width: -6px;
	padding: 3px 3px 3px 3px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #6699cc;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size:16px;
	background: #6699cc;
	text-align: left;
}

#text_p{
	position: relative;
	top: 0px;
	left: 0px;
	width: -6px;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #6699cc;
	text-align: justify;
}

