/* 

Nav normal (arial 14)
Nav Division Selected (arial 16/white/bold)
Nav Division Sub Menu (arial 12/white)

Earthtones
	Dark Tan (BDB693) - nav
	Lighter Tan (D5D0B6) - body
	Lightest Tan - box area for content (DCD8C3)

BlueGrays
	Dark Gray  [CCCCCC] - nav bars
	Light Gray [DDDDDD] - body background
	Lightest Gray [EEEEEE] - background for content box

*/

/* ----- BODY ----- */
div#preload { display: none; }

BODY
{
	background-color:	#dddddd;
	margin-left:		0;
	margin-top:			0;
}

/* ----- SPAN ----- */
SPAN.Footnote
{
	font-family			:Verdana, Tahoma, Arial;
	font-weight			:normal;
	font-size			:9px;
	font-style			:italic; 
	color				:black;
}

SPAN.FirstLetter
{
	font-family			:Times New Roman, Arial;
	font-weight			:bold;
	font-size			:28px;
	font-style			:italic; 
	color				:black;
	line-height			:26px;
}

SPAN.ImageLabel
{
	font-family			:Times New Roman, Arial;
	font-weight			:normal;
	font-size			:14px;
	font-style			:italic; 
	color				:black;
}

SPAN.ImportantNote
{
	font-family			:Verdana, Tahoma, Arial;
	font-weight			:bold;
	font-size			:14px;
	font-style			:normal; 
	color				:red;
}
SPAN.BBMore
{
	font-family			:Verdana, Tahoma, Arial;
	font-weight			:normal;
	font-size			:12px;
	font-style			:normal; 
	color				:blue;
}

/* ----- A ----- */
A
{
	font-family:		Arial, Verdana, Tahoma, Arial;
	/*font-weight:		normal;*/
	font-size:			14px;
	color:				black;
}

A.Nav1
{
	font-family:		Arial, Helvetica;
	font-weight:		bold;
	font-size:			13px;
	color:				black;
	text-decoration:	none;
}

A.Nav1:hover
{
	color:				white;
	font-weight:		bold;
	text-decoration:	underline;
}

A.Nav1Sel
{
	font-family:		Arial, Helvetica;
	font-weight:		bold;
	font-size:			13px;
	color:				white;
	text-decoration:	none;
}

A.Nav1Sel:hover
{
	text-decoration:	underline;
}

A.Nav1Sel1
{
	font-family:		Arial, Helvetica;
	font-weight:		bold;
	font-size:			13px;
	color:				white;
	text-decoration:	none;
}

A.Nav1Sel1:hover
{
	text-decoration:	underline;
}

A.Nav2
{
	font-family:		Arial, Helvetica;
	font-weight:		normal;
	font-size:			12px;
	color:				white;
	text-decoration:	none;
}

A.Nav2:hover
{
	text-decoration:	underline;
}


A.Nav2Sel
{
	font-family:		Arial, Helvetica;
	font-weight:		bold;
	font-size:			13px;
	color:				white;
	text-decoration:	none;
}

A.Nav2Active
{
	font-family:		Arial, Helvetica;
	font-weight:		bold;
	font-size:			12px;
	color:				white;
	text-decoration:	underline;
}

A.Nav2NotSel
{
	font-family:		Arial, Helvetica;
	font-weight:		normal;
	font-size:			12px;
	color:				black;
	text-decoration:	none;
}

A.Nav2NotSel:hover
{
	color:				white;
	text-decoration:	underline;
}

A.Nav2Sel:hover
{
	text-decoration:	underline;
}

A.Nav3
{
	font-family:		Arial;
	font-weight:		normal;
	font-size:			12px;
	color:				white;
	text-decoration:	none;
}

A.Nav3:hover
{
	text-decoration:	underline;
}

A.Nav3Sel
{
	font-family:		Arial, Helvetica;
	font-weight:		bold;
	font-size:			13px;
	color:				white;
	text-decoration:	underline;
}

A.Nav3Sel:hover
{
	text-decoration:	underline;
}


A.CorpNav2
{
	font-family:		Arial;
	font-weight:		normal;
	font-size:			12px;
	color:				black;
	text-decoration:	none;
}

A.CorpNav2Sel
{
	font-family:		Arial;
	font-weight:		normal;
	font-size:			12px;
	color:				white;
	text-decoration:	none;
}

A.CorpNav2:hover
{
	text-decoration:	underline;
}



A.Footer
{
	font-family:		Arial, Times New Roman, Verdana, Tahoma;
	font-weight:		normal;
	font-size:			12px;
	color:				black;
	text-decoration:	none;
}

A.Footer:hover
{
	text-decoration:	underline;
}

A.BBMore
{
	font-family:		Arial, Verdana, Tahoma, Arial;
	font-weight:		normal;
	font-size:			12px;
	color:				blue;
}

A.RadioShow
{
	font-family:		Arial, Verdana, Tahoma, Arial;
	font-weight:		normal;
	font-size:			14px;
	color:				blue;
}

A.Book
{
	font-family:		Arial, Verdana, Tahoma, Arial;
	font-weight:		normal;
	font-size:			14px;
	font-style			:italic; 
}

/* ----- TABLE ----- */
Table.PageLayout
{
/* border="0" width="800" xheight="100%" cellpadding="0" cellspacing="0"*/
	border:				0px;
	width:				820px;
	margin:				0px;
	padding:			0 0 0 0;
}

Table.MainBody
{
	/* content area*/
	
	/* background-color:	#EEEEEE; lightest gray 
	   border color  is #CCCCCC; dark gray */
	background-color:	#eeeeee;
	width:				95%;
	border:				0px;
    padding:			0;
   	BORDER-RIGHT:		#CCCCCC 2px solid;
    PADDING-RIGHT:		0px;
   	BORDER-TOP:			#CCCCCC 2px solid;
    PADDING-LEFT:		0px;
    PADDING-BOTTOM:		0px;
    MARGIN:				0px;
    BORDER-LEFT:		#CCCCCC 0px solid;
    PADDING-TOP:		0px;
    BORDER-BOTTOM:		#CCCCCC 2px solid;
}

Table.Footer
{
	border:				0;
	font-family:		Tahoma, Arial, Helvetica;
	font-size:			8px; 
}

Table.OnlineForm
{
	background-color:	#BDB693;
	border:				0px;
	width:				90%;
    padding:			0;
    BORDER-RIGHT:		#D5D0B6 4px solid;
    PADDING-RIGHT:		0px;
    BORDER-TOP:			#D5D0B6 4px solid;
    PADDING-LEFT:		0px;
    PADDING-BOTTOM:		0px;
    MARGIN:				0px;
    BORDER-LEFT:		#D5D0B6 4px solid;
    PADDING-TOP:		0px;
    BORDER-BOTTOM:		#D5D0B6 4px solid;

	font-family			:Arial, Times New Roman, Verdana, Tahoma;
	font-weight			:normal;
	font-size			:12px;
		
}
Table.Printable
{
	border:				0px;
	width:				650px;
	margin:				0px;
	padding:			0 0 0 0;
}



