/* CSS Document : site by RED BOX NEW MEDIA : www.redboxnewmedia.com */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	}

/* Main NAV classes */
.navLinkOff {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	}

.navLinkOff A{
	color: #000099;
	text-decoration: none;
	}

.navLinkOff A:hover{
	color: #0066FF;
	text-decoration: underlined;
	}


.navLinkOnMain {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	}

.navLinkOnMain A{
	color: #000099;
	text-decoration: none;
	}

.navLinkOnMain A:hover{
	color: #0066FF;
	text-decoration: underline;
	}


.navFooter {
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	float: left;
	padding-left: 12px;
	text-decoration: none;
	}

.navFooter A {
	color: #000099;
	text-decoration: none;
	}

.navFooter A:hover {
	color: #0066FF;
	text-decoration: underline;
	}

/*content area*/

.textHeadline {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	padding-right: 20px;
	}

.textBodyCopy {
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	padding-right: 20px;
	}

.textBodyCopy A{
	color: #000099;
	text-decoration: underline;
	}

.textBodyCopy A:hover{
	color: #0066FF;
	}

/*footer*/
.footerCopy {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	}

.footerCopy A {
	color: #999999;
	text-decoration: none;
	}

.footerCopy A:hover {
	color: #FF0000;
	text-decoration: underline;
	}