/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0;
	background:none;
	
}

a {
	color:#5F002A;
	text-decoration:none;
}

a:hover {
	color:#5F002A;
	text-decoration:underline;
}

h2,h3{
	font-weight:bold;
	color:#5c5859;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:left;
	
	}
	
hr{
	border: solid #535252;
	border-width:0 0 1px 0;
	background:none;
	height: 1px;
    clear:both;
	}

	
table{
	font-size:12px;
	padding-top:15px;
	}	
	
th{
	font-size:12px;
	background-color:#e7e6e6;
	}
	
td	{
		font-size:12px;
		border-bottom:1px dotted #5c0029;}
		
		/**** FORM******/

form input,
form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #535252;
	margin:6px;
	padding:0;
	height:17px;

}

form textarea {
	width:375px;
	height:140px;
}

form input:hover,
form textarea:hover {
	background-color:#f4f0f2;
	color:#000;
}

.textfield{
	width:220px;
}

*[type="submit"] {
	width:129px;
	height:22px;
	vertical-align:middle;
	background-color:#fff;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#5c0029;
	cursor:pointer;
}


