body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	behavior: url('/css/csshover.htc');
}
td {
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#Container {
	width: 780px;
	margin: 10px auto 10px auto;
}
	#Main {
		width: 780px;
		padding: 10px 0 10px 0;
	}
		#Menu {
			width: 51px;
			padding: 0 2px 0 0px;
			float: left;
		}
			#Menu table {
				margin: 0 0 5px 0;
			}
			#Menu table.Active {
				background-image: url('../img/Menu_Left_Active.gif');
				width: 51px;
				height: 51px;
			}
			#Menu table.ActiveNews {
				background-image: url('../img/Menu_Left_Active_News.gif');
				width: 51px;
				height: 51px;
			}
			#Menu table.Inactive {
				background-image: url('../img/Menu_Left_Inactive.gif');
				width: 51px;
				height: 51px;
			}
			#Menu table.Inactive:hover {
				background-image: url('../img/Menu_Left_Active.gif');
				width: 51px;
				height: 51px;
			}
			#Menu table.InactiveNews {
				background-image: url('../img/Menu_Left_Inactive_News.gif');
				width: 51px;
				height: 51px;
			}
			#Menu table.InactiveNews:hover {
				background-image: url('../img/Menu_Left_Active_News.gif');
				width: 51px;
				height: 51px;
			}
				#Menu table a {
					width: 51px;
					display: block;
					overflow: hidden;
					text-decoration: none;
					font-size: 9px;
					color: #FFFFFF;
				}
		#Content {
			width: 727px;
			padding: 0;
			float: left;
			clear: none;
		}
			#Logo {
				position: absolute;
				margin-left: 583px;
				margin-top: -30px;
				text-align: right;
			}
			#HorizontalNav {
				position: relative;
				width: 724px;
				height: 51px;
				padding: 0 0 0 3px;
			}
				#HorizontalNav table {
					margin: 0 5px 0 0;
					float: left;
				}
				#HorizontalNav table.Active {
					background-image: url('../img/Menu_Horizontal_Active.gif');
					width: 71px;
					height: 51px;
				}
				#HorizontalNav table.ActiveNews {
					background-image: url('../img/Menu_Horizontal_Active_News.gif');
					width: 71px;
					height: 51px;
				}
				#HorizontalNav table.Inactive {
					background-image: url('../img/Menu_Horizontal_Inactive.gif');
					width: 71px;
					height: 51px;
				}
				#HorizontalNav table.Inactive:hover {
					background-image: url('../img/Menu_Horizontal_Active.gif');
					width: 71px;
					height: 51px;
				}
				#HorizontalNav table.InactiveNews {
					background-image: url('../img/Menu_Horizontal_Inactive_News.gif');
					width: 71px;
					height: 51px;
				}
				#HorizontalNav table.InactiveNews:hover {
					background-image: url('../img/Menu_Horizontal_Active_News.gif');
					width: 71px;
					height: 51px;
				}
					#HorizontalNav table a {
						width: 71px;
						display: block;
						overflow: hidden;
						text-decoration: none;
						font-size: 9px;
						color: #FFFFFF;
						min-height: 25px;
					}
			#ContentMain {
				width: 717px;
				padding: 10px 0 0 10px;
			}
	#Bottom {
		padding: 10px 0 0 0;
		width: 780px;
		border-top: 1px solid #FFFFFF;
		font-size: 10px;
		text-align: center;
		float: left;
		clear: none;
	}
		#Bottom a {
			color: #FFFFFF;
			text-decoration: none;
		}
.ImageLayer {
	position: absolute;
	width: 100px;
	height: auto;
	display: none;
	margin: 19px 0 0 -35px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}