*
{
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
}

body
{
	margin: 0px;
}

.header
{
	font-size: 18px;
	color: #DB7C1A;
	font-style: italic;
	font-weight: bold;
}

a
{
	color: #DB7C1A;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a.print_mail
{
	font-style: normal;
	font-weight: normal;
	color: black;
	font-size: 11px;
}

input.text
{
	border: 1px solid #DB7C1A;
	width: 150px;
}

textarea
{
	border: 1px solid #DB7C1A;
	width: 350px;
	height: 75px;
}


