


a:link, a:visited{
	color: #000099;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a:hover{
	text-decoration: underline;
	color: #009966;
}

a:active{
	
	color: #FF0000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

.feature a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}

.feature a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
     
.feature a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}   
         

/************** .story styles *****************/



.story a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

.story a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}

.story a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009966;
	font-weight: normal;
	text-decoration: underline;
}

.story a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9900FF;
	font-weight: normal;
	text-decoration: none;
}



.menutitle a:link{
	text-decoration: none;
	color: #0000FF;
	border-bottom-color: #009966;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	margin-bottom: 0px;
	width: auto;
	border-width: 1px;
}

.menutitle a:visited{
	text-decoration: none;
	color: #0000FF;
	border-bottom-color: #009996;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	margin-bottom: 0px;
	width: auto;
	border-width: 1px;
}

.menutitle a:hover{
	text-decoration: none;
	color: #000099;
	border-bottom-color: #009966;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 0px;
	width: auto;
	border-width: 1px;
}

.menutitle a:active{
	text-decoration: none;
	color: #00CC99;
	border-bottom-color: #00CC99;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 0px;
	width: auto;
	border-width: 1px;
}

.submenu{
font-size: 10px;
margin-bottom: 1em;
}

.submenu{
	font-size: 10px;
	
}
.submenu a:hover{
	text-decoration: none;
	color: #0000FF;
	border-bottom-color: #00FF00;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 0px;
	width: auto;
	border-width: 1px;
}


