@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #E1DAD7;
	margin-top: 15px;
}

.mainTable {
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border: thick ridge #152833;
}
.headerTD {
	background-image: url(../images/header.png);
}

.heading_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFCC99;
}


.footer {
}
.padding5 {
	padding-bottom: 10px;
}
.IMGborder {
	border: thin solid #000066;
}

a {
	color: #FFFF9D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
