
html {
overflow-x: hidden;
}

body
{
	background-color:  #ffffff;
   
}

p, blockquote, li
{
	font-family: Georgia, Verdana, "Lucida Grande", Tahoma, Helvetica;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 0px;
	margin-left: 18px; 
	padding-right: 20px;
	background-color:  #ffffff;
}

content
{
 	padding-bottom: 8px; 
	top: 0px;
	visibility: visible; 
	display: block 
}


h3 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #993333;
	line-height: 17px;
	margin-left: 18px; 
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECF1F6;
}

h4 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #993333;
	line-height: 17px;
	margin-left: 18px; 
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECF1F6;
}

h1 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin-left: 18px; 
	padding-right: 30px;
	
}

ul 
{
   list-style-type: circle;
}

ul li 
{
   padding-left: 2px;
}








a:link 
{
	
 	color: #990000
}

a:hover
{ 	color: #DC143C; 
	background-color: #F5F5F5
}

a:visited 
{	
	text-decoration: none;
 	color: #DC143C
}

a:visited:hover 
{ 
	color: #B22222; 
	background-color: #F5F5F5
}


#head h2
{
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: .8em;
   	margin-top: -2px;
   	margin-bottom: 0;
   	color: #A58383;
}

#content h3
{
	font-weight: normal;
}




