/* Standard text */
BODY, TD, P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}

ul {
	margin: 1.5em;
}

/* Hyperlink states */
A {
text-decoration : none
}
A:Hover {
text-decoration : underline
}
A:Active {
text-decoration : underline
}

A.leftNavLink {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 12px;
	font-weight : 700;
	text-decoration : none
}

A.leftNavLink:Hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	font-weight : 700;
	text-decoration : underline
}	

A.leftNavLink:Active {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	font-weight : 700;
	text-decoration : underline
}


/* Left nav styles */
TD.leftNavCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #CAAD00;
	text-align: left;
	background-color: #006233;
}

TD.leftNavCellSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #CAAD00;
	text-align: left;
	background-color: #66A385;
}


/* Border styles */
.borderLeft {
	background-color: #006233;
	border-color: #66A385;
	border-style: dotted;
	border-width: 1pt;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.borderRight {
	background-color: #006233;
	border-color: #66A385;
	border-style: dotted;
	border-width: 1pt;
	border-top: none;
	border-bottom: none;
	border-left: none;
}

.borderTopAndBottom {
	background-color: #006233;
	border-color: #66A385;
	border-style: dotted;
	border-width: 1pt;
	border-left: none;
	border-right: none;
}

.borderBottom {
	background-color: #006233;
	border-color: #66A385;
	border-style: dotted;
	border-width: 1pt;
	border-top: none;
	border-left: none;
	border-right: none;
}

.borderFull {
	background-color: #006233;
	border-color: #66A385;
	border-style: dotted;
	border-width: 1pt;
}


/* Background colors */
.blackBackground {
	background-color: #000000;
}

.whiteBackground {
	background-color: #FFFFFF;
}

.greenBackground {
	background-color: #006233;
}

.lightGreenBackground {
	background-color: #66A385;
}


/* Gold font types */
.smallBodyGold {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 11px;
}

.smallHeadGold {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 11px;
	font-weight : 700;
}

.mediumBodyGold {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 12px;
}

.mediumHeadGold {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 12px;
	font-weight : 700;
}

.mediumHeadGoldItalic {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	color : #CAAD00;
	font-size : 12px;
	font-weight : 700;
}

.largeBodyGold {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 14px;
}

.largeHeadGold {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 14px;
	font-weight : 700;
}


/* Grey font types */
.smallBodyGrey {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-size : 11px;
}

.smallHeadGrey {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-size : 11px;
	font-weight : 700;
}

.mediumBodyGrey {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-size : 12px;
}

.mediumHeadGrey {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-size : 12px;
	font-weight : 700;
}

.largeBodyGrey {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-size : 14px;
}

.largeHeadGrey {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-size : 14px;
	font-weight : 700;
}

`
/* Black font types */
.smallBodyBlack {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
}

.smallHeadBlack {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
	font-weight : 700;
}

.mediumBodyBlack {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
}

.mediumHeadBlack {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	font-weight : 700;
}

.largeBodyBlack {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 14px;
}

.largeHeadBlack {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 14px;
	font-weight : 700;
}

/* White font types */
.smallBodyWhite {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 11px;
}

.smallHeadWhite {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 11px;
	font-weight : 700;
}

.mediumBodyWhite {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
}

.mediumBodyWhiteItalic {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	color : #FFFFFF;
	font-size : 12px;
}

.mediumHeadWhite {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : 700;
}

.mediumHeadWhiteItalic {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : 700;
	font-style : italic;
}

.largeBodyWhite {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 14px;
}

.largeBodyWhiteItalic {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	color : #FFFFFF;
	font-size : 14px;
}

.largeHeadWhite {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 14px;
	font-weight : 700;
}

.captionHead {
	font-family : Arial, Helvetica, sans-serif;
	color : #CAAD00;
	font-size : 11px;
	font-weight : 700;
}

.captionText {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 11px;
	font-weight : 700;
}
