body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF99;
}
/* Index Page Body Background color */
.index_page_bg_color {
	background-color: #FFFF00;
}
/* MENU (TEMPLATE) LINK PROPERTIES*/
.menu a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.menu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}
.menu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.menu a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}
/* PAGE_CONTAINER LINK PROPERTIES*/
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000099;
}
/* INDEX PAGE CONTAINER */
#index_container {
	background-color: #FFFF00;
	text-align: center;
	width: 740px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	border: solid #999999;
}
/* PAGE CONTAINER */
#page_container {
	background-color: #FFFF99;
	text-align: center;
	width: 832px;
	margin: auto;
	border: 1px solid #999999;
}
.style1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.style1a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style1b {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.style1c {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.style2 {
	font-size: 14px;
	color: #0000FF;
	font-weight: normal;
}
.style3 {
	font-size: 1px;
	font-weight: bold;
	color: #FFFFFF;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.style5 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.style5blue {
	font-size: 18px;
	color: #000099;
	font-weight: bold;
}
.style5a {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.style5b {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}
.style5c {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}
.style6 {
	font-size: 30px;
	font-weight: bold;
	color: #0000FF;
}
.style7 {
	font-size: 48px;
	font-weight: bold;
	color: #0000FF;
}
.style8 {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
}.text18redbold {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.style5normal {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
