/*--- redefined html classes ---*/
body {
	margin-top:0;
	margin-left:100px;
	background-image:url(../../images/bg.jpg);
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*--- font classes ---*/
.subheadBlue {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2d3c51;
	line-height: 14px;
}

.subheadRed {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	line-height: 18px;
}

/*--- background classes ---*/
.bgNav {
	background-image:url(../../images/bgNav.gif);
}

.blueNav {
	background: #4a6174;
	padding-left: 10px;
	border-right: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}

.bgWhiteBorder {
	border-right: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
}

.bgWhite {
	background:#FFFFFF;
}

.bgGold {
	background: #d0b04d;
}

.bgOpaqGold {
	background: #D7BC68;
}

.bgUL {
	background-image:url(../../images/ULbg.gif);
}

.bgBottomBox {
	background-image:url(../../images/bottomBoxBg.gif);
}

.bgBottomBoxRight {
	background-image:url(../../images/bottomBoxRight.gif);
}


.bgBottomBoxDottedLine {
	background-image:url(../../images/bottomBoxDottedLine.gif);
}

.bgFooterLineLeft {
	background-image:url(../../images/footerLinesLeft.gif);
}

.bgFooterLineRight {
	background-image:url(../../images/footerLinesRight.gif);
}

.bgFooterLineEnd {
	background-image:url(../../images/footerLinesRight.jpg);
}

.bgFooterLineDots {
	background-image:url(../../images/footerLinesDotted.gif);
}

.bgOpaqTan {
	background-image:url(../../images/opaqTan.jpg);
}

.bgOpaqTanRight {
	background-image:url(../../images/opaqTanRight.jpg);
}
/*--- border classes ---*/
.whiteBorder {
	border-right: solid #FFFFFF 1px;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
}

/*--- pad classes ---*/

.padRight {
	padding-right: 30px;
}

/*--- ul li classes ---*/

.ul,li {
	list-style-image:url(../../images/bullet.gif);
}

/*--- nav classes ---*/
a:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2d3c51;
	text-decoration: underline;
}
a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color: #2d3c51;
	text-decoration: underline;
}
a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2d3c51;
	text-decoration: dotted line;
}
a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2d3c51;
	text-decoration: underline;
}

a.topNav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topNav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topNav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topNav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.topNavDD:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}
a.topNavDD:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}
a.topNavDD:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}
a.topNavDD:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: underline;
}


a.redNav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}
a.redNav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}
a.redNav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}
a.redNav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}
