/*GLOBALS*/

BODY {
	font-family: Verdana, Helvetica , sans-serif ;
	margin: 0px;
	padding: 0px;
  	background-color: white;
	text-align: center;
}
img {
	vertical-align:bottom;
	border: none;
}

table {
	font-size: 11px;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

td {
 vertical-align: top;
 padding:0px;
 margin: 0px;
}


/*Container*/
#contanier {
	width: 736px;
	height: 615px;
	top: 2%;
	
}
/*Menu*/
#startmenu {
width:0px;
height: 1px;
overflow: hidden;
visibility: hidden;
}

/*Bootomframe*/
.Infotext {
	float: left;
	font-size: 10px;
	text-align: left;	
}

.Bottommenu {
	visibility: hidden;
	width: 0px;
	height: 0px;
	float: right;
	font-size: 10px;
	text-align: right;
	}
	
	/* Bottom Nav*/
.BottomNav a:link {
	margin-left:10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.BottomNav a:visited {
	margin-left:10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.BottomNav a:hover {
	margin-left:10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}

.BottomNav a:active {
	margin-left:10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}
 h1, h2,h3,h4,h5 {
	font-size: 11px;
	margin-top: 5px;
}
