.greyHeader {
	color: #888888;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	padding-left:5px;
	background-color : transparent;
}


.pageLabel {
	/*color: #CC0000;*/
	color: #08294A;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	/*font-family: tahoma, verdana, Arial;*/
	text-align : right;
	background-color : transparent;

}


.normalText {
color: #000000;
font-size: 11px;
font-family: verdana, arial, sans-serif;
background-color : transparent;
}


.normalTextSmall {
color: #000000;
font-size: 9px;
font-family: verdana, arial, sans-serif;
background-color : transparent;
}

a.normalText {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	background-color : transparent;
}

a.normalText:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #C00000;
	background-color : transparent;

}

a.normalText:active {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #C00000;
	background-color : transparent;

}

a.normalText:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #C00000;
	background-color : transparent;

}
.rightDash {
	/*background-color : transparent;*/
	border-right-width : 1px;
	border-right : thin dotted Black;
}

.leftDash {
	/*background-color : transparent;*/
	border-left-width : 1px;
	border-left : thin dotted Black;
}

.topDash {
	/*background-color : transparent;*/
	border-top-width : 1px;
	border-top : thin dotted Black;
}

.tableDash {
	/*border-top-width : 1px;*/
	/*border-top : thin dotted #000000;*/
	border-right-width : 1px;
	border-right : thin dotted #000000;
	border-left-width : 1px;
	border-left : thin dotted #000000;
	border-bottom-width : 1px;
	border-bottom : thin dotted #000000;
}

.topBorder {
	/*background-color : transparent;*/
	border-top-width : 1px;
	border-top : 1px solid #000000;
}
.rightBorder {
	/*background-color : transparent;*/
	border-right-width : 1px;
	border-right : 1px solid #000000;
}

.leftBorder {
	/*background-color : transparent;*/
	border-left-width : 1px;
	border-left : 1px solid #000000;
}

.bottomBorder {
	/*background-color : transparent;*/
	border-bottom-width : 1px;
	border-bottom : 1px solid #000000;
}

.boxBorder {
	border-top-width : 1px;
	border-top : 1px solid #000000;
	border-right-width : 1px;
	border-right : 1px solid #000000;
	border-left-width : 1px;
	border-left : 1px solid #000000;
	border-bottom-width : 1px;
	border-bottom : 1px solid #000000;
}

.tmb {
	border: 1px solid #000000;
}
.hrDash {
	border-bottom: thin dotted Black;
}

.footer {
font-size: 9px;
font-family: verdana, arial, sans-serif;
}

a.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	background-color : transparent;
}

a.footer:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #C00000;
	background-color : transparent;

}