body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
}

a, a:active, a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
}

ul {
	line-height: 1.25em;
	color: #000000;
	margin: 0px 0px 0px 20px;
}

li {
	padding: 5px;
	font-size: 11px
}

input, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong {
	color: #000000;
}

h1 {
	color: #CC3300;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

h2 {
	color: #CC3300;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#footer {
	font-size: 9px;
	color: #000000;
}

#footer a, #footer a:active, #footer a:visited {
	color: #CC3300;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#navcontainer {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin: 0px;
	padding: 0px;
}

#navcontainer a:link, #navcontainer a:visited, #navcontainer a:active {
	display: block;
	padding: 0px;
	width: 113px;
	background-image: url(../images/navOFF.gif);
	background-repeat: no-repeat;
	background-color: #FF9933;
	border-bottom: 1px solid #EEEEEE;
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover {
	background-image: url(../images/navON.gif);
	background-repeat: no-repeat;
	background-color: #CC6600;
	color: #FFFFFF;
}

a.class {
	cursor: hand; 
}

#img-shadow-left {
  	float: left;
  	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 15px 0 0 15px !important;
 	margin: 10px 0 0 10px;
}

#img-shadow-left img {
  	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: -6px 6px 6px -6px;
	padding: 5px;
 }
 
#img-shadow-right {
	float: right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 15px 0 0 15px !important;
	margin: 15px 0 0 10px;
}

#img-shadow-right img {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000;
	margin: -6px 6px 6px -6px;
	padding: 5px;
}

.tabs {
	position: relative; 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}

.tabs li {
	display: inline;
}

.tabs a {
	height: 16px; 
	background: #FFCC66; 
	position: relative; 
	padding: 8px;
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

.tabs a.tab-visited {
	background-color: #FFCC66; 
	border-right: 1px solid #FFFFFF;
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	text-decoration: none; 
}

.tabs a:hover {
	background-color: #CC6600; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}
  
.tabs a.tab-active {
	background-color: #000000; 
	border-right: 1px solid #FFFFFF;
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

.tab-panes { 
	width: 90%;
	margin: 0px;
}
 
.divtabs {
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #000000; 
	font-size: 12px; 
	font-weight: normal; 
	color: #2A2A2A; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

.divcnt5 {
	margin-top: 6px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}

.contbout {
	font-size: 14px; 
	font-weight: bold; 
	color: #FF9933; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

.contwho {
	font-size: 12px; 
	font-weight: normal; 
	color: #4E4E4E; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
}