body {
	 margin:0px;
	 padding:0px;
	 background-color:#c55d5d;
}

b
{
	font-family:Tahoma;
	font-size:11px;
}

.text {
	 font-family:Tahoma;
	 font-size:11px;
	 color:#666666;
	 text-decoration:none;
}

a:hover.text {
	 font-family:Tahoma;
	 font-size:11px;
	 color:#0160b9;
	 text-decoration:none;
}

.main {
	 font-family:Tahoma;
	 font-size:11px;
	 color:#494F4E;
}

.green {
	 font-family:Tahoma;
	 font-size:11px;
	 color:#30B530;
}

.white {
	 font-family:Tahoma;
	 font-size:11px;
	 color:#FFFFFF;
	 text-decoration:none;
}

.input {
  	 width:182px; height:21px;
	 border-width:1px;
	 border-style:solid;
	 background-color:#FFFFFF;
	 border-color:#5E5E5E;
	 font-family:Tahoma;
	 font-size:11px;
	 color:#494F4E;
	 padding-top:2px;
}

.textarea{
	 width:182px; height:113px;
	 border-width:1px;
	 border-style:solid;
	 background-color:#FFFFFF;
	 border-color:#5E5E5E;
	 font-family:Tahoma;
	 font-size:11px;
	 color:#494F4E;
	 padding-top:2px;
	 overflow:auto;
}