body, table  { color: black; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

/** headings **/
h1		{  }
h2		{ margin: 6px; font-size: 26px; font-weight: normal }
h3		{ margin: 6px; font-size: 18px; font-weight: bold }
h4		{ margin: 3px; font-size: 14px; font-weight: normal }
h5		{ margin: 2px }
h6		{ margin: 2px; color: #4c4c4c }

/** forms **/
form { background-color: #CCCCCC }
fieldset	{ border: 1px Solid #000000; margin: 2px }
legend { color: #000000; font-size:11px; text-align:center }

/** hyperlinks **/
a                      { color: black; font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover    			{ text-decoration: underline }
a:visited 			{ color: #4c4c4c; font-size: 13px }
a:active 			{ color: #4c4c4c; font-size: 13px }

a.news               { color: black; font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.news:hover    	 { text-decoration: underline }
a.news:visited 	 { color: black; font-size: 13px }
a.news:active 	 { color:  black; font-size: 13px }

a.hl               { color: black; font-size: 15px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.hl:hover    	 { text-decoration: underline }
a.hl:visited 	 { color: black; font-size: 15px}
a.hl:active 		 { color:  black; font-size: 15px}

a.tsh					{ font-size:15px }
a.tsh:hover    	{ color: black  }
a.tsh:visited 		{ color: black  }
a.tsh:active 		{ color: black  }

a.left-side			{color: #CCCCCC}

a.submenu       				{ color: #4c4c4c; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.submenu:hover    		{ text-decoration: underline }
a.submenu:visited 			{ color: #4c4c4c; font-size: 12px }
a.submenu:active 			{ color: #4c4c4c; font-size: 12px }

a.sml       				{ color: #4c4c4c; font-size: 10px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.sml:hover    		{ text-decoration: underline }
a.sml:visited 			{ color: #4c4c4c; font-size: 10px }
a.sml:active 			{ color: #4c4c4c; font-size: 10px }

/** text **/
.photo_caption	{
	text-align:center;
	color: #4c4c4c; 
	font-size: 11px
	}

.notes	{
	color: #4c4c4c; 
	font-size: 11px;
	text-align:left
	}
/** buttons **/

.submit	{
	font-size: 11px;
	font-weight: bold
	}


/** divs **/
#archive_menu	{
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	border: none
	}
	
#headline_list a:link, #headline_list a:active, #headline_list a:visited 	{
	font-size: 11px;
	font-weight: normal; 
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	border-bottom: 1px Solid #999999;
	margin: 2px;
	padding: 2px;
	display: block;
	text-decoration: none
	} 

#headline_list a:hover	{
	border-bottom: 1px Solid #000000;
	font-size: 11px;
	font-weight: normal; 
	display: block;
	text-decoration: none
	} 

#bullet_list 	{
	font-size: 11px;
	font-weight: normal; 
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	border-bottom: 1px Solid #999999;
	margin-left: 8px;
	padding: 2px;
	display: block;
	} 