/* CSS Document */
body {
	background-color: #FF9900;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
h1 {
	background-color: #FF9900;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
h2 {
	background-color: #FF9900;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}
h3 {
	background-color: #FF9900;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
p{
	background-color: #FF9900;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
p1{
	background-color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0000FF;
	font-style: normal;
	text-decoration: blink;
}
#Layer1 {
	position:absolute;
	width:100%;
	height:30px;
	z-index:1;
	left: 0px;
	top: auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin-top: 10px;
	
}
A:LINK {
 color : #333333;
 text-decoration: underline;
}

A:VISITED {
	color : #666666;
	text-decoration: underline;
}

A:HOVER {
	color : #3300FF;
	text-decoration : underline;
}

A:ACTIVE {
 color : #333333;
 text-decoration: underline;
}

