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

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

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

.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;
}

body {
	background: #CEC8CD url(../images/cec8cd.png) repeat;
	margin-top: 0px;
	text-align: center;
	font-size: 15px;
	line-height: 135%;
	font-family: times new roman, sans-serif;
	color: #FFFFFF;
	padding: 0px;
}

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

a:hover, a:active {
	text-decoration: none;
	color: #0000FF;
}

img {
	border-style: none;
}

.clearer {
	clear: both;
}

hr {
	width: 95%;
}

ul {
	text-align: left;
	list-style: disc;
	font-weight: normal;
}

ol {
	text-align: left;
	list-style: decimal;
	font-weight: normal;
}

table li {
	font-size: 13px;
	text-align: left;
}

table {
	text-align: left;
}

#box {
	width: 778px;
	margin-top: 3px;
	min-width: 750px;
}

#box #mainContent {
	background: #FFFFFF url(../images/main_content_middle.png) repeat-y;
	width: 603px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#box #mainContent #top {
	background: #FFFFFF url(../images/main_content_top.png) no-repeat;
	width: 603px;
	height: 10px;
	overflow: hidden;
}

#box #mainContent #bottom {
	background: #FFFFFF url(../images/main_content_bottom.png) no-repeat top;
	width: 603px;
	height: 13px;
	overflow: hidden;
}

#box #mainContent #content {
	width: 563px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #000000;
}

#box #mainContent #content h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: times new roman, sans-serif;
	text-align: left;
}

#box #mainContent #content h2 {
	font-size: 17px;
	font-weight: bold;
	font-family: times new roman, sans-serif;
	text-align: left;
	text-decoration: underline
}

#box #mainContent #content h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: times new roman, sans-serif;
	text-align: left;
}

#box #mainContent #content h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: times new roman, sans-serif;
	text-align: center;
}

#box #mainContent #content h5 {
	font-size: 17px;
	font-weight: bold;
	font-family: times new roman, sans-serif;
	text-align: center;
}

#box #mainContent #content p {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	font-family: times new roman, sans-serif;
	color: #000000;
}

#box #mainContent #content .breadcrumb {
	text-align: left;
	font-size: 10px;
	color: #000000;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase; 
}