.small {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.big {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.content {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 20px;
}

.contentbold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.nav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#003366;
}

.navOn {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0033CC;
}

a.small:link {color: #003366; text-decoration: none; }
a.small:visited {color: #003366; text-decoration: none; }
a.small:hover {color: #FFCC00; text-decoration: underline; }
a.small:active {color: #003366; text-decoration: underline; }

a.nav:link {color: #003366; text-decoration: underline; }
a.nav:visited {color: #003366; text-decoration: underline; }
a.nav:hover {color: #3366FF; text-decoration: underline; }
a.nav:active {color: #003366; text-decoration: underline;}



/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 5px 5px 5px 5px;
	float: right;
}

div.clear {
	clear: both;
}

div.clearleft {
	clear: left;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px 15px 25px;
}

ul.left {
	float: left;
}

li {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #000000;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	margin: 15px 0px;
	text-align: center;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: underline;
	color: #003366;
}

div#copyright a:hover {
	color: #3366FF;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}
