body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ECE9E4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,p,ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #33312B;
	text-decoration: none;
	list-style-type: square;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	text-decoration: underline;
}

.white {
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4B6C9A;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #4B6C9A;
	line-height: 16px;
}
.subtitle {
	font-size: 13px;
	color: #665A30;
	line-height: 18px;
	font-weight: bold;
}
.bill {
	color: #666666;
	font-weight: bold;
}

.title_white {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}
.title_blue {
	font-size: 18px;
	font-weight: bold;
	color: #4B6C9A;
	line-height: 22px;
}

.breadcrumbs {
	font-size: 10px;
	color: #336699;
}
a.breadcrumbs {
	font-size: 10px;
	color: #336699;
	text-decoration: none;
}
a.breadcrumbs:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	color: 336699;
}