@charset "utf-8";
/* CSS Document */

html p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.4em; 
	}
	
p, td, ul, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, table {
	font-family: Arial, Helvetica, sans-serif, verdana;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.4em; 
	margin-left: 10px;
  	margin-right: 10px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #336633;
	background: transparent;
	}
	
a:hover, a:active {
	text-decoration: underline; 
	color: #C4141B;
	background: transparent;
	}

#nav h1{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	font-size:14px;
	
}
	
#nav a:link, #nav a:visited{
	padding-left: 2px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-top: 10px;
	font-weight:bold;
}

#nav a:hover, #nav  a:active{
	padding-left: 2px;
	background-color: #FEE565;
	color: #336633;
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight:bold;

}

#nav p, #{
line-height: 1.1em;
}




h1 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

h2 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #C4141B;
}

ul {
list-style: url(images/list_square.gif);
list-style-color: red;
list-style-position: outside;
margin-bottom: 20px;
margin-top: 0;
}


ol {
list-style-type:decimal;
margin: 20px;
margin-bottom: 20px;
margin-top: 0;
}

li {
margin-left: 20px;
margin-bottom: 5px;
margin-top: 0px;
}


.small {
font-size: 10px;
}

