/* Body */
body {
	margin: 0px;
	background-color: #FFFFFF;
}
TABLE {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.cColText {
	font-size: 12px;
}
.PageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}
.breadcrumb {
	font-size: 10px;
}
.footer {
    font-size: 10px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.rColText {
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
}
.return {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}