body {
	background-color: #f2f2f2;
	background-image: url(images/template/page_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size: 1.8em;
	padding:8px;
	padding-bottom:0px;
	margin:0px;
	color:#FF6600;
}
h2 {
	font-size: 1.6em;
	padding:8px;
	padding-bottom:0px;
	margin:0px;
	color:#339900;

}
a {
	color:#339999;
	text-decoration:none;
	border-bottom:1px dotted #339999;
}

.Footer {
	background-image: url(images/template/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:20px;
	color:#fafafa;
}
.Footer a {
	color:#fafafa;
	text-decoration:none;
	border:0;
}
.Footer a:hover {
	color:#fff;
	text-decoration:none;
	border:0;
}
.Header {
	background-image: url(images/template/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.Menu {
	background-image: url(images/template/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	color:#fff;	
}
.Menu a {
	color:#fafafa;
	text-decoration:none;
	padding:3px;
	border-bottom:solid 3px #444;
}
.Menu a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:solid 3px #339999;
}
.Menu a.On {
	color:#fafafa;
	text-decoration:none;
	padding:3px;
	border-bottom:solid 3px #FFF;
}
.ContentBG {
	background-image: url(images/template/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding:5px;
	padding-top:0px;
}
.ContentBG p {
	padding:5px 10px 5px 10px;
}
.blue {
	background-color: #4B8CCC;
	background-image: url(images/template/blue_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
.orange {
	color: #FFFFFF;
	background-color: #FF9327;
	background-image: url(images/template/orange_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.blue a, .orange a {
	color:#FFFFFF;
	text-decoration:none;
	border:0;
}
.blue h1, .orange h1 {
	color:#FFFFFF;
}

