﻿body {
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	background: #E4DCDA url(../images/bg_fade.png) top center repeat-y;
	color: #646464;
}

strong {
	font-weight: bold;
}

p {
	margin: 0px 0px 10px 0px;
}

textarea
{
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
}


h1 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 0px;
	color:#D54C15;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	color:#4C94B7;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	color:#D54C15;
}
h4 {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	color:#4C94B7;
}
.left_title {
	float: left;
}

.right_title_link {
	float: right;
	color: #D54C15;
	font-size: 11px;
}

.right_title_link a{
	color: #D54C15;
}

.service_time 
{
	font-family:Arial, Helvetica, sans-serif; 
	color: #dc6a12;
	font-size: 9pt;
}
.service_time_narrow 
{
	font-family:Arial Narrow; 
	color: #dc6a12;
	font-size: 9pt;
}
.service_date {
	font: arial;
	color: #FFFFFF;
	font-size: 12pt;
}




.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
	font-size: 1px;
}

.clearing_menu {
	height: 1px;
	clear: both;
	overflow: hidden;	
	font-size: 1px;
}

.hr {
	height: 1px;
	margin: -1px 0 10px 0;
	clear: both;
	overflow: hidden;	
	font-size: 1px;
	border-bottom: solid 1px #EAE7D2;
}


ul {
	margin: 0px 0px 10px 0px;
	list-style-type: square;
	padding-left: 15px;
}

ol {
	margin: 0px 0px 10px 0px;
	list-style-type:decimal;
	padding-left: 15px;
}

a {
	color: #999999;
	text-decoration: underline;
}

em {
	font-style:italic;
}

