body 
{
	background: url(images/bg.gif) #dcdcdc repeat-y center top;
	margin: 0px; 
	color: #333;
}

.text
{
    font-family:Tahoma;
    font-size:11px;
    color:#666666;
}

.main
{
    font-family:Tahoma;
    font-size:12px;
    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;
}

#footer {
	border-bottom: #CCCCCC 1px solid; 
	background-image: url(images/footerwater.jpg); 
	background-repeat: no-repeat;
    background-position: bottom;
}
