﻿.col40Text {
	width: 40%;
	text-align:left;
	padding-left:5px;
}
.col40Num {
	width: 40%;
	text-align:right;
	padding-right:5px;
}
.col60Text {
	width: 60%;
	text-align:left;
	padding-left:5px;
}
.col30Text {
	width: 30%;
	text-align:left;
	padding-left:5px;
}
.col30Num {
	width: 30%;
	text-align:right;
	padding-right:5px;
}
.col70Text {
	width: 70%;
	font-family: "Trebuchet MS", "Tahoma", "Lucida Sans";
	text-align:left;
	padding-left:5px;
}
.col10Num {
	width: 10%;
	text-align:right;
	padding-right:5px;
}
.col10Text {
	width: 10%;
	text-align:left;
	padding-left:5px;
}
.col20Text {
	width: 20%;
	text-align:left;
	padding-left:5px;
}
.logoStyle {
	position: relative;
	width: 96px;
	height: 150px;
	z-index: 1;
	float: right;
	margin: 10px;
}
.codeStyle {
	font-family: "Courier New", "Courier", "Lucida Console";
	font-size: medium;
}
.codeSmallStyle {
	font-family: "Courier New", "Courier", "Lucida Console";
	font-size: small;
}
.largeStyle {
	font-family: "Trebuchet MS", "Tahoma", "Lucida Sans";
	font-size: large;
	font-weight: bold;
}
.linkStyle {
	position: relative;
	width: 150px;
	z-index: 1;
	float: left;
}
.summaryStyle {
	margin: 10px;
	position: relative;
	width: 800px;
	z-index: 1;
	float: left;
}
.descriptionStyle {
	position: relative;
	width: 650px;
	z-index: 2;
	float: right;
}
.navStyle {
	margin: 10px;
	position: relative;
	width: 800px;
	height: 30px;
	z-index: 1;
}
.headerStyle {
	margin: 10px;
	position: relative;
	width: 800px;
	height: 120px;
	z-index: 2;
	background-color: #FFFFFF;
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
}
.contentStyle {
	margin: 10px;
	position: relative;
	width: 800px;
	z-index: 3;
	float: left;
}
.footerStyle {
	margin: 10px;
	position: relative;
	width: 800px;
	height: 70px;
	z-index: 4;
	font-family: "Trebuchet MS", "Tahoma", "Lucida Sans";
	font-size: small;
	font-weight: bold;
	margin-top: 40px;
	float: left;
}
.bannerStyle {
	margin: auto;
	position: relative;
	width: 420px;
	height: 39px;
	z-index: 1;
	font-family: "Trebuchet MS", "Tahoma", "Lucida Sans";
	font-size: xx-large;
	font-weight: bold;
	left: -100px;
	top: 43px;
	background-repeat: no-repeat;
	text-align: center;
}
.mediumStyle {
	font-family: "Trebuchet MS", "Tahoma", "Lucida Sans";
	font-size: medium;
}
ul {
	list-style-type: none;
	font-family: "Trebuchet MS", "Tahoma", "Lucida Sans";
	font-size: 11px;
	text-align: center;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
}
ul a {
	display: block;
	width: 140px;
	height: 32px;
	color: black;
	line-height: 32px;
	text-decoration: none;
	background-image: url('images/axivsel.gif');
	background-repeat: no-repeat;
}
ul li {
	display: inline;
	float: left;
}