body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	color: #CCCCCC;
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.shadow-left {
	background-image: url(images/shadow-left.gif);
	background-repeat: repeat-y;
}
.shadow-right {
	background-image: url(images/shadow-right.gif);
	background-repeat: repeat-y;
}
.header-2 {
	background-image: url(images/header-2a.jpg);
	background-repeat: repeat-x;
	text-align: right;
	font-size: 18px;
	color: #999999;
	background-color: #1F1F1F;
	padding-right: 16px;
}
a.header:link {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.header:hover {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF00;
	text-decoration: none;
}
a.header:active {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
a.header:visited {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

.main-bg {
	background-color: #1F1F1F;
	padding: 0px;
}
.footer1 {
	font-size: 12px;
}
.main-bg1 {
	background-color: #1F1F1F;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.h1-style {
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	font-size: 36px;
	font-weight: normal;
	color: #FFFF99;
	padding: 0px;
}
.hr-style {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

