/* CSS Document */

* {margin:0; padding:0;}

body { background:#FFFFFF;}

td, input, textarea{
	font-family:Arial;
	font-size:11px;
	line-height:15px;  
	color:#3D3D3D;	
	vertical-align:top;
}

a { color:#D52D00; text-decoration:none;}
a:hover { text-decoration: underline;}
a img { border:0;}

.clear { clear:both;}

.auto { width:auto; height:auto;}

input, submit { vertical-align:middle;}

table { 
	border:0px;
	border-collapse:collapse;
	width:100%;
	height:100%;}


textarea { width:171px; height:50px; padding-left:2px; border-color:#DBDBDB; color:#444444;}
