.text {  
font-family: "Trebuchet MS", Verdana, Arial, sans; 
font-size: 14px; 
line-height: 140%
}

.textBOLD {
	font-family: "Trebuchet MS", Verdana, Arial, sans;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}

a:link {
	color: #669933;
}
a:active{
	color: #669933;
}
a:hover{
	color: #FF0000;
	text-decoration:none;
	font-weight: bolder;
}
a:visited{
	color: #669933;
}

img{
	border:none;
}
a.nodeco:link {
	color: #000;
	text-decoration:none;
}
a.nodeco:active{
	color: #000;
	text-decoration:none;
}
a.nodeco:hover{
	color: #00F;
	text-decoration:none;
	font-weight: bolder;
}
a.nodeco:visited{
	color: #000;
	text-decoration:none;
}

.header {  
font-family: "Trebuchet MS", Verdana, Arial, sans; font-size: 16px; 
line-height: 160%; 
font-weight: bold
}
.menuItem {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 150%
}
.title {  
font-family: "Trebuchet MS", Verdana, Arial, sans; font-size: 36pt; 
font-weight: bold
}
.smalltitle {
	font-family: "Trebuchet MS", Verdana, Arial, sans;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
}

#tabmenu{
	text-align: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 3px;
}

#tabmenu li{
	display: inline;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#tabmenu a, a.active{
	background-color: #00CC33;
	color: #2D2D2B;
	font-family: "Trebuchet MS", Verdana, Arial, sans;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#tabmenu a.active{
	background-color: #FFFF00;
	color: #2D2D2B;
}

#tabmenu a:hover{
	background-color: #CCCC00;
	color: black;
}

#tabmenu a:visited{
	color: #2D2D2B;
}

#tabmenu a.active:hover{
	background-color: #CCCC00;
	color: #FFFFFF;
}

img.left { 
  float:left;
  padding:25px;
}
img.right {
  float:right;
  padding:25px;
}

