html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #666666;
	font-size: 67.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #22387F;
	background-image: url(../images/bg-new.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
* {
	margin: 0px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.4em;
	text-transform: uppercase;
	margin-bottom: 0.8em;
}
h2 {
	font-weight: normal;
	font-size: 2.2em;
	margin-bottom: 1em;
}
h2 a {
	text-decoration: none;
	color: #0CA3E8;
}
h2 a:hover {
	text-decoration: none;
	color: #0082C1;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	margin-bottom: 1em;
}
h3 a{
	color: #22387F;
	text-decoration:none;
}
h3 a:hover{
	text-decoration:none;
	color:#000000;
}
p {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.2em;
}
p a {
	color: #333333;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
#imagesPanel {
	position: absolute;
	visibility: visible;
	top: 183px;
	left: 325px;
	z-index: 100;
	width: 630px;
}
#mainText {
	position: relative;
	width: 500px;
	visibility: visible;
	top: 20px;
	left: 30px;
	z-index: 150;
}
#mainText2 {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#watchPanel {
	position: absolute;
	visibility: visible;
	z-index: 150;
	height: 114px;
	width: 223px;
	left: 665px;
	top: 1500px;
}
#yellowHighlight {
	top: 156px;
	background-color: #FFFF00;
	height: 5px;
	position: absolute;
	z-index: 250;
	left: 145px;
}
.upper1 {
	font-size: 75%;
	vertical-align: super;
}
