/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color: #0B9F68;
}
body, table, tr, td, div, span {	
	font-family: tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
textarea, input, select {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	width: 250px;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
TD.menuItem {
	border: 1px solid;
	border-color: #FFFFFF;
	background-color: #1A7B57;
	padding-left: 40px;
	text-align: left;
}
TD.menuItem:hover {
	background-image: url('/images/menu/ballactive.gif');
	background-color: #0B9F68;
}
TD.menuItemPulldown {
	border: 1px solid;
	border-color: #FFFFFF;
	background-color: #1A7B57;
	padding-left: 40px;
	text-align: left;
}
TD.menuItemPulldown:hover {
	background-image: url('/images/menu/pullactive.gif');
	background-color: #0B9F68;
}
TD.menuItemPulleddown {
	border: 1px solid;
	border-color: #FFFFFF;
	background-color: #1A7B57;
	padding-left: 50px;
	text-align: left;
}
TD.menuItemPulleddown:hover {
	background-image: url('/images/menu/ballactive.gif');
	background-color: #0B9F68;
}
TR.activeheader {
	visibility: visible;
}
TR.inactiveheader {
	visibility:collapse;
	display:none;
}

TABLE.main {
	margin: 25px;
	background-color: #1A7B57;
	width: 90%;
}
TD.mainheader {
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 200%;
	color: #FFFFCE;
	text-transform: uppercase;
	text-align: left;
}
TD.maintext {
	padding: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
	text-align: left;
}
TD.maintextBottom {
	padding-top: 10px;
}
TR.maincontent {
	text-align:center;
}
TD.mainfooter {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
}

TABLE.article {
	width: 400px;
	text-align: center;
	background-color: #0B9F68;
	padding: 10px;
}
TD.articleheader {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid;
}
TD.articleheader a:link, TD.articleheader a:visited, TD.articleheader a:active {
	text-decoration: none;
}
TD.articleheader a:hover {
	text-decoration: underline;
}
TD.articlecontent {
	text-align: left;
	padding: 10px;
}
TD.articlecontent IMG {
	width: 640px;
	border: 0px solid;
}
TD.accessorycontent {
	text-align: center;
	padding: 10px;
}
TD.accessorycontent IMG {
	width: 320px;
	border: 0px solid;
}
TD.articlefooter {
	font-weight: bold;
	text-align: right;
}
