@charset "utf-8";
/* CSS Document */


.MenuText {
	font-size: 12px;
	font-weight: bold;
	color: #A02748;
	text-align: justify;
}
.HeadingText {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #906;
}
body a {
	color: #906;	
	text-decoration: underline;
}
body a:visited {
	color: #906;
	text-decoration: underline;
}
body a:hover {
	color: #F0F;
	text-decoration: blink;

}
.MenuText a {
	color: #A02748;
	text-decoration: none;
}
.MenuText a:visited {
	color: #A02748;
	text-decoration: none;
}
.MenuText a:hover {
	color: #FFF;
}

.Copyright {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 10px;
}
.Copyright a {
	color: #999;
}
.Copyright a:visited {
	color: #999;
}
.Copyright a:hover {
	color: #A02746;
}
.textInput3
{
	height: 18px;
	background: #F9DDF2;
	border: none;
	color: #FCB749;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #906;
}
.textInput4
{
	height: 120px;
	background: #F9DDF2;
	border: none;
	color: #FCB749;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #906;
}