body {
	margin: 0px;
	background-color: #A2B38F;
	color: white;
	font-size: 10pt;
	font-family: Tahoma;
}

table {
	padding: 0px;
}

.logo {
	
	left: 20px;
	top: 10px;
}

.nav {
	color: white;
	height: 150px;
	width: 580px;
	text-align: center;
	font-family: Tahoma;
	font-size: 14pt;
	font-weight: bold;
}

.bar {
	height: 30px;
	background-color: white;
	width: 100%;
	padding: 5px;
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.bar a {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.bar a:hover {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #222222;
}


.bar3 {
	height: 30px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	
}

.bar3 a {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.bar3 a:hover{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}


.a {
	background-image: url(../images/1.png); 
	width: 847px; 
	height: 79px;
	background-repeat: no-repeat;
}

.b {
	background-image: url(../images/2.png);
	width: 161px; 
	height: 79px;
}

.c {
	background-image: url(../images/3.png); 
	width: auto; 
	height: 79px;
}

.d {
	background-image: url(../images/4.png); 
	width: 847px; 
	height: 375px;
	background-repeat: no-repeat;
}

.e {
	background-image: url(../images/5.png); 
	background-repeat: repeat-x; 
	width: 161px; 
	height: 375px;
}

.f {
	
	width: auto; 
	height: 375px;
}

.g {
	background-image: url(../images/7.png); 
	width: 847px; 
	height: 17px;
	background-repeat: no-repeat;
}

.h {
	width: 161px; 
	height: 17px;
}

.i {
	width: auto; 
	height: 17px;
}

.link, a
{
	color: white;
	text-decoration: none;
}

.link2
{
	color: yellow;
	background-color: #A2B38F;
	text-decoration: none;
}

.bar2 {

	height: 2px;
	width: 100%;
	background-color: white;
	font-size: 1pt;
}

.desc {
	font-weight: bold;
	color: black;
	text-indent: 25px;	
}

.desc a {
	color: red;
}
	
