.small			{ font-size: 7pt; }
.big			{ font-size: 10pt; }
body, td		{ font-size: 9pt; color: #000000; }
body, td, p, a, div	{ font-family: Verdana, Arial, Helvetica, sans-serif; }

dt			{ font-weight: bold; }
li,dd			{ padding-bottom: 12px; }
p			{ text-align: justify; }
b			{ font-weight: bold; }
h1			{ font-size: 14pt; text-align: left; color: #2EB300; }
h2			{ font-size: 12pt; text-align: left; color: #2EB300; }
h3			{ font-size: 11pt; text-align: left; color: #2EB300; }
h4			{ font-size: 10pt; text-align: left; color: #2EB300; }
h5			{ font-size: 9pt; font-weight: bold; color: #2EB300; }
.newsdate		{ font-size: 7pt; font-weight: bold; }
.news			{ font-size: 7pt; }

.menubutton		{ font-size: 15px; font-weight: bold; color: #B07000; text-decoration: underline; }
A.menubutton:link	{ color: #336633; text-decoration: none; }
A.menubutton:visited	{ color: #336633; text-decoration: none; }
A.menubutton:active	{ color: #336633; text-decoration: none; }
A.menubutton:hover	{ color: #B07000; text-decoration: none; }

.whatsnew		{ font-size: 11px; font-weight: bold; color: #336633; text-decoration: underline; }
A.whatsnew:link		{ color: #336633; text-decoration: none; }
A.whatsnew:visited	{ color: #336633; text-decoration: none; }
A.whatsnew:active	{ color: #336633; text-decoration: none; }
A.whatsnew:hover	{ color: #B07000; text-decoration: none; }

blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

.roundbox_container {
	float:left;
	vertical-align:top;
	width:300px;
	padding:0px 0px 0px 0px;
	border:0px solid transparent;
	margin:0px;
}
.roundbox {
	display:inline-block;
	float:left;
	vertical-align:top;
	width:300px;
	padding:0px 0px 14px 0px;
	border:0px solid transparent;
	margin:10px;
	background:url("/images/roundbox.gif") bottom left no-repeat;
}
.roundbox h2, .roundbox h3 {
	margin:0px;
	padding:7px 10px 3px 10px;
	background:url("/images/roundbox.gif") top left no-repeat;
}
.roundbox p, .roundbox a.more {
	margin:0px;
	padding:0px 10px 3px 10px;
	border:1px solid #d8d8d8;
	border-width:0px 1px;
	background:#fff;
}
.roundbox a.more {
	display:block;
	text-align:right;
	background:url("/images/roundbox-a.gif") 280px 50% no-repeat;
	padding:0px 24px 0px 0px;
	text-decoration:none;
	color:#44a;
}
.roundbox a.more:hover {
	text-decoration:underline;
}

tcnt			{ color: #666666; }
green			{ color: #ffffff; }

.sidebar		{ font-size: 8pt; color: #666666; text-decoration: none; }
A.sidebar:link		{ color: #588984; border-color: #588984; text-decoration: none; }
A.sidebar:visited	{ color: #588984; border-color: #588984; text-decoration: none; }
A.sidebar:active	{ color: #588984; border-color: #588984; text-decoration: none; }
A.sidebar:hover		{ color: #000000; background-color: #43b996; text-decoration: none; }
bA.sidebar:hover	{ color: #336633; text-decoration: none; background-color: #95b9b6; }

.marqueemsg		{ font-size: 9pt; color: #336633; text-decoration: none; }
A.marqueemsg:link	{ color: #336633; border-color: #588984; text-decoration: none; }
A.marqueemsg:visited	{ color: #336633; border-color: #588984; text-decoration: none; }
A.marqueemsg:active	{ color: #336633; border-color: #588984; text-decoration: none; }
A.marqueemsg:hover	{ color: #333366; border-color: #588984; text-decoration: underline; }

A:link			{ color: #666666; text-decoration: underline; }
A:visited		{ color: #666666; text-decoration: underline; }
A:active		{ color: #666666; text-decoration: underline; }
A:hover			{ color: #336633; text-decoration: none; }
A.popup			{ color: #666666; text-decoration: underline; cursor:pointer; }

.table            { border: #588984; 
                    border-style: solid; 
                    border-top-width: thin; 
                    border-right-width: thin; 
                    border-bottom-width: thin; 
                    border-left-width: thin; }

.booktitle	{ font-weight:bold; }
.author         { font-style:italic; }



body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	/* specify your background color here */
	background-color: #FFF;
	}
p {
	font-size: 12px;
	/* line-height: 12px; */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#rt{
	float: right;
	margin-right: 10px;
}
#rt a{
	color: #CCCCCC;
	text-decoration: none;
}
#rt a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#top {
	padding: 1px;
	border: 1px solid #ccc;
	background: #666;
	height: 20px; /* ie5win fudge begins */
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	}
html>body #top {
	height: 20px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 0px solid #FFFFFF;
	width: 150px;
	width: 120px;
	}
html>body #left {
	width: 120px;
	}
.gecko #middle{
	width: 700px;
}
.ie  #middle{

}
#middle {
	padding: 1px;
	border: 5px solid #ccc;
	background: #666;
	margin-right: auto;
	margin-left: auto;	

	}
#right {
	position: absolute;
	top: 120px;
	right: 0px; 	margin: 20px;
	padding: 10px;
	border: 0px solid #FFFFFF;
	width: 150px;
	width: 120px;

	}
html>body #right {
	width: 120px;	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#overlay{
	position: absolute;
	z-index:90;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

#popcontent{
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:none;
}