@charset "utf-8";
/* CSS Document */
body {
	background-color: #F9F6DB;
} 

#header {
	width: 760px;
	height: 104px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	background-color: #fff;
}

#maincontent {
	width: 760px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #000;
}

p, td {
	font-size: 12px;
	font-weight: 400;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	color: #4970A9;
}

h2 {
	font-size: 24px;
	font-weight: 700;
	color: #4970A9;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	color: #4970A9;
}

h4 {
	font-size: 14px;
	font-weight: 600;
	color: #4970A9;
}

h5 {
	font-size: 12px;
	font-weight: 600;
}

h6 {
	font-size: 10px;
	font-weight: 400;
}

td {
	vertical-align: text-top;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.topbottom0 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blueback {
	background-color: #486fb2;
}

.ltblueback {
	background-color: #9cf;
}

.white {
	color: #fff;
}

.red {
	color: #f00;
}

.bottomline {
	border-bottom: 2px black solid;
}

.leftborder {
	border-left: 1px black solid;
}
