﻿body, html, .PageHolder{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 11pt Arial , Helvetica, Arial, sans-serif
}
#htmlBody{
	background: #0072AB
}
.PageHolder{
	background: url(bg.jpg) no-repeat center top;
	padding-top: 15px
}
.Menu{
	height: 40px
}
a img{
	border: 0
}
.Page{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: solid 5px #00245d
}
.Panes{
	background: #fff
}
.O2Products .Panes{
	background: url(bg-panes.png) repeat-y left
}
.O2Home .LeftPane{
	padding-left: 25px;
	padding-top: 30px
}
.O2Home .ContentPane{
	padding: 30px 25px
}
.O2Home .RightPane{
	padding-right: 25px;
	padding-top: 30px
}
.Footer{
	background: #0069AA
}
.FooterContent{
	color: #fff;
	width: 730px;
	height: 130px;
	padding: 25px 30px;
	background: url(o2.png) center 20px no-repeat
}
.Footer a{
	text-decoration: none
}
.Footer a:hover{
	text-decoration: underline
}
.CopyrightPane{
	padding-top: 2px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 11px;
	text-align: center
}
hr{
	color: #7F8088;
	background-color: #7F8088;
	height: 1px;
	border-style: none
}