@charset "UTF-8";
body {
	background-color: #CCFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.border_left {
	background-image: url(images/border_left.gif);
	background-repeat: repeat-y;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.border_right {
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
}
.main_table {
	background-color: #ACD4AC;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	text-align: center;
}
