html {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

body {
	text-align: center;
	background-color: #495C6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	background-image: url(images/Main_Footer.gif);
	background-repeat: repeat-y;
	background-position: center;
 } /* for IE5.x */

h1 {
	font-size: 15px;
	color: #FFCC00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

h2 {
	margin-top: 20px;
	font-size: 13px;
	color: #FFFF66;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

h3 {
	font-size: 13px;
	color: #FFFF99;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 12px;
}

#Wrapper {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 100%;
} 

img.BodyPictureLeft {
	float: left;
	margin: 2px 10px 10px 0px;
	border: 1px solid #FFFFFF;
}

img.BodyPictureRight {
	float: right;
	margin: 1px 0px 10px 10px;
	border: 1px solid #FFFFFF;
}

img.BodyPicture {
	border: 1px solid #FFFFFF;
}

a:link { color: #FFFF66; text-decoration: none;	font-weight: bold;}
a:visited { color: #FFFF66; text-decoration: none; font-weight: bold;}
a:active { color: #FFFF66; text-decoration: none; font-weight: bold;}
a:hover {  color: #FFCC00; text-decoration: none; font-weight: bold;}

#TextBody {
	position:absolute;
	width:474px;
	/*
	height:412px;
	*/
	height:70%;
	z-index:1;
	left: 345px;
	top: 155px;
	overflow: auto;
}

#TextBodyWide {
	position:absolute;
	width:738px;
	height:70%;
	z-index:1;
	left: 81px;
	top: 155px;
	overflow: auto;
}

#TextBodyInner {
	margin-right: 10px;
} 

div.MainMenu {
	position:absolute;
	width:auto;
	height:40px;
	z-index:2;
	left: 180px;
	top: 0px;
	font-weight: bold;
	font-size: 10px;
}

div.MainMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-weight: bold;
}

div.MainMenu ul li {
	display:block;
	float:left;
	margin-right:10px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	font-weight: bold;
}

div.MainMenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

div.MainMenu ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div.MainMenu ul a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.Button {
	font-size: 14px;
	background-color: #F0F0F0;
	color: #333333;
	font-weight: bold;
	border-top: 2px solid #AFAFAF;
	border-right: none;
	border-bottom: 2px solid #AFAFAF;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	cursor: auto;
}
.ButtonOver {
	font-size: 14px;
	background-color: #7E7E7E;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-right: none;
	border-bottom: 2px solid #FFFFFF;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	cursor: pointer;
}
.ProductName {
	font-size: 14px;
	font-weight: bold;
	color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
}

table.WhiteBorder {
border:1px solid #FFFFFF
}

th.form {
text-align:right;
}

form {
	display: inline;
}
.Bold {
	font-weight: bold;
}
.Clear {
	clear:both;
}