/* TEXT STYLES */
.h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.h1-compressed {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.h1-dkblue {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#003366;
}
.h1-dkblue-plain {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#003366;
}
.h1-dkblue-ext {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#003366;
	letter-spacing: 2px;
}
.h1-blue-plain {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #0099FF;
}
.h1-blue-ext {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#0099FF;
	letter-spacing: 2px;
}
.h1-gray-compressed {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
}
.h1-dkgreen-plain {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #006600;
}
.h1-dkgreen-big {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size:14px;
}
.h1-maroon-plain {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #990000;
}
.h1-maroon-ext {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #990000;
	letter-spacing: 2px;
}
.h1-purple-plain {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #660066;
}
.h1-red-ext {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	letter-spacing: 2px;
}
.h1-white-plain {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.smallfaded {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: 1px;
}
.extend-1 {
	letter-spacing: 1px;
}
.extend-2 {
	letter-spacing: 2px;
}
.extend-3 {
	letter-spacing: 3px;
}
.underline {
	text-decoration:underline;
}
.UPPERCASE {
	text-transform:uppercase;
}

/* LINK STYLES */
a.dkblue:link, a.dkblue:visited, a.dkblue:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003366;
	text-decoration: none;
}
a.dkblue:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:12px;
	text-decoration: underline;
}
a.dkblue-sm:link, a.dkblue-sm:visited, a.dkblue-sm:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #003366;
	text-decoration: none;
}
a.dkblue-sm:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:10px;
	text-decoration: underline;
}
a.ltorange:link, a.ltorange:visited, a.ltorange:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #EFDC9C;
	text-decoration: none;
}
a.ltorange:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #EFDC9C;
	font-size:12px;
	text-decoration: underline;
}
a.red:link, a.red:visited, a.red:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:12px;
	text-decoration: underline;
}
/* Backgrounds */
.bg-ltgreen {
	background-color: #C4E1C4;
}
.bg-white {
	background-color: White;
}
.bg-ltgray {
	background-color: #E6E6E6;
}
.bg-ltorange {
	background-color: #EFDC9C;
}
.bg-ltgreen {
	background-color: #C4E1C4;
}

/* TABLE STYLES */
.brdr-dkblue {
	border: 1px solid #003366;
}
.brdr-maroon {
	border: 1px solid #990000;
}
.brdr-dkgreen {
	border: 1px solid #006600;
}
.brdr-purple {
	border: 1px solid #660099;
}
.brdr-dkblue-2 {
	border-style:inset;
	border: 2px solid #003366;
}
.brdr-black {
	border-style:inset;
	border: 1px solid #000000;
}
.brdr-black-bottomonly-2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.brdr-black-notop-2 {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color:#000000;
	border-right-color:#000000;
}
.brdr-black-2 {
	border-style:inset;
	border: 2px solid #000000;
}.brdr-dkgray-2 {
	border-style:inset;
	border: 2px solid #333333;
}
.brdr-dkblue-bottomonly {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
}
.brdr-dkblue-bottomonly-2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
}
.brdr-dkblue-leftonly {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #003366;
}
.brdr-ltgray-leftonly {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/* Rollovers */
.RO-None-Blue {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#003366;
	border-left: 1px solid #000033;
}
.RO-Blue {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
	line-height: 15px;
	background-color:#99CCFF;
	border-left: 1px solid #000033;
}
.RO-None-gray {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	border-left: 1px solid #990000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.RO-gray {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 15px;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.RO-None-dkblue {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}
.RO-dkblue {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 15px;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}
.RO-None-Orange {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	color: #990000;
	border-left: 1px solid #990000;
}
.RO-Orange {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	line-height: 15px;
	background-color: #FFCC66;
	border-left: 1px solid #990000;
}
.RO-None-Green {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	line-height: 15px;
	border-left: 1px solid #006600;
}
.RO-Green {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	line-height: 15px;
	background-color: #99CC66;
	border-left: 1px solid #006600;
}
.RO-None-Purple {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#660066;
	line-height: 15px;
	border-left: 1px solid #660099;
}
.RO-Purple {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#660066;
	line-height: 15px;
	background-color: #9999CC;
	border-left: 1px solid #660099;
}
