body {
	color: #000000;
	background-color: #B0B0B0;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.TDbodySidesR {
	background-image: url(../bg/dotted_vert_black.gif);
	background-color:#FFFFFF;
	background-position:center top;
	background-repeat:repeat-y;
}
.TDbodySidesL {
	background-image: url(../bg/dotted_vert_black.gif);
	background-color:#D4D4D4;
	background-position:center top;
	background-repeat:repeat-y;
}
.TDbodyMid {
	background-image: url(../bg/dotted_vert_white.gif);
	background-color:#D4D4D4;
	background-position:center top;
	background-repeat:repeat-y;
}
.TDbreadcrumb {
	background-image:url(../bg/breadcrumb.gif); 
	background-position:center top; 
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #FFFFFF;
	padding:4px;
	padding-left:25px;
	padding-right:8px;
}
.TDsidenavOn {
	background-image:url(../bg/dotted_hor_black.gif); 
	background-position:left top; 
	background-repeat:repeat-x;
	background-color:#E9EAD9;
	padding-top:7px;
	padding:6px;
	padding-left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	cursor:pointer;
}
.TDsidenavOff {
	background-image:url(../bg/dotted_hor_black.gif); 
	background-position:left top; 
	background-repeat:repeat-x;
	background-color:#D4D4D4;
	padding-top:7px;
	padding:6px;
	padding-left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #3A5D7D;
}
.TABLEsidenav {
	background-image:url(../bg/dotted_hor_black.gif); 
	background-position:left bottom; 
	background-repeat:repeat-x;
}
.textMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.textLgBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #3B5C7F;
}
.borderWhite {
	border: 1px dotted #FFFFFF;
}
.borderWhiteL {
	border-left: 1px dotted #FFFFFF;
}
.borderWhiteR {
	border-right: 1px dotted #FFFFFF;
}
.borderWhiteT {
	border-top: 1px dotted #FFFFFF;
}
.borderWhiteB {
	border-bottom: 1px dotted #FFFFFF;
}
.borderBlack {
	border: 1px dotted #000000;
}
.borderBlackL {
	border-left: 1px dotted #000000;
}
.borderBlackR {
	border-right: 1px dotted #000000;
}
.borderBlackT {
	border-top: 1px dotted #000000;
}
.borderBlackB {
	border-bottom: 1px dotted #000000;
}
.borderBlue {
	border: 1px dotted #7C96AE;
}
.borderBlueL {
	border-left: 1px dotted #7C96AE;
}
.borderBlueR {
	border-right: 1px dotted #7C96AE;
}
.borderBlueT {
	border-top: 1px dotted #7C96AE;
}
.borderBlueB {
	border-bottom: 1px dotted #7C96AE;
}
.borderDGray {
	border: 1px dotted #898989;
}
.borderDGrayL {
	border-left: 1px dotted #898989;
}
.borderDGrayR {
	border-right: 1px dotted #898989;
}
.borderDGrayT {
	border-top: 1px dotted #898989;
}
.borderDGrayB {
	border-bottom: 1px dotted #898989;
}
.borderLGray {
	border: 1px dotted #D4D4D4;
}
.borderLGrayL {
	border-left: 1px dotted #D4D4D4;
}
.borderLGrayR {
	border-right: 1px dotted #D4D4D4;
}
.borderLGrayT {
	border-top: 1px dotted #D4D4D4;
}
.borderLGrayB {
	border-bottom: 1px dotted #D4D4D4;
}
a:link,a:visited {
	color: #3A5D7D;
	text-decoration: none;
}
a:active,a:hover {
	color: #3A5D7D;
	text-decoration: underline;
}
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F6F6F6;
	border: 1px solid #7C96AE;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7C96AE;
	border: 1px solid #D4D4D4;
}
