body {  
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: #C0C0C0; background-repeat: repeat-y; background-position: center; background-image: url("/images/body_bg.gif"); 
	}
				
.smallblack {  font-family:helvetica,arial,sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.smallblack_space {  font-family:helvetica,arial,sans-serif; font-size: 10pt; font-style: normal; line-height:140%; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.small2 {  font-family:helvetica,arial,sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.boldblack {  font-family:helvetica,arial,sans-serif; font-size: 12pt; font-style: bold; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.big_roman { font-family:helvetica,arial,sans-serif; font-size: 24px; font-style: normal; font-weight: normal; line-height: 24px; color: #FFFFFF; text-decoration: none }
.bigorange {  font-family:helvetica,arial,sans-serif; font-size: 14pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FF6600; text-decoration: none}
.smallorange {  font-family:helvetica,arial,sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FF6600; text-decoration: none}
.a_hover { color: 000000; text-decoration: none; font-weight: bold }

.round {
    border: 2px solid #A1A1A1;
    border-radius: 15px 15px 15px 15px;
    padding: 5px 10px;
}
.dotted {
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #D6D6D6;
    border-image: none;
    border-style: none none dotted;
    border-width: 1px;
    color: #D6D6D6;
}
a.tryitbtn,a.tryitbtn:link,a.tryitbtn:visited,a.showbtn,a.showbtn:link,a.showbtn:visited {
	display:inline-block;
	color:#FFFFFF;
	background-color:#8AC007;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:4px;
	text-decoration:none;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:5px;
	border:1px solid #aaaaaa;
	border-radius:5px;
	white-space:nowrap;
}
a.tryitbtn:hover,a.tryitbtn:active,a.showbtn:hover,a.showbtn:active {
	background-color:#ffffff;color:#8AC007;
}
ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		width: 100%;
	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 13px ;
		height: 31px;
		line-height: 31px;
		border: 1px solid #999999;
		border-left: none;
		font-weight: bold;
		background: #EEEEEE;
		overflow: hidden;
		position: relative;
	}
	ul.tabs li:hover {
		background: #CCCCCC;
	}	
	ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	.tab_container {
		border: 1px solid #999999;
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		background: #FFFFFF;
	}
	.tab_content {
		padding: 5px;
		font-size: 15px;
		display: none;
	}
	#container {
		width: 685px;
		margin: 0 auto;	
	}


