/* TAG OVERRIDES */


/* CUSTOM CLASSES */
.linkTopMenu {
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #ffffff;
}

.linkTopMenu:hover {
	text-decoration: underline;
}

.linkLarge {
	font-family: verdana;
	font-size: 11pt;
	text-decoration: underline;
	color: #0000FF;
}

.linkSmall {
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #003399;
}

.linkSmall:hover {
	text-decoration: underline;
	color: #0000FF;
}

.linkBody {
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
	color: #003399;
}

.linkBody:hover {
	text-decoration: underline;
	color: #0000FF;
}

.txtHeader {
	font-family: verdana;
	font-size: 14pt;
	color: #18284A;
	font-weight: bold;
}

.txtHeader2 {
	font-family: verdana;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.txtBody {
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
}

.txtResourceHeader {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.txtResource {
	font-family: verdana;
	font-size: 9pt;
	color: #333333;
}

.linkResource {
	font-family: verdana;
	font-size: 9pt;
	color: #003399;
	text-decoration: none;
}

.linkResource:hover {
	text-decoration: underline;
	color: #0000ff;
}

.tdResourceHeader {
	background-color: #00539F;
	text-align: center;
	vertical-align: middle;
}

.tdResourceName {
	width: 70%;
	text-align: left;
	vertical-align: middle;
}

.tdResourceVersion {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}

.tdResourceSize {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}

.tdResourceNameAlt {
	width: 70%;
	text-align: left;
	vertical-align: middle;
	background-color: #e6e6ef;
}

.tdResourceVersionAlt {
	width: 15%;
	text-align: center;
	vertical-align: middle;
	background-color: #e6e6ef;
}

.tdResourceSizeAlt {
	width: 15%;
	text-align: center;
	vertical-align: middle;
	background-color: #e6e6ef;
}
.txtFooter {
	color: #999999;
	font-family: arial;
	font-size: 7pt;
	font-weight: normal;
}