@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	background-image: url(images/bg2.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#mainTable {
	border: 1px solid #000000;
}
#mainTable #left {
	width: 200px;
}
#mainTable #leftcell {
	background-color: #0071BD;
}

#mainTable #right {
	width: 524px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#mainTable #footer {
	background-image: url(images/layout_03.jpg);
	padding-top: 27px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
#mainTable #footer a {
	color: #000000;
	text-decoration: none;
}
#mainTable #footer a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
#mainTable #right h1 {
	font-size: 14px;
	color: #0071bd;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f16726;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainTable #right a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
