@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-color: #FFBC69;
	background-image: url(bg1.jpg);
	margin-top: 50px;
}

h1 {
	font-size: 13px;
	color: #CC3300;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 20px;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	font-family: Verdana;
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	margin-right: 25px;
	line-height: 1.7em;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
}

a:link {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	color: #00005E;
	font-size:11px;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #00005E;
	text-decoration: none;
}
A:hover  {
	font-family: Verdana;
	color: #CC6600;
	font-size : 11px;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size:11px;
	color: #CC6600;
	text-decoration: none;
}
p a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
p a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
p a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	text-decoration: none;
	font-weight: normal;
}
li {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	margin-left: 10px;
	color: #000066;
	margin-right: 25px;
}
li a {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}

li a:hover {  
	font-family: Verdana; 
	font-size: 11px; 
	color: #CC6600;
	text-decoration: underline;	
}
li a:active {  
	font-family: Verdana; 
	font-size: 11px; 
	color: #CC6600;
	text-decoration: underline;	
}

li a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #000066;
}
li a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000066;
}

