body { margin: 0; padding: 0;}
.repeatX {background-repeat: repeat-x; }
.repeatY {background-repeat: repeat-y; }
.repeatNO {background-repeat: no-repeat; }
.contentBg {background-repeat: no-repeat; background-position : center bottom;}

.contentTxt { font-family: Verdana; font-size: 12px; color: #333333; line-height: 22px;}
.contentTxt a:link {color:#274f9e; text-decoration: none; }
.contentTxt a:visited {color:#274f9e; text-decoration: none; }
.contentTxt a:active {color:#999999; text-decoration: underline; }
.contentTxt a:hover {color:#999999; text-decoration: underline; }

.txtBlue { color:#274f9e;line-height: 22px;}
.txtRed { color:#cc3300;line-height: 22px;}
.txtPurple {
	color: #663399;
}
.txtOrange {
	color: #CC6600;
}



#subMenu ul{list-style-type: none;margin: 0px;padding: 0px;}
#subMenu li{margin: 0px; list-style-image:url(images/submenu_arrow.gif);}
#subMenu li a { display: block; font-family: Verdana; font-size: 12px; text-decoration: none; font-weight: bold; background: url(images/submenubg_hover.gif); color: #274f9e; padding: 9px 4px 9px 0px; width: 154px}
#subMenu li.buttonBg a:link {background: url(images/submenubg_link.gif); font-weight: normal; color: #000000; text-decoration: none;}
#subMenu li.buttonBg a:visited {background: url(images/submenubg_link.gif); font-weight: normal; color: #000000; text-decoration: none;}
#subMenu li.buttonBg a:hover{background: url(images/submenubg_hover.gif); font-weight: bold; color:#274f9e; text-decoration: none;}
#subMenu li.buttonBg a:active{background: url(images/submenubg_hover.gif); font-weight: bold; color:#274f9e; text-decoration: none;}

#subMenu2 ul{list-style-type: none;margin: 0px;padding: 0px;}
#subMenu2 li{margin: 0px; list-style-image:url(images/submenu_arrow.gif);}
#subMenu2 li a {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/submenubg_hover.gif);
	color: #274f9e;
	padding: 9px 4px 9px 0px;
	width: 134px
}
#subMenu2 li.buttonBg a:link {background: url(images/submenubg_link.gif); font-weight: normal; color: #000000; text-decoration: none;}
#subMenu2 li.buttonBg a:visited {background: url(images/submenubg_link.gif); font-weight: normal; color: #000000; text-decoration: none;}
#subMenu2 li.buttonBg a:hover{background: url(images/submenubg_hover.gif); font-weight: bold; color:#274f9e; text-decoration: none;}
#subMenu2 li.buttonBg a:active{background: url(images/submenubg_hover.gif); font-weight: bold; color:#274f9e; text-decoration: none;}

.tableTitle { font-family: Verdana; font-size: 12px; color: #333333; background-color: #e5e5e5; border-bottom: 1px solid #999999; font-weight: bold; padding: 8px 8px 8px 8px}
.tableNameGray { font-family: Verdana; font-size: 12px; color: #274f9e; background-color: #f6f6f6; border-bottom: 1px solid #e0e0e0; font-weight: bold; padding: 8px 8px 8px 8px}
.tableTxtGray { font-family: Verdana; font-size: 12px; color: #333333; background-color: #f6f6f6; border-bottom: 1px solid #e0e0e0; padding: 8px 8px 8px 8px}
.tableNameBlue { font-family: Verdana; font-size: 12px; color: #274f9e; background-color: #eaf4f8; border-bottom: 1px solid #e0e0e0; font-weight: bold; padding: 8px 8px 8px 8px}
.tableTxtBlue { font-family: Verdana; font-size: 12px; color: #333333; background-color: #eaf4f8; border-bottom: 1px solid #e0e0e0; padding: 8px 8px 8px 8px}

.form { font-family: Verdana; font-size: 12px; color: #333333; background-color: #f0f0f0; border: 1px solid #e5e5e5; }
