@charset "US-ASCII";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-style: normal;
	line-height: 24px;
}
body {
	background-color: #FFFFFF;
	background-image: url(/assets/tileback.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #016599;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #016599;
	font-weight: bold;
	
}
a:hover {
	text-decoration: none;
	color: #009dcb;
	font-weight: bold;
	
}
a:active {
	text-decoration: none;
	color: #016599;
	font-weight: bold;
	
}
    
input { border: 1px solid black; }

h1 {
	font-size: 16px;
	color: #006699;
}
h2 {
	font-size: 14px;
	color: #006699;
}
h3 {
	font-size: 12px;
	color: #006699;
}
h4 {
	font-size: 10px;
	color: #006699;
}
h5 {
	font-size: 9px;
	color: #006699;
}
h6 {
	font-size: 8px;
	color: #006699;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}


.small_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #006699;
}

.large_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	color: #006699;
}

.larger_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
}

.justify {
	font-style: normal;
	text-align: justify;
}

.small_italic {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #006699;
	line-height: 14px;
}

.small_dark_italic {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #003366;
	line-height: 14px;
}

.small_dark_bold {
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #003366;
	line-height: 14px;
}