/* CSS Document */
hr {
	border: thin solid #FFCC66;
	margin: 0px;
}
h1,h2,h3{
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 95%;
}
.menu {
	COLOR: #330000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
}
.menu:hover {
	COLOR: #990000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
}
.menutd {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
.menuhr {
	border: thin solid #ffffff;
	margin: 0px;
}
.heading {
	background-color: #ffffff;
	COLOR: #000000;
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-SIZE: 24px;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
}
.copyright {
	background-color: #ffffff;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}
.body {
	background-color: #ffffff;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}
.body1 {
	background-color: #ffffff;
	COLOR: #000000;
}
.body2 {
	background-color: #FFCC66;
}
.mainbody {
	background-color: #FFCC66;
	padding: 10px;
	FONT-SIZE: 12px;
}
.title {
	background-color: #ffffff;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
