.Menu {
	border-style: none; /*	padding: 4px 0px 0px 0px;*/
	margin: 20px 0px 0px 0px;
	font: bold 12px Verdana;
	bottom: -1px;
	position: relative;
	height: 24;
}

.MenuItem {
	padding: 3px 0px 3px 0px;
	border-color: #808080;
	border-style: solid solid solid solid;
	border-width: 1px;
        color: #2d2b2b;
	background-image: url('images/shade.gif' );
	text-align: center;
	font-size: 12px;
}

.MenuItemSelected {
	border-color: gray gray white gray;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	background-image: none;
}

/* =======================================*/

.content {
	margin: 2px;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: gray;
	/*width: 450px;*/
	padding: 10px;
	font: 12px Tahoma;
	/*line-height: 160%;*/
}

.bottom_links {
	font: 12px Tahoma;
	text-align: center;
}

p {
	font: 12px Tahoma;
	text-align: left;
}

body {
	/*	margin:0;*/
	font-family: Tahoma;
}

h1, .header {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

h2 {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

a {
	text-decoration : none;
	color:RGB(94,128,36);
	font-weight:bold;
}

a:hover {
	text-decoration : underline;
}

.border_img {
	float: left;
	margin: 0 10px 5px;
	border: 1px solid gray;
}

.download_cnt {
	padding: 0px 0px 0px 0px;
	border-style: none; 
	margin : 0px;
	height: 50px;
}