/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
}
h1 {
	color: #da413e;
	font-size : 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
h2 { color: #da413e; font-size : 16px; }
h3 {
	color: #FFFFFF;
	font-size : 17px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #3F4096;
	font-size : 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

body { margin-top: 4px; margin-right: 0px; margin-bottom: 0px; margin-left:0px; background-color: #3f4096;}


.nav A:link {color: #ffffff; }
.nav A:visited {color: #ffffff; }
.nav A:active {color: #ffffff; }
.nav A:hover {color: #3f4096; }
.nav A{text-decoration:none;
		font-size: 11px;
		font-weight: bold;}
		

A:link {color: #13546A; }
A:visited {color: #13546A; }
A:active {color: #0066FF; }
A:hover {color: #0066FF; }
A{text-decoration:underline}

.bg-tile {
	background-image: url(images/line-tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.borderline {
	border-bottom-style: none;
	border-right-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}