@CHARSET "ISO-8859-1";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: lightgrey;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#868583', startColorstr='#A5A3A4', gradientType='0');*/
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

a {
	color: steelblue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

b, i {
	text-decoration: none;
	color: black;	
}

b {
	color: firebrick;
	font-weight: bold;
	font-size: 10pt;
	line-height: 10pt;
}

i {
	font-style: italic;
	font-size: 9pt;
	line-height: 9pt;
}

p {
	margin-top: 1ex;
	font-weight: bold;
	font-size: 7.88pt;
	line-height: 8.88pt;
}

table#body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

td#body_wrapper {
	
}

td#body_top {
	background-color: #A5A3A4;
}

td#body_bottom {
	background-color: #868583;
	background-image: url(../gif/bottom_background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

table#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px groove gray;
	border-bottom: 2px groove gray;
	background-image: url(../gif/middle_background.gif);
	background-repeat: repeat-x;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#878684', startColorstr='#A5A3A4', gradientType='0');*/
}

table#site {
	width: 800px;
	margin: auto;
	padding: 0;
}

table#site tr {
	vertical-align: top;
}

td.left_logo {
	width: 105px;
	height: 117px;
	background-color: white;
	vertical-align: top;
}

td.left_content {
	width: 131px;
	background-color: white;
	vertical-align: top;
}

td.right_logo {
	width: 102px;
	background-color: white;
	vertical-align: top;
}

td.right_content {
	width: 131px;
	background-color: white;
	vertical-align: top;
}


td.row1 {
	height: 107px;
}

td.row1_left {
	background-image: url(../gif/row1_left_background.gif);
	background-repeat: no-repeat;
}

td.row1_right {
	background-image: url(../gif/row1_right_background.gif);
	background-repeat: no-repeat;
}

td.row2 {
	height: 126px;
}

td.row2_left {
	height: 121px;
	padding-top: 5px;
	background-image: url(../gif/row2_left_background.gif);
	background-repeat: no-repeat;
}

td.row2_right {
	height: 118px;
	padding-top: 8px;
	background-image: url(../gif/row2_right_background.gif);
	background-repeat: no-repeat;
}

td.row3 {
	height: 115px;
}

td.row3_left {
	height: 110px;
	padding-top: 5px;
	background-image: url(../gif/row3_left_background.gif);
	background-repeat: no-repeat;
}

td.row3_right {
	height: 110px;
	padding-top: 5px;
	background-image: url(../gif/row3_right_background.gif);
	background-repeat: no-repeat;
}

td.row4 {
	height: 127px;
}

td.row4_left {
	height: 119px;
	padding-top: 8px;
	background-image: url(../gif/row4_left_background.gif);
	background-repeat: no-repeat;
}

td.row4_right {
	height: 119px;
	padding-top: 8px;
	background-image: url(../gif/row4_right_background.gif);
	background-repeat: no-repeat;
}

td.middle_content {
	background-image: url(../gif/middle_bottom_background.gif);
	background-repeat: repeat-y;
	height: 73px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	padding-right: 8px;
	padding-top: 4px;
}

td.middle_content a {
	color: black;
	text-decoration: none;
}