@charset "utf-8";
body {
	background: #eee url('images/background.gif');
}
.top-border {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-variant:small-caps;
	font-style: italic;
	line-height:.5em;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
	font-style:normal;
	font-weight:normal;
	line-height: 1.5em;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-variant:small-caps;
	font-style: italic;
	line-height:0em;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFF;
	font-style:normal;
	font-weight:bold;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFF;
	font-style:italic;
	font-weight:normal;
}
a:link, a:visited { /*links*/
	text-decoration:none;
	color:navy;
}

a:hover { /*hovering over link*/
	text-decoration:underline;
	color:navy; 
}
a:active { /*while clicking link*/
	text-decoration:underline;
	color:navy; 
}
a:link img, a:visited img { /*links*/
	border-color: #555;
	border-width: 1px;
}

a:hover img { /*hovering over link*/
	border-color: #555;
	border-width: 1px;
}

a:active img { /*while clicking link*/
	border-color: #555;
	border-width: 1px;
}

td#footer a:link {
	text-decoration:none;
	color:#fff;
}
td#footer a:visited {
	text-decoration:none;
	color:#fff;
}
td#footer a:hover {
	text-decoration:none;
	color:navy; 
}
td#footer a:active {
	text-decoration:none;
	color:navy;  
}
.bullet {
	font-size: 14px;
	line-height: 2em;
}
.bullet2 {
	font-size: 14px;
	line-height: 1.9em;
}
.pdf { /*small pdf icon preceding link to the file*/
     background-image: url(images/pdficon_small.gif);
     background-position: bottom left;
     background-attachment: scroll;
     background-repeat:no-repeat;
	 padding-left: 20px;
}
