/* Links default sitewide css*/
a {
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	font-size: 12px;
	color: #CC0033;
	text-decoration: none
	
}
a:link {
	font-size: 12px;
	color: #CC0033;
	text-decoration: none;
	
}
a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
}
a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
}


/* unordered list style*/
ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

/* ordered list style*/
ol {
	margin: 0;
	padding: 0 0 0 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}


ul a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
	text-decoration: none;
	
}

ul a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
	text-decoration: none;
	
}



ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
}


/* Body text aligment*/
body .right { text-align: right ! important; }
body .left { text-align: left ! important; }
body .center { text-align: center ! important; }

body .top { vertical-align: top ! important; }
body .middle { vertical-align: middle ! important; }
body .bottom { vertical-align: bottom ! important; }

body .bold { font-weight: bold ! important; }
body .italic { font-style: italic ! important; }
body .underline { text-decoration: underline ! important; }


/* Grey line seperator*/
.DivNav{
	padding: 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px white solid
}

.box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0033;
	text-decoration: none;
}
.box a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0033;
	text-decoration: none;
	
}
.box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
}
.box a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
}

.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
}

.boxArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* Headers*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-bottom: 2px;
	margin-top: 8px;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 6px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 6px;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: normal;


}
/* End headers*/

/* Parargraph style*/
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #000000;
	font-size: 12px;
	margin: 0 0 15px;
}

/* Copy main css*/
.copy {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #000000;
	font-size: 12px;
	margin: 0 0 15px;
}
