﻿/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(bg.jpg);
}

h1 {
	font-size: 15px;
	color: #990000;
	font-family: Arial;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

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

p, td {
	font-family: Arial;
	color: #666666;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-top: 10px;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	margin-left: 15px;
}


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

a:active {
	color: #990000;
	text-decoration: none;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color:#990000;
	text-decoration: none;
}

li {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;	
	margin-left: 0px;
	list-style-image: url(bullet.gif);
}

li a {  
	font-family: Arial; 
	font-size: 12px; 
	color: #000000
	
}

li a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #660000;
	font-weight: bold;
	
}

li a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	font-weight: bold;

}

li a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

