img {
	border: 0;
}


.Main {
 	margin: 0px;
	font-family: "Arial, Helvetica, sans-serif";
	color: #192558;
	font-size: 10pt;
	background-color: #FFFFFF;
}


.Nav 	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #192558;
	font-size: 8pt;
	text-decoration: none;
}

.S	{
	font-size: 8pt;
}

.M	{
	font-size: 10pt;
}

.N	{
	font-size: 11pt;
}

.L	{
	font-size: 14pt;
}

.R	{
	font-size: 12pt;
}

.ss	{
	font-size: 7.5pt;
}


.HL1	{
	color: #FFFFFF; /*white*/
}

.HL2	{
	color: #006005;/*hornets green*/
}

.HL3	{
	color: #BCAE74;/*light gold*/
}

.HL4	{
	color: #A4A3A3;/*logo grey*/
}

.HL5	{
	color: #3507A2;/*purple*/
}

.HL6	{
	color: #F67890;/* Mint Mantra pink*/
}

.HL7	{
	color: #789504;/*Radical Green*/
}

.HL8	{
	color: #E0E098;/*Wise Ones yellow*/
}

.HL9	{
	color: #4F4D86;/*Paradigm Shift (Lilac)*/
}

.HL10	{
	color: #145D8A;/*Ocean Blue*/
}

.HL11	{
	color: #04958E;/*Ice Shower green*/
}

.HL12	{
	color: #FD0805;/*Bright Red*/
}

/* ----------------------------------------------------------------------- */

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
        border: 0px;
}

body {
	background-color: #000000;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #006005;
	scrollbar-base-color: #FEB501;
	scrollbar-dark-shadow-color: #006005;
	scrollbar-face-color: #FEB501;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #006005;
}

a {text-decoration: none;}

a:active,a:link,a:visited {
	text-decoration: none;
	color: #FE0101;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


img {
	border: 0;
}

.header	td {
	color: #E9E3BF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.content {
	background-color: white;
}

.content {
	color: #2F2D21;
}

.content a:active {
	text-decoration: underline;
	color: #677468;
}

.content a:visited {
	text-decoration: underline;
	color: #846F0E;
}

.content a:link {
	text-decoration: none;
	color: #FE0101;
}

.content a:hover {
	text-decoration: underline;
	color: #677468;
}

blink { 
	behavior:url(/blink.htc);
}

.footermenu a:hover {
	text-decoration: underline !important;
        color: #FFFFFF;
        font-size: 7pt;
}

.footermenu a:link {
	text-decoration: none;	
        color: #FFB400;
        font-size: 7pt;
}

.footermenu a:visited {
	text-decoration: none;	
        color: #FFB400;
        font-size: 7pt;
}


/* NEW STYLES FOR CONTENT MANAGEMENT */
.navHeader{
	background-color: black;
	color: white;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;

}

.nav2{
	color: black;
	font-family: arial;
	font-size: 12px;
	text-align: left;

}	
.pageheading{
	color: black;
	font-family: arial;
	font-size: 16px;
	text-align: left;
	text-decoration: underline !important;	

}

.coachTitle{
	color: white;
	font-family: arial;
	font-size: 22px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;

}

a.nav2 {
	color: #000000;
	text-decoration: none;

}

a.nav2:active,a:link,a:visited {
	text-decoration: none;
	color: #000000;
}

a.nav2:hover {
	text-decoration: underline;
	color: #000000;
}

a.nav2a {
	color: red;
	text-decoration: none;
}
a.nav2a:active,a.nav2a:link,a.nav2a:visited {
	text-decoration: none;
	color: red;
}

.tblHeader{
	background-color: #CCCCCC;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding: 3 3 3 3;
}
.lightBack{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	padding: 3 3 3 3;
}