/* CSS Document */

body {
	margin-top: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}


A {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:hover {
	color:#990000;
	text-decoration: underline;
}


h1 {
	font-size: 14px;
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 5px;
	text-align: left;
}
h3 {  
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-left: 20px;;
	margin-top: 5px;
	text-align: left;
}

p {
	font-family: Verdana;
	color: #333333;
	margin-left: 20px;
	margin-bottom: 12px;
	line-height: 1.4em;
	margin-right: 22px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 15px;
}


p a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color: #666666
	text-decoration: none;
	font-weight: normal;
}

p a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #333333
	text-decoration: none;
	font-weight: normal;
}

p a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #660000
	text-decoration: underline;	
	font-weight: normal;
	
}

li {
	font-family: Arial;
	font-size: 12px;
	color: #333333
	text-decoration: none;	
	margin-left: 0px;
}

li a {  
	font-family: Arial; 
	font-size: 12px; 
	color: #000000
	text-decoration: none;
}

li a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #660000
	text-decoration: underline;	
}

li a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color: #000000

}

li a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #000000
	line-height: 15px;
}

