/* CSS Document */
.footerTXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.Nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a.Nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a.Footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.Footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.Footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B5C61;
	text-decoration: underline;
}
a.Footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B5C61;
	text-decoration: underline;
}
.smallTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.bodyTXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a:link {
	color: #4C5C60;
}
a:visited {
	color: #4C5C60;
}
a:hover {
	color: #cccccc;
}
a:active {
	color: #cccccc;
}
.LeftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.PageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
}
body {
	margin: 0px;
	background-color:#4C5C60;
}
.topBanner {
	background-image: url(images/layout/dedicatedProcess.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.headerBg {
	background-image: url(images/layout/headerBg.gif);
	background-position: bottom;
}
ul, li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

