@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BBBCBE;
}
img {
   border: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
A:link {
	text-decoration: none;
	color: blue;
}
A:visited {
	text-decoration: none;
	color: blue;
}
A:active {
	text-decoration: underline;
	color: blue;
}
A:hover {
	text-decoration: underline; 
	color: blue;
}
.footer {
	background-image:url(images/footer_tile.jpg);
	background-repeat: repeat-x;
}
.forms {
	background-color: #F0F0F0;
}
.left_slice {
	background-color: #6C6C6C;
	background-image: url(images/left_top_main_tile.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
.right_slice {
	background-color: #6C6C6C;
	background-image: url(images/right_top_main_tile.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
}
.dark_grey_fill {
	background-color: #6C6C6C;
}
.txt_sz_12 {
	font-size: 12px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-weight: bold;
	color: #0074B4;
	text-decoration: underline;
	text-align: center;
}

