body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #3B3B3B;
	background-color: #597786;
	padding-top: 1px;
	margin: 0px;
}

TD {
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A {
	text-decoration : none;
	color : #3B3B3B
}

A:HOVER {
	color : red;
}

.bkgContent {
	background-color : White;
}

.bkgMenu {
	background-color : #D6E2E8;
}

.bkgTableDivider {
	background-color: #CDD6DA;
}

.bkgTableHeader {
	background-color: #597786;
	color : White;
	font-weight : bold;
	font-size : 12px;
}

.bkgItemList {
	background-color: #F9F9F9;
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : solid 1px  #A5ACB2;
}

SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	border : solid 1px  #A5ACB2;
}

.txtMenu {
	color: #3B3B3B;
}

.txtBreadCrumbs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;	
}

.txtTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	color : #072B61;
	font-weight : bold;
}

.txtMediumTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #072B61;
}

.txtMain {
	font-size : 14px;
}

.txtTitleNote {
	font-size: 11px;	
	font-weight: bold;
}

.txtDisabledLink {
	color: #AEAEAE;
}

.txtNote {
	font-size: 10px;
	line-height : 16px;
}

.txtFooter {
	color: #7A929E;
	font-size : 10px;
}

