/* CSS Document */

BODY { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: white;
		color: black;
		scrollbar-3d-light-color:#FFFFFF; 
		scrollbar-arrow-color:#49618D; 
		scrollbar-base-color:#000000; 
		scrollbar-dark-shadow-color:#FFFFEF; 
		scrollbar-face-color:#FFFFEF; 
		scrollbar-highlight-color:#FFFFEF; 
		scrollbar-shadow-color:#FFFFEF;
		scrollbar-track-color:#EEEEEE;
}
A, A:visited {		/* color: 49618D; */ color: #34487E;
					text-decoration: none;
}
A:hover {	/* color: #698FDD;  */ color: #CC3300; }

DIV,TD { 	font-size: 11px;
			line-height: 14px; 
}
HR { height: 1px; color: #999999; }

.headingCaps {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 100%;
	/* filter: Blur(Add = 1, Direction = 120, Strength = 10); */
	filter: DropShadow(Color=#CCCCCC, OffX=2, OffY=2, Positive=1)
}
.headingMenu, .headingMenu TD {
	font-weight: bold;
	line-height: 16px;
}

.headingBlue {
	font-weight: bold;
	line-height: 13px;
	color: #49618D;
	line-height: 18px;
	text-transform: uppercase;
}

.subHeading {
	font-weight: bold;
	line-height: 18px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #CC3300;
}

.blueText {
	color: #34487E;
}

.captionText, TD .captionText {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
}

.mainBlueBox {
	width: 100%;
	height: 141px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.mainNormalBG {
	background-repeat: repeat;
}

.mainTopCorner {
	background-image: url(_graphics/mainpage/main_top3.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.mainBottomCorner {
	background-image: url(_graphics/mainpage/main_fadebg.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.mainMenu, .mainMenu A, .mainMenu A:visited, .mainMenu P, 
.mainMenu_small, .mainMenu_small A, .mainMenu_small A:visited, .mainMenu_small P {
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.mainMenu, .mainMenu P, .mainMenu_small, .mainMenu_small P {
	color: black;
}
.mainMenu A, .mainMenu A:visited, .mainMenu_small A, .mainMenu_small A:visited {
	color: #49618D;
}
.mainMenu A:hover, .mainMenu_small A:hover {
	color: #CC3300;
}
.mainMenu, .mainMenu P {
	font-size: 13px;
	line-height: 20px;
}
.mainMenu_small, .mainMenu_small P {
	font-size: 11px;
	line-height: 16px;
}

.sideMenu, .sideMenu A, .sideMenu A:visited, .sideMenu P {
	font-size: 11px;
	color: #49618D;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 16px;
}
.sideMenu, .sideMenu P {
	font-size: 11px;
	color: black;
}
.sideMenu A:hover {
	/* color: #698FDD; */  color: #CC3300;
}

.errorMsg { font-weight: bold; color: red; }

.imgLink, .imgNormal, .imgGray { cursor: hand; }

.imgNormal { border: solid 1 black; width: 50px; height: 50px; margin: 0px; }
.imgGray { filter: Alpha(Opacity=50), Gray; border-color: black; width: 40px; height: 40px; margin: 5px; }

.tableHeading {
	font-weight:bold; 
	font-size: 12px;
	background-image:url(/_graphics/subpages/layout_13.gif); 
	background-repeat: no-repeat; 
	border-left: solid 1px #999999; 
	border-bottom: solid 1px #999999; 
}
