/* MAIN.CSS */
/* GLOBAL classes */

/* use in the main body copy */
.copymain {
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
; line-height: 16px}

/* main body copy bold, copy subtitles, ,section headers within copy (ALWAYS upper & lower case) */
.copymainbold {
	color : #000000;
	font-weight : bold;
	font-size : 11pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
; line-height: 14px}

/* BODY*/
/* LEVEL ONE */
/* links for body - level one off */
.l1navoff {
	color : #336699;
	font-weight : normal;
	font-size : 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
; line-height: 16px}

/* links for body - level one off-hover, the roll-over effect */
.l1navoff:hover {
	color : #003399;
	font-weight : normal;
	font-size : 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
; line-height: 16px}

/* links for body - level one on */
.l1navon {
	color : #336699;
	font-weight : normal;
	font-size : 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
; line-height: 16px}

/* LEVEL TWO */
/* links for left nav - level two off */
.l2navoff {
	color : #336699;
	font-weight : normal;
	font-size : 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* links for left nav - level two off-hover, the roll-over effect */
.l2navoff:hover {
	color : #333366;
	font-weight : normal;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
; text-decoration: underline}

/* links for left nav - level two on */
.l2navon {
	color : #000000;
	font-weight : bold;
	font-size : 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* TOPNAV */
/* links for top nav - level three off */
.l3topnavoff {
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* links for top nav - level three off-hover, the roll-over effect */
.l3topnavoff:hover {
	color : #FFCC66;
	font-weight : bold;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* links for top nav - level three on */
.l3topnavon {
	color : #333366;
	font-weight : bold;
	font-size : 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.copymainsmall { color : #000000; font-weight : normal; font-size : 11px; font-family: Arial, Helvetica, sans-serif; 
}
.copymainlight { color : #3683d5; font-weight : normal; font-size : 11px; font-family: Verdana, Arial, Geneva, sans-serif; 
}
.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #336699}
.headlineBIG { font-family: Arial, Helvetica, sans-serif; font-size: 26px; font-weight: normal; color: #336699; letter-spacing: -0.02em; line-height: 24px; font-style: normal; font-variant: normal; text-transform: none}

.disclaimer { color : #999999; font-weight : normal; font-size : 9px; font-family: Verdana, Arial, Geneva, sans-serif; }
.leftnav_title { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #336699 }
.l4left_off { color : #336699; font-weight : bold; font-size : 16px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.l4left_off:hover { color : #333366; font-weight : bold; font-size : 16px; font-family: Arial, Helvetica, sans-serif; }
.l4left_on { color : #336699; font-weight : bold; font-size : 16px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.copymainBlue {
	color : #336699;
	font-weight : normal;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
; line-height: 16px
}
.l5navoff {
	color : #336699;
	font-weight : normal;
	font-size : 11px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.l5navoff:hover {
	color : #333366;
	font-weight : normal;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
; text-decoration: underline
}
.l5navon {
	color : #000000;
	font-weight : bold;
	font-size : 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.pulldown {
	color : #000000;
	font-weight : normal;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
}
.TextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #6699CC;
	border: 1px solid #035185;
}
.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #6699CC;
	border: 1px solid #035185;
	text-transform: uppercase;
}
.LargeTextBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #6699CC;
	border: 1px solid #035185;
}
.ButtonDelete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #035185;
	text-transform: uppercase;
}
