* {
	margin : 0;
	padding : 0;
	border : none;
	position : static;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	font-size : small;
	background-color : #8A8A5F;
}

table {
	border-collapse : collapse;
	border-spacing : 0;
}
td {
	vertical-align : top;
}
#carrier{
	background-color : #B5D573;
	border : 2px solid White;
	width : 1023px;
	margin : 0 auto 0 auto;
}
#nav_v {
	position : relative;
	top : -87px;
	width : 210px;
	color : White;
	float : left;
}
#nav_v a{
	text-decoration : none;
	color : White;
	background : url(img/nav_v-sq2.gif) no-repeat 0 14px;
	padding:7px 0 7px 10px;
	font-weight : bold;
	margin-left :20px;
	display : block;
	border-bottom : 1px solid #D1E5A8;
}
#nav_v p.dev{
	color : #D7E8B3;
	background : url(img/nav_v-sq2.gif) no-repeat 0 14px;
	padding:7px 0 7px 10px;
	font-weight : bold;
	margin-left :20px;
	display : block;
	border-bottom : 1px solid #D1E5A8;
}
#nav_h {
	position : relative;
	top : -93px;
	width : 660px;
	height : 93px;
	color : White;
	margin-left : 60px;
	float : left;
	display : block;
	background-image : url(img/nav_h-line.gif);
}
#nav_h a {
	text-decoration : none;
	color : White;
	background : url(img/nav_v-sq1.gif) no-repeat 0 13px;
	padding:7px 0 7px 13px;
	font-weight : bold;
	margin-left :20px;
	display : block;
	float : left;
}
#text {
	position : relative;
	left:60px;
	top:-28px;
	float : left;
	width : 706px;
	color : #546834;
	text-align : justify;
}
#text p {
	margin-bottom : 10px;
}
#text a {
	text-decoration : none;
	color : #546834;
}
#text a:hover{
	text-decoration : underline;
}
h1{
	color : White;
	font-weight : bold;
	font-size : large;
}

#text .red{
	color : #FF6F21;
}
#text a.red-strong {
	text-decoration : none;
	color : #546834;
	font-weight:bold;
}
#text a.red-strong:hover{
	color : #FF6F21;
}
#layer, #layer2{
	position:absolute;
	background-color : #F2F3F7;
	border : 3px solid #8A95B4;
	padding:20px;
	display:none;
	cursor: pointer;
	font-size:medium;
	font-weight:bold;
	z-index : 2;
}