body {
	FONT-SIZE: 90%;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	MARGIN: 0px;
	BACKGROUND-COLOR: White;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-FACE-COLOR: #D4D4D4;
	SCROLLBAR-HIGHLIGHT-COLOR: #D4D4D4;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #D4D4D4;
	SCROLLBAR-DARKSHADOW-COLOR: #BABABA;
	SCROLLBAR-TRACK-COLOR: #F3F3FB;
	OVERFLOW: auto;
	background-image: url(images/WaterBk.jpg);
	background-repeat: repeat;
}

/* START ALL LINK CLASSES */

a:link					{COLOR: #002395; TEXT-DECORATION: underline}
a:hover					{COLOR: #002395; TEXT-DECORATION: none}
a:visited				{COLOR: #002395; TEXT-DECORATION: underline}
a:visited:hover 			{COLOR: #002395; TEXT-DECORATION: none}

/*  For links that  all point to the same html page - history is removed because it doesn't make sense in this case.   See style guide for details. */
a.dynamic:link		{COLOR: #FFFFFF; TEXT-DECORATION: underline;  font-size: 16px;  font-weight: bold;  }
a.dynamic:hover		{COLOR: #FFFFFF; TEXT-DECORATION: none;  font-size: 16px;  font-weight: bold;  }
a.dynamic:visited	{COLOR: #EFEFEF; TEXT-DECORATION: underline;  font-size: 16px;  font-weight: bold;  }
a.dynamic:visited:hover	{COLOR: #EFEFEF; TEXT-DECORATION: none;  font-size: 16px;  font-weight: bold;  }

/*   selectable text used in a tag   */
a.selectable:link		{PADDING: 2px; COLOR: #1F2A8E; TEXT-DECORATION: none}
a.selectable:hover		{PADDING: 2px; COLOR: #FFFFFF; TEXT-DECORATION: none; BACKGROUND-COLOR: #98B5E2}
a.selectable:active		{PADDING: 2px; COLOR: #FFFFFF; TEXT-DECORATION: none; BACKGROUND-COLOR: #316AC5}
a.selectable:visited		{PADDING: 2px; COLOR: #1F2A8E; TEXT-DECORATION: none}
a.selectable:visited:hover 	{PADDING: 2px; COLOR: #FFFFFF; TEXT-DECORATION: none; BACKGROUND-COLOR: #98B5E2}
a.selectable:visited:active	{PADDING: 2px; COLOR: #FFFFFF; TEXT-DECORATION: none; BACKGROUND-COLOR: #316AC5}

/* these classes allow us to alter link colors in control areas in case control area background is changed to a dark color. */
.controlarea  a:link		{COLOR: #FFFFFF; TEXT-DECORATION: none}
.controlarea  a:hover		{COLOR: #FFFFFF; TEXT-DECORATION: underline}
.controlarea  a:visited		{COLOR: #FFFFFF; TEXT-DECORATION: none}
.controlarea  a:visited:hover	{COLOR: #FFFFFF; TEXT-DECORATION: underline}

.columnheader a:link			{COLOR: #777777; FONT-WEIGHT: bold; TEXT-DECORATION: underline}
.columnheader a:hover			{COLOR: #777777; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.columnheader a:visited			{COLOR: #777777; FONT-WEIGHT: bold; TEXT-DECORATION: underline}
.columnheader a:visited:hover 		{COLOR: #777777; FONT-WEIGHT: bold; TEXT-DECORATION: none}

/*     Links in title and subtitle rows   */		
.title a:link, .subtitle a:link          {COLOR: #FFFFFF; FONT-WEIGHT: normal; TEXT-DECORATION: underline}
.title a:hover, .subtitle a:hover         {COLOR: #FFFFFF; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.title a:visited, .subtitle a:visited      {COLOR: #FFFFFF; FONT-WEIGHT: normal; TEXT-DECORATION: underline}
.title a:visited:hover, .subtitle a:visited:hover {COLOR: #FFFFFF; FONT-WEIGHT: normal; TEXT-DECORATION: none}

/* END LINK CLASSES */


/*    odd rows    */								
.odd td, td.odd	{
	COLOR: #000000;
	BACKGROUND-COLOR: #F3F3FB;
	PADDING: 4px;
	BORDER-RIGHT: 1px solid #DFE3ED;
}

.oddgreen td, td.oddgreen	{
	COLOR: #000000;
	BACKGROUND-COLOR: #C7E983;
	PADDING: 4px;
	BORDER-RIGHT: 1px solid #6B8E23;
}

/*     Even rows   */		
.even td, td.even	{
	COLOR: #000000;
	BACKGROUND-COLOR: #FFFFFF;
	PADDING: 4px;
	BORDER-RIGHT: 1px solid #DFE3ED;
}

/*Class for general purpose, 1 pixel border*/
.border {  
	MARGIN: 0px; 
	PADDING: 0px;
	BORDER: 10px solid Navy;
}

input{
	background-color : #FFFFFF;
	border : 1px #778899 solid;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	height : 18px;
}

input.buttons{
	background-color : #628BE8;
	border : thin groove #E1E1E1;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	height : 20px;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

select{
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	height : 18px;
}

.border{
	border : 1px solid #6699CC;
}

.copyright {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-decoration : none;
}

.even {
	background-color : #FFFFFF;
}

.odd {
	background-color : #E0E7FF;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	list-style-type: square;
	white-space: pre;
}
.bodytextsm{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.bodytextsm2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.bodytextlrg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	list-style-type: square;
	white-space: pre;
}
.bodytextlrg2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	margin-left: 30px;
	margin-right: 30px;
}
.bodytext-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	line-height: normal;
	list-style-position: outside;
	list-style-type: square;
	white-space: pre;


}
.LIRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	line-height: normal;
	list-style-position: outside;
	list-style-type: square;
	white-space: pre;
}
.bodytext-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
	white-space: pre;
}
.bodytext-bold_Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #002395;
}
.look{
		color : #660099;
		font : bold 9pt "Trebuchet MS", Arial, Helvetica,sans-serif;
		text-decoration : none;
		height: 20px;
}

.look2{
		color : #003399;
		font : bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-left : 5px;
		text-decoration : none;
		line-height : 20px;
	}
.box-homepage {
	border : medium solid #003399;
	background-color: #CCCCCC;
	height: auto;
	width: 250px;

}
.tab-bold-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15pt;

}
.bodytext-tabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	text-indent: 0pt;
	list-style-position: outside;
	list-style-type: square;


}
.border-tabs {

	border : 2px solid #2F2F2F;
}
.bodytext-tabs-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	text-indent: 8pt;

}
.bodytext-tabs-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	text-indent: 0pt;

}
.bodytext-redBold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	line-height: normal;
}
.bodytext-listindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	list-style-type: square;
	white-space: pre;
	text-indent: 25pt;
	display: list-item;


}
.bodytextitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	list-style-type: square;
	white-space: pre;
	font-style: italic;
}
.title {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
}
.titleblksm {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
}
.titleredsm {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
}
.titlebluesm {
	color : #002395;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
}
.titleDRKbluesm {
	color : #002395;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
}
.titleblklrg {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bolder;
}
.titleredlrg {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bolder;
}
.titlebluevlrg {
	color : #002395;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bolder;
}
.titleredvlrg {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bolder;
}
.titlebluelrg {
	color : #002395;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bolder;
}
.titleDRKbluelrg a:link         {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: underline}
.titleDRKbluelrg a:hover        {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.titleDRKbluelrg a:visited     {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: underline}
.titleDRKbluelrg a:visited:hover {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: none}

.titleDRKbluelrg {
	color : #002395;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bolder;
}
.titleDRKbluelrg a:link         {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: underline}
.titleDRKbluelrg a:hover        {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.titleDRKbluelrg a:visited     {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: underline}
.titleDRKbluelrg a:visited:hover {COLOR: #002395; FONT-WEIGHT: normal; TEXT-DECORATION: none}

.titlewhtlrg {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bolder;
}
.titlewhitevlrg {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bolder;
}
.style1 {color: #1246DA}

