﻿@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}

.txtMauveSmall, .txtMauveSmall a, .txtMauveSmall a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #441567;
	text-decoration:none;
}
.txtMauveSmall a,.txtMauveSmall a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #441567;
	text-decoration:none;
}

.txtGrayTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323232;
	text-align: justify;
}
.txtMauveBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #441567;
}
.txtPinkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #b00053;
}
.txtPinkBoldDArk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #a40047;
}

.txtMauveSmall a:hover {
	color: #af31cd;
	text-decoration:underline
}

.txtSearchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #441567;
	width: 160px;
	height: 14px;
}
.txtWhiteSmall,.txtWhiteSmall a, .txtWhiteSmall a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.txtWhiteSmall a:hover {
	color: #f0b2ff;
	text-decoration:none;
}

.txtMauveMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #441567;
}

.txtWhiteMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
.txtPinkSmall, .txtPinkSmall a,.txtPinkSmall a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color: #b00053;
}
.txtPinkSmall a:hover {
	color: #700035;
	text-decoration:underline;
}

.txtSubMenuMauve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #441567;
}
.txtSubMenuMauveOv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtGrayTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323232;
	text-align: justify;
}
td.mainMenuBut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/backBut.jpg);
}
td.mainMenuButOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffa8ce;
	background-image:url(../images/backButOv.jpg);
}
td.subMenuBut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #441567;
	cursor:pointer;
	background-image: url(../images/submenuButBack.jpg);
}
td.subMenuButOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../images/submenuButBackOv.jpg);
}
.txtMauve, .txtMauve a,.txtMauve a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #441567;
	text-decoration:none;
}

.txtMauve a:hover {
	color: #b30055;
	font-weight: bold;
	text-decoration:underline;
}


.txtRegisterField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #441567;
	width: 520px;
	height: 16px;
}


