body {
	background-color: #069636;
}

.box {
	border: 1px solid #ccccc;
}
.header {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.labels {
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
.text:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #009933;	
}
.text_green
{
	font-family: tahoma;
	font-size: 11px;
	color: #009933;	
	font-style: italic;	
}
.submenu {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}

.submenu:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;

}
.sidetext {
	font-family: tahoma;
	font-size: 10px;
	color: #0099FF;
}
.box2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #01862d;
}
.box3 {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
}
.box4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #a3a7a3;
}
.box5 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.box6 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.mainTable
{
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 72%;	
}

.maintext {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}

/* Image FadeIn and out  */
#content {

}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-3 {
	border: 3px solid #000;
}
#fade-1 li,#fade-2 li,#fade-3 li,#fade-4 li,#fade-5 li,#fade-6 li{
	position: absolute;
	top: 0;
	left: 0;
	width: 506px;
	height: 380px;
	background-color: #FFF;
	visibility: hidden;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;
	border: 3px solid #FFF;
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 550px;
	height: 420px;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 700px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: Black;
}
#fade-1-next,#fade-2-next,#fade-3-next,#fade-4-next,#fade-5-next,#fade-6-next {
	right: 8%;
	top: 71%;
}
#fade-1-previous,#fade-2-previous,#fade-3-previous,#fade-4-previous,#fade-5-previous,#fade-6-previous {
	left: 6%;
	top: 71%;
}

.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}

/* fade in out   end */

div#main_link a:hover
{
	text-decoration: underline;
}

div#main_link a
{
	TEXT-DECORATION: none;
}

a.image:hover
{
	text-decoration: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
}

a.image
{
	border: none;
	padding: 0;
	margin:0;
}

img, a:link img, a:visited img, a:hover img, a:active img {
text-decoration: none;
border: none ;
}