/* CSS Document */

/* Fonts */

p {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #000000;
}

h2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #000000;
}

a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #12737C;
}

a:HOVER {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #000000;
}

.nav {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}

.nav:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
}

.captions {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #000000;
	margin-right: 20px;
}

li {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #000000;
}

h3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	color: #12737C;
}

/* Design Elements */

.white_border {
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #000000;
	margin-top: 10px;
}

.borderbottom {
	border-bottom: 1px solid black;
	border-top: 1px solid black;

}

.topbg {
	background-image: url("../images/structure/topbg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
