body {
	background-color: #331329;
	margin: 10px 0px;
	text-align: center;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	vertical-align: top;
	text-align: justify;
	padding: 5px 20px;
}
.bodyText a:link{
	color: #990000;
	text-decoration: none;
}
.bodyText a:visited{
	color: #990000;
	text-decoration: none;
}
.bodyText a:active{
	color: #990000;
	text-decoration: none;
}
.bodyText a:hover{
	color: #CC0000;
	text-decoration: none;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #57508F;
	font-weight: bold;
	cursor: default;
	padding: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #57508F;
}
.titleSub {
	color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 5px;
	text-align: justify;

}
.titleSub a:link{
	color: #FEE6FF;
	text-decoration: none;
	font-style: italic;
}
.titleSub a:visited{
	color: #FEE6FF;
	text-decoration: none;
	font-style: italic;
}
.titleSub a:active{
	color: #FEE6FF;
	text-decoration: none;
	font-style: italic;
}
.titleSub a:hover{
	color: #000B33;
	text-decoration: none;
	font-style: italic;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #57508F;
	font-weight: bold;
	vertical-align: top;
	cursor: default;
	padding: 5px;
}

.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.subNav a:link{
	color: #000000;
	text-decoration: none;
}
.subNav a:visited{
	color: #000000;
	text-decoration: none;
}
.subNav a:active{
	color: #000000;
	text-decoration: none;
}
.subNav a:hover{
	color: #CC0000;
	text-decoration: none;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	cursor: default;
}
.footer a:link{
	color: #57508F;
	text-decoration: none;
}
.footer a:visited{
	color: #57508F;
	text-decoration: none;
}
.footer a:active{
	color: #57508F;
	text-decoration: none;
}
.footer a:hover{
	color: #0F002D;
	text-decoration: none;
}


.tableWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	display: block;
}
.tableWhite a:link{
	color: #000000;
	text-decoration: none;
	background-color: #D9D5FF;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
}
.tableWhite a:visited{
	color: #000000;
	text-decoration: none;
	background-color: #D9D5FF;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
}
.tableWhite a:active{
	color: #000000;
	text-decoration: none;
	background-color: #D9D5FF;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
}
.tableWhite a:hover{
	color: #CC0000;
	text-decoration: none;
	background-color: #ECE8FF;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
}
.tableDarck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	display: block;
}
.tableDarck a:link{
	color: #000000;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #D3CEFF;
}
.tableDarck a:visited{
	color: #000000;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #D3CEFF;
}
.tableDarck a:active{
	color: #000000;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #D3CEFF;
}
.tableDarck a:hover{
	color: #CC0000;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #ECE8FF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	background-color: #E7C7E2;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91628D;
	border-right-color: #FFECFA;
	border-bottom-color: #FFECFA;
	border-left-color: #91628D;
	padding: 5px;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	background-color: #D3AFCC;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFECFA;
	border-right-color: #91628D;
	border-bottom-color: #91628D;
	border-left-color: #FFECFA;
	line-height: 8px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}
.images {
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FCF3FB;
	border-left-color: #FCF3FB;
	padding: 5px;
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
.btnTableLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	background-color: #D9D5FF;
	border: 0px;
	height: 100%;
	width: 100%;
	cursor: hand;
}
.btnTableDarck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	background-color: #D3CEFF;
	border: 0px;
	height: 100%;
	width: 100%;
	cursor: hand;
}
