body{
	background-position: top;
	background-repeat: repeat-x;
	background-color: #b0c4af;
}
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: none; color: #DEB887;}

.outcontent{
	background-color: #a6d3b2;
	border: 1px solid #76ad85;
}
.incontent{
	border: 1px dashed #76ad85;
        padding:3px;
}
.incontent a{
	color: #114612;
	font-family: arial;
	font-size: 11px;

}
.incontent a:hover{
	color: #191970;
}

td, table{
	font-family: sans-serif;
	font-size: 10px;
	color: Gray;
}
textarea,input{
	border: 1px dashed #76ad85;
	background-color: #B9D9CB;
	font-family: arial;
	font-size: 11px;
}
.incontent2{
	border: 1px dashed #76ad85;
	background-color: #B9D9CB;
	padding:2px;
}

}
.incontent2 a:hover{
	background-color: #DEB887;
        width:100%;
        color: #000000;
}

.title 
{
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	background-color: #cbdec4;
	border-top: 3px solid #bdd3ca;
        width:100%;
	text-transform: uppercase;
}
