
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.mrnu
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.policy
{
	font-family: Tahoma;
	font-size: 10px;
	color: #9B9B9B;
	text-decoration: none;
}
a.policy:hover
{
	text-decoration: underline;
}
a.mrnu:hover
{
	color: #CCCCCC;
}

a.red:link 
{
    color: #DC1400;
    text-decoration: none;
}

a.red:hover 
{
    color: #DC1400;
    text-decoration: underline;
}

a.red:visited 
{
    color: #DC1400;
    text-decoration: none;
}

a.red:active 
{
    color: #DC1400;
    text-decoration: none;
}

.green
{
	font-family: Tahoma;
	font-size: 11px;
	color: #648C50;
}
.main
{
	font-family: Tahoma;
	font-size: 11px;
	color: #646464;
	line-height: 13px;
}
.red
{
	font-family: Tahoma;
	font-size: 11px;
	color: #DC1400;
}
.redgray
{
	font-family: Tahoma;
	font-size: 11px;
	color: #DC1400;
	background-color: #F0F0F0;
}
h1
{
	font-size: 14px;
	color: #648C50;
	font-weight: bold;
}

h2
{
  font-size: 18px;
  color: #DC1400;
  font-weight: bold;
}

.titleWhite
{
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 2px;
}

.input, select
{
	/*width: 195px;*/
	/*height: 24px;*/
	border-width: 1px;
	border-style: solid;
	background-color: #EFE4CB;
	border-color: #B0A27C;
	font-family: Tahoma;
	font-size: 11px;
	color: #655C44;
	padding-top: 4px;
}


.textarea
{
	/*width: 195px;*/
	/*height: 124px;*/
	border-width: 1px;
	border-style: solid;
	background-color: #EFE4CB;
	border-color: #B0A27C;
	font-family: Tahoma;
	font-size: 11px;
	color: #655C44;
	padding-top: 4px;
	overflow: auto;
}

.error 
{
  font-weight: bold;
  color: red;
}














