/* Generic Selectors */ 

body { 
	font-family: Georgia, "Times New Roman", Times, serif, tahoma; 
	font-size: 9px; 
	color: #333333; 
	background-color: #F9F9F9; 
	} 

p { 
	width: 100%; 
	} 

li { 
	list-style-type: none; 
	line-height: 150%; 
	list-style-image: url(../images/arrowSmall.gif); 
	} 

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	} 

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	border-bottom: 1px solid #C6EC8C; 
	} 

 

/**************** Links Section****************/ 

a:link { 
	color: #394752; 
	text-decoration: none; 
	font-weight: regular; 
	} 

li :link { 
	color: #394752; 
	text-decoration: none; 
	font-weight: regular; 
	} 

a:visited { 
	color: #394752; 
	text-decoration: none; 
	font-weight: regular; 
	} 

li a:visited { 
	color:#394752; 
	text-decoration: none; 
	font-weight: regular; 
	} 

a:hover { 
	color: #8FA3B1; 
	padding-bottom: 5px; 
	font-weight: bold; 
	text-decoration: regular; 
	} 

li a:hover { 
	display: bold; 
	color: #8FA3B1; 
	padding-bottom: 5px; 
	font-weight: bold; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #C6EC8C; 
	} 

a:active { 
	color: #394752; 
	font-weight: bold; 
	} 

