@charset "utf-8";
/* CSS Document */

/* OFN 2010
=============================== */


/* LAYOUT
=============================== */



/* TYPE
=============================== */
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: ##0F284F;
}

.main {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}

.topnav {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0F3059;
font-size:13px;
font-weight:bold;
}

.nav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0F284F;
font-weight:bold;
}

.subnav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#5E96CF;
font-weight:bold;
}

.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0F284F;
font-size:10px;
}

/* LINKS
=============================== */
.main a:link {
	color: #5E96CF;
	text-decoration: none;
}
.main a:visited {
	text-decoration: none;
	color: #5E96CF;
}
.main a:hover {
	text-decoration: underline;
	color: #5E96CF;
}
.main a:active {
	text-decoration: none;
	color: #5E96CF;
}

.topnav a:link {
	color: #0F3059;
	text-decoration: none;
}
.topnav a:visited {
	text-decoration: none;
	color: #0F3059;
}
.topnav a:hover {
	text-decoration: underline;
	color: #0F3059;
}
.topnav a:active {
	text-decoration: none;
	color: #0F3059;
}

.nav a:link {
	color: #0F284F;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #0F284F;
}
.nav a:hover {
	text-decoration: underline;
	color: #0F284F;
}
.nav a:active {
	text-decoration: none;
	color: #0F284F;
}

.subnav a:link {
	color: #0F284F;
	text-decoration: none;
}
.subnav a:visited {
	text-decoration: none;
	color: #0F284F;
}
.subnav a:hover {
	text-decoration: underline;
	color: #0F284F;
}
.subnav a:active {
	text-decoration: none;
	color: #0F284F;
}

.footer a:link {
	color: #0F284F;
	text-decoration: none;
	font-weight:bold;
}
.footer a:visited {
	text-decoration: none;
	color: #0F284F;
	font-weight:bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #0F284F;
	font-weight:bold;
}
.footer a:active {
	text-decoration: none;
	color: #0F284F;
	font-weight:bold;
}


/* IMAGE STYLE
=============================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.imgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
