.whiteFont {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: n;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a.mainBlackLinks:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.mainBlackLinks:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.mainBlackLinks:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.mainBlackLinks:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.topNaviLinks:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.topNaviLinks:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.topNaviLinks:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.topNaviLinks:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.leftNaviLinks:link {
	color: #000000;
	text-decoration: none;
}

a.leftNaviLinks:visited {
	color: #000000;
	text-decoration: none;
}

a.leftNaviLinks:hover {
	color: #000000;
	text-decoration: underline;
}

a.leftNaviLinks:active {
	color: #000000;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.tableBorderOutter {
	border: 1px solid #CBCBCB;
}
.tableBorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
}
.redFont {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.breadCrumbsFont {
	font-style: normal;
	font-weight: bold;
	color: #FF9407;
	font-size: 12px;
}
.blueFont {
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	font-size: 12px;
}
.blackBorder {
	border: 1px solid #000000;
}
h1 {
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	font-size: 16px;
}
h2 {
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	font-size: 140%;
}
.accessTable {
	border: 1px solid #244FA6;
	background-color: #6699CC;
	color: #ffffff;
}