body {
	margin: 0px;
	background-color: white;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFCCCC; 
	scrollbar-3dlight-color: #FFCCCC;
	scrollbar-arrow-color: #E2D8C5; 
	scrollbar-track-color: #FFEEEE; 
	scrollbar-darkshadow-color: #9E8E70; 
}

body, table, td, input, select, textarea {
	font-family: Arial, Tahoma, sans-serif; font-size: x-small; color: #666666; 
}

a:link {
	color: #CC0000; text-decoration: underline;
}
a:visited {
	color: #CC0000; text-decoration: underline;
}
a:link:active, a:visited:active {
	color: #CC0000; text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #CC0000; text-decoration: none;
}

.selected {
	color: #999999; font-size: xx-small;
}
a.selected:link, a.selected:visited { 
	color: #999999; text-decoration: none;
}
a.selected:active, a.selected:hover { 
	color: #999999; text-decoration: underline; 
}



a.menu1:link, a.menu1:visited {
	font-family: Arial, Tahoma, sans-serif; color: white; font-weight: bold; font-size: 14px; text-decoration: none;
}
a.menu1:hover, a.menu1:active {
	font-family: Arial, Tahoma, sans-serif; color: white; text-decoration: underline;
}
a.menu1Sel:link, a.menu1Sel:visited, a.menu1Sel:hover {
	font-family: Arial, Tahoma, sans-serif; color: white; font-weight: bold; font-size: 14px; text-decoration: underline;
}

a.menu2:link, a.menu2:visited {
	font-family: Arial, Tahoma, sans-serif; color: white; font-weight: normal; font-size: 12px; text-decoration: none;
}
a.menu2:hover, a.menu2:active {
	font-family: Arial, Tahoma, sans-serif; color: white; text-decoration: underline;
}
a.menu2Sel:link, a.menu2Sel:visited, a.menu2Sel:hover {
	font-family: Arial, Tahoma, sans-serif; color: white; font-weight: normal; font-size: 12px; text-decoration: underline;
}

.menu3 {
	font-size: medium; color: white; font-weight: normal;
}
a.menu3:link, a.menu3:visited {
	font-family: Arial, Tahoma, sans-serif; color: white; font-weight: normal; font-size: 11px; text-decoration: none;
}
a.menu3:hover, a.menu3:active {
	font-family: Arial, Tahoma, sans-serif; color: white; font-weight: normal; font-size: 11px; text-decoration: underline;
}


.pathMain, a.pathMain:link, a.pathMain:visited, a.pathMain:hover {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.pathCustom {
	font-size: 8pt;
}



.navig {
	color: #666666; font-size: 8pt; font-weight: bold;
}

.indexTitle, .indexTitle a:link, .indexTitle a:visited {
	color: #666666; font-size: x-small; font-weight: bold; text-decoration: underline;
}
.indexTitle a:hover, .indexTitle a:active {
	text-decoration: none;
}
.indexDesc {
	color: #333333; font-size: x-small;
}
a.indexDesc:link, a.indexDesc:visited {
	color: #333333; text-decoration: underline;
}
a.indexDesc:hover, a.indexDesc:active {
	color: #333333; text-decoration: none;
}

.artTitle {
	font-weight: normal;
	width: 520px;
	font-size: 21px;
	text-align: left;
	color: #F92806;
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

.artHeading {
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	color: #666666;
}
.artHeading2 {
	color: #999999; font-weight: bold;
}
.artSmall {
	font-size: 8pt;
}
.artText {
	color: #666666;
}

.artNavig {
	font-size: x-small;
}

ul {
	margin: 0px;
	margin-left: 10px;
	padding-left: 2em;
	text-indent: 0;
}
li {
	margin-bottom: 10px;
}


.prodHeading {
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	color: #666666;
}
.prodName {
}
.prodLink {
	font-size: xx-small;
}


.h4 {
	font-size: 12pt; font-weight: bold;
}

.collapse {
	border-collapse: collapse;
}
img {
	border: none;
}


#navMenu {
}
#navMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navMenu li {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
	border-bottom: solid 1px #FF9999;
}
#navMenu li a {
	text-align: right;
	display: block;
	width: 100%;
	padding: 2px 3px 2px 0px;
	color: white;
	text-decoration: none;
}
#navMenu li a:link:hover, #navMenu li a:visited:hover {
	color: white;
	text-decoration: underline;
}
#navMenu li a#current {
	font-weight: bold;
}
#navMenu2 {
}
#navMenu2 ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
#navMenu2 li {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#navMenu2 li a {
	padding: 2px 3px 2px 0px;
	color: #CC0000;
	text-decoration: none;
}
#navMenu2 li a:link:hover, #navMenu li a:visited:hover {
	text-decoration: underline;
}


#contentTop {
	background: url('themes/main/img/content.t.jpg') no-repeat left top;
	height: 100px;
	width: 591px;
	padding: 15px 0px 0px 15px;
}
#content {
	padding: 0px 0px 5px 20px;
	width: 100%;
}


.block {
	color: white; font-size: 11px; 
}
.block a {
	margin: 0px;
}
.block a:link, .block a:visited {
	color: white;
	text-decoration: none;
}
.block a:hover, .block a:hover {
	text-decoration: underline;
}
.block .submit {
	color: white; padding: 0px;
	border: none;
	background: none;
	cursor: hand;
}
.blockTitle {
	color: white;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 5px 0px 0px;
	border-bottom: solid 1px white;
}
.blockDiv {
	font-size: x-small;
	display: block;
	padding: 3px 0px 3px 0px;
}
.blockInput {
	color: white; font-size: xx-small; font-weight: bold;
	background-color: transparent;
	border: solid 1px white;
}
ul.block {
	list-style-image: none;
	list-style-type: disc;
	margin: 2px;
	padding-left: 2em;
	text-indent: 0;
}
ul.block li {
	margin-bottom: 2px;
}

.input {
	font-size: x-small; font-weight: bold;
	border: solid 1px #F92806;
}
.submit {
	font-size: x-small; font-weight: bold; color: white; background-color: #F92806; 
	border: outset 1px #CCCCCC;
}
.disabled {
	font-size: 8pt;
}


.footer {
}

.copyright {
	color: white;
	font-size: 11px;
	padding: 0px 3px 3px 5px;
}