body {
	background-color: #999999;
	background-image: url(../images/main-bkg.gif);
	background-repeat: repeat;
	text-align:center;
}
.header_repeat {
	background-image: url(../images/red_repeat.gif);
	background-repeat:repeat-x;
	width:100%;
}
.footer_repeat {
	background-image: url(../images/footer_02.gif);
	background-repeat:repeat-x;
	width:100%;
}
.outer_table {
    margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
	padding: 10px;
	width: 900px;
	border: 1px solid #000000;
}
.main_table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: black;
	text-align: left;
	width:100%;
}
.main_table a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC3333;
}
.main_table a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC3333;
}
.main_table a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: black;
}

.naviarea {
	vertical-align:top;
	padding:10px 0px 7px 0px;
}
.mainarea {
	text-align:left;
	width:100%;
	vertical-align:top;
	padding:10px 0px 10px 10px;
	height:400px;
}
.main_button {
	font-family: "Times New Roman", Times, serif;
	background-color:#FFFFFF;
	font-size: 14px;
	color: #999999;
	font-weight:bold;
	border:3px solid #CC3333;
	padding:3px;
	width:100px;
}
.main_textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	background-color:#FFFFFF;
	border:1px solid #999999;
}
.main_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: black;
	border-bottom:2px solid #CC3333;
}
.main_header a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: black;
	text-decoration:none;
}
.main_header a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: black;
	text-decoration:none;
}
.main_header a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #CC3333;
	text-decoration:none;
}
.ind_links_layout {
	padding-left:30px;
}
