/* Body */

body
{
	margin: 0px;
	font-size: 10px;
	color: #000080;
	font-family: Arial, Verdana;
	background-color: #cdcdcd;
}

/* Text */
.textXSH
{
	font-size: 10px;
	line-height: 20px;
}
.textXXS
{
	font-size: 8px;
}
.textXS
{
	font-size: 10px;
}
.textS
{
	font-size: 12px;
}
.textM
{
	font-size: 14px;
}
.textL
{
	font-size: 16px;
}
.textXL
{
	font-size: 30px;
}

/* Text Bold */

.textBoldXXS
{
	font-size: 8px;
	font-weight: bold;
}
.textBoldXS
{
	font-size: 10px;
	font-weight: bold;
}
.textBoldS
{
	font-size: 12px;
	font-weight: bold;
}
.textBoldM
{
	font-size: 14px;
	font-weight: bold;
}
.textBoldL
{
	font-size: 16px;
	font-weight: bold;
}
.textBoldXL
{
	font-size: 30px;
	font-weight: bold;
}

/* Text Bold White */

.textBoldWhiteXS
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBoldWhiteS
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBoldWhiteM
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBoldWhiteL
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBoldWhiteXL
{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.textWhiteXL
{
	font-size: 30px;
	color: #000080;
}
.textBoldBlueM
{
	font-size: 14px;
	font-weight: bold;
	color: #008000;
}
.textBoldGreenS
{
	font-size: 12px;
	font-weight: bold;
	color: #008000;
}
.textBoldGreenM
{
	font-size: 14px;
	font-weight: bold;
	color: #008000;
}
.textGreenS
{
	font-size: 12px;
	color: #008000;
}
.textGreenM
{
	font-size: 14px;
	color: #008000;
}
.textBoldRedS
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.textBoldRedM
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.textBoldRedL
{
	font-size: 18px;
	height: 30px;
	color: #FF0000;
	font-family: Verdana, Arial;
	font-weight: bold;
}

/* HREF */

a:link
{
	text-decoration: none;
	color: #000080;
}
a:active
{
	text-decoration: none;
	color: #000080;
}
a:visited
{
	text-decoration:none;
	color: #000080;
}
a:hover
{
	text-decoration: none;
	color: #8790FA;
}

/* Headers */

.header1
{
	font-size: 24px;
	height: 40px;
	color: #000080;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.header2
{
	font-size: 20px;
	height: 30px;
	color: #FF0000;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.header3
{
	font-size: 16px;
	height: 24;
	color: #000080;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.header4
{
	font-size: 12px;
	height: 20px;
	color: #000080;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.header5
{
	font-size: 10px;
	color: #000080;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
}

/* Table & Background Color Fills */

.bkgbar1
{
	background-color: #FFFFFFF;
	border: 1px solid #000080;
}
.bkgbar2
{
	background-color: Navy;
	border: 1px solid #FFFFFF;
}


/* Tables */

.tableoutline
{
	border: 1px solid #6780A9;
	background-color: #ffffff;
}

/* Footer & Disclaimers */
.footer
{
	font-size: 10px;
	color: #8B8989;
}
.disclaimer
{
    font-size:10px;
	 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif
	 color: #8B8989;
}

/* Nav Bar Colors */
.tdBold1
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #87CDFA;
	border: 1px solid #FFFFFF;
}
.tdBold2
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CBFA87;
	border: 1px solid #FFFFFF;
}
.tdBold3
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FA8792;
	border: 1px solid #FFFFFF;
}
.tdBold4
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FAB587;
	border: 1px solid #FFFFFF;
}
.tdBold5
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FAEC87;
	border: 1px solid #FFFFFF;
}
.tdBold6
{
	font-size: 12px;
	font-weight: bold;
	background-color: #FAB587;
	border: 1px solid #FFFFFF;
}
.td6
{
	font-size: 12px;
	background-color: #FAB587;
	border: 1px solid #FFFFFF;
}