﻿/* Normal, standard links. */
a:link
{
	color: #7C0000;
	text-decoration: underline;
}
a:visited
{
	color: #7C0000;
	text-decoration: underline;
}
a:hover
{
	color: #7C0000;
	text-decoration: underline;
}

/*headers*/
h1,h2,h3,h4,h5,h6 {font-family: Arial, Helvetica, sans-serif;}
h1 {font-size: 16px;
	color: #333333;}
h2 {font-size: 14px;
	color: #333333;}
h3 {font-size: 12px;
	color: #56554E;}

/* Navigation links for the main navigation */
.nav, .nav:link, .nav:visited
{
	color: #7C0000;
	text-decoration: none;
}
a.nav:hover
{
	color: #000000;
	text-decoration: none;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Microsoft Sans Serif, MS Sans Serif, Segoe Print;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}

body {
	font-family: Microsoft Sans Serif, MS Sans Serif, Segoe Print;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
	background-color:#FFFFFF;
}



/*Rounded Corners*/

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#7C0000; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#7C0000; border-right:2px solid #7C0000; border-left:2px solid #7C0000; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#7C0000; border-right:1px solid #7C0000; border-left:1px solid #7C0000; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#7C0000; border-right:1px solid #7C0000; border-left:1px solid #7C0000; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #7C0000;}
.headh {background: #7C0000; border-right:1px solid #7C0000; border-left:1px solid #7C0000;}
.contenth {background: #5A54AC; border-right:1px solid #7C0000; border-left:1px solid #7C0000;}
.contentbody {background: #fff; border-right:1px solid #7C0000; border-left:1px solid #7C0000;}
.contenth div {margin-left: 12px; padding-top: 5px;}

/*Header Rounded Corners*/

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#7C0000; margin:0 5px;}
.b2f {height:1px; background:#7C0000; margin:0 3px;}
.b3f {height:1px; background:#7C0000; margin:0 2px;}
.b4f {height:2px; background:#7C0000; margin:0 1px;}
.contentf {background: #7C0000;}
.contentf div {margin-left: 5px;}