body {
	background: #817b86;
}

body, table, td, p {
	color: #330066;
	font-family: helvetica;
	font-size: 11px;
}

a {
	color: #c8de23;
}

a:hover {
	color: #e0fe00;
}

.Header1 {
	color: #c8de23;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

table.MainMenu {
	background: #c8de23;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.MainMenu {
	color: #b598d0;
	font-family: times new roman;
	font-weight: normal;
	font-size: 28px;
}

td.MainMenu a {
	text-transform: uppercase;
	color: #646361;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
td.MainMenu a:hover {
	text-decoration: underline;
	color: #ab8ec6;
}

table.Page {
	background: #FFFFFF;
}

table.LeftCol {
	background: #FFFFFF;
}

table.LeftCol td.Text {
	background: #FFFFFF;
	font-family: helvetica;
	font-size: 11px;
}



table.PageContent {
	background: #FFFFFF;
	background-image: url('http://70.86.207.162/~studiocl/images/bg_purple_black_fade.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
td.SubPageContent {
	/*background: #7b658d;*/

}
td.PageTitle {
	color: #c8de23;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
td.PageContent {
	color: #000000;
	background: #83a3b8;
	font-family: helvetica;
	font-weight: normal;
	font-size: 11px;
}



table.FooterMenu {
	/*background: #070508;*/
	background: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

td.FooterMenu {
	/*color: #ffffff;*/
	color: #070508;
	font-family: helvetica;
	font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.FooterMenu a {
	/*color: #ffffff;*/
	color: #070508;
	font-family: helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
td.FooterMenu a:hover {
	text-decoration: underline;
	color: #c8de23;
}

input.submit {
	background-color: #c8de23;
	border-color: #646464;
	color: #646464;
	font-family: helvetica;
	font-weight: bold;
	font-size: 12px;
}
input {
	font-family: helvetica;
	font-weight: bold;
	font-size: 11px;
}
select {
	font-family: helvetica;
	font-weight: bold;
	font-size: 11px;
}




.SubMenu {
	background: #ad97c0;
}

.SubMenuActive {
	background: #ffffff;
}

td.SubMenu {
	color: #ffffff;
	font-family: times new roman;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.SubMenuActive {
	color: #ffffff;
	font-family: times new roman;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.SubMenu a {
	text-transform: capitalize;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
td.SubMenuActive a {
	text-transform: capitalize;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

td.SubMenu a:hover {
	text-decoration: underline;
	color: #c8de23;
}
td.SubMenuActive a:hover {
	text-decoration: underline;
	color: #cbbada;
}

.RightCol {
	background: #ad97c0;
}

.RightCol_Inset {
	background: #806696;
}

.ParagraphHeader {
	text-transform: capitalize;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

.ErrorMessage {
	text-transform: uppercase;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: red;
}