* {
	margin:0;
	padding:0;
}
img {
	behavior: url(/js/iepngfix/iepngfix.htc);
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#000062;
}
p {
	padding:0.5em 0;
}
img {
	border:0;
}
.small {
	font-size:12px;
}
.white {
	color:white;
}
.grey {
	color:#999999;
}
.table td {
	padding:3px;
}
#page {
	width:954px;
	margin:auto;
}
#header {
	background:url(../images/header-bg.png);	
	height:78px;
}
#login {
	text-align:right;
	width:885px;
}
#login a {
	line-height:20px;
	font-size:10px;
	color:white;
	text-decoration:none;
}
h1,h4 {
	padding-top:15px;
	text-align:center;
	color:white;
	font-weight:normal;
	font-size:16px;
	font-style:oblique;
}	
h3 {
	color:white;
	text-align:center;
	font-size:14px;
}
h4 {
	padding-top:8px;	
}
#logo {
	margin-left:15px;
	margin-top:-5px;
	float:left;	
}
#hostit {
	margin-right:20px;
	margin-top:13px;
	float:right;	
}
#menu {
	color:white;
	font-size:12px;
	height:26px;
	background:url(../images/menu-bg.png);
	text-align:center;	
}
#menu li {
	line-height:26px;
	padding:2px;
	list-style:none;
	display:inline;
}
#menu li a {
	color:white;
	text-decoration:none;
}
#menu li a:hover {
	color:#00FFCC;	
}
#content {
	background:url(../images/content-bg.gif);	
}
#content-left ul {
	padding-left:30px;
}
h2 {
	padding:8px;
	text-align:center;
	color:#000066;
	font-style:oblique;
	font-weight:bolder;
	font-size:22px;
}
h2 a {
	color:#000066;
	text-decoration:none;
}
h5 {
	background:red;
	color:white;
	font-size:18px;
	font-weight:bold;
	padding:10px;
}
#content-left {
	padding:10px;
	float:left;
	width:717px;
	overflow:hidden;
}
#content-left2 {
	float:left;
	clear:left;
	width:737px;
	overflow:hidden;
}
#content-right {
	padding:10px;
	float:right;
	width:197px;
	overflow:hidden;
}
#footer-upper {
	height:38px;
	background:url(../images/footer-bg.png);
}
#footer-lower {
	height:33px;
	background-color:#000062;
	line-height:33px;
	font-size:10px;
	text-align:center;
}
#comparison a {
	text-decoration:none;
}
#comparison td {
	padding:4px;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}