@charset "utf-8";
/* CSS Document */

body {
	background-color: #7045A6;
	background-image: url(images/bg-body4.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

body, p, a, td, th, li {
	color: #f5f5f5;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #ebf1c3;
	text-decoration: underline;
}

table.main {
	background-color: transparent;
	background-image: url(images/bg-footer4.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

td.menu a {
	background-image: url(images/bt-normal.png);
	background-position: top;
	background-repeat: no-repeat;
	color: white;
	display: block;
	font-weight: bold;
	line-height: 25px;
	padding-left: 25px;
	text-decoration: none;
}

td.menu a:hover, td.menu a.selected {
	background-color: #dfc3f1;
	background-image: url(images/bt-over.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #7045a6;
}

.gray {
	color: #cccccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

.bg-left {
	background-image: url(images/bg-left.png);
	background-repeat: repeat-y;
}

.bg-center {
	background-image: url(images/bg-center.png);
	background-repeat: repeat-y;
}

.bg-right {
	background-image: url(images/bg-right.png);
	background-repeat: repeat-y;
}

.required {
	color: red;
	font-weight: bold;
}

p.errors {
	color: red;
	background-color: #ffcccc;
	padding: 10px;
	border-color: red;
	border-style: solid;
	border-width: 1px;
}

a.more {
	font-weight: bold;
}

div.nav {
	height: 32px;
	line-height: 32px;
	text-align: center;
}

