@charset "UTF-8";
/* CSS Document */

body p, div, td {
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4f4f4f; 
	margin: 0px;
	letter-spacing: 1px;
	padding:0px;
	}

img {
    border:0;
	}
a:link, a:active, a:visited  { 
	text-decoration: none;
	color: #6B8789;
	font-weight: none;
	}
a:hover { 
	text-decoration: none;
	color: #5B5B5B;
	font-weight: none;
	
}
input, textarea
{
color: #4f4f4f;
background: #FFFFFF;
border: 1px solid #4f4f4f
}

.submit input
{
color: #4f4f4f;
background: #FFFFFF;
border: 1px solid #4f4f4f
} 
