/* Generic Selectors */

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;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

/************************* Classes *************************/



/*************************  Pseudo classes *************************/

a:link {
	color: #0000FF;							/* White #FFFFFF, Blue #0000FF */
	text-decoration: none;
	font-weight: normal;
	}
	
li a:link {
	color: #0000FF;							/* White #FFFFFF, Blue #0000FF */
	text-decoration: none;
	font-weight: normal;
	}

a:visited { 
	color: #0000FF;							/* White #FFFFFF, Light Red #FF8080 */
	text-decoration: none;
	font-weight: normal;
	}

li a:visited { 
	color: #FF8080;							/* Light Red */
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #008000;							/* Yellow #FFFF00, Green #008000 */
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	}
	
li a:hover {
/*	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	*/
	color: #008000;							/* Yellow */
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	}
  
a:active { 
	color: #FF0000;								/* Red */
	font-weight: bold; 
	} 


/*************************  ID's *************************/



/********************* End CSS *************************/

