﻿.font1 {
	font-size: 10px;
}

.font2 {
	font-size: 12px;
}

.font3 {
	font-size: 17px;
}

.font4 {
	font-size: 20px;
}

.font5 {
	font-size: 25px;
}

.font6 {
	font-size: 30px;
}

.font7 {
	font-size: 40px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

body {
	background: url(../images/header_bg_new.png) repeat-x #072259;
	text-align: center;
	font: 11px/135% Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: underline;
	text-shadow: 0px 1px 0px #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #92B1D5;
}

img {
	border-style: none;
}

.clearer {
	clear: both;
}

#preload {
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#preload img {
	width: 0px;
	height: 0px;
}

#box {
	background: url(../images/content_middle.png) repeat-y;
	width: 750px;
	margin: 0px auto -4px auto;
	text-align: left;
	line-height: 180%;
	min-width: 750px
}

#box #top {
	background: url(../images/content_top.png) no-repeat;
	width: 750px;
	height: 16px;
}

#box #bottom {
	background: url(../images/content_bottom.png) no-repeat;
	width: 750px;
	height: 16px;
}

