.titlemenu {
	font-size: 100%;
	background-color: #C0C0C0;
	color: #000000;
}
	.titlemenulink {
		color: #C0C000;
		background-color: transparent;
		text-decoration: none;
	}
	.titlemenulink:hover {
		color: #C0C000;
		background-color: transparent;
		text-decoration: underline;
	}

.subMenu {
	font-size: 100%;
}
a.sublink {
	color: #C0C000;
	background-color: transparent;
	text-decoration: none;
}
a.sublink:hover {
	color: #C0C000;
	background-color: transparent;
	text-decoration: underline;
}
a.activesublink {
	color: #C0C000;
	background-color: transparent;
	text-decoration: none;
}
a.activesublink:hover {
	color: #C0C000;
	background-color: transparent;
	text-decoration: underline;
}
a.returnlink {
	color: #C0C000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.returnlink:hover {
	color: #C0C000;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 125%;
	margin-bottom: 2;
	color: #000000;
}
h2 {
	font-size: 110%;
	margin-bottom: 2;
	color: #C0C000;
}
h3 {
	font-size: 110%;
	margin-bottom: 2;
	color: #808080;
}
th {
	background-color: #C0C000;
	color: #FFFFFF;
}

.contentBlock{
}

.cellBlock {
}

a {
	color: #0000C0;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #0000C0;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.imgBlock {
	color: #000000;
	background-color: #F5F5F5;
}
.imgTitle {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
}
.imgDocs {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C0C000;
}
a.docMenu {
	font-size: 100%;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
a.docMenu:hover {
	text-decoration: underline;
	color: #0000FF;
	background-color: transparent;
}
a.doctitlelink {
	font-size: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a.doctitlelink:hover {
	font-size: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}

a.searchLink {
	color: #C0C000;
	background-color: transparent;
	text-decoration: none;
}
a.searchLink:hover {
	color: #C0C000;
	background-color: transparent;
	text-decoration: underline;
}
.empty { }
.disabled {
	color: #C0C0C0;
}
