body {
	margin: 50px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	}

img {
	border: 0px;
	}

#Container {
	width: 700px;
	height: 540px;
	background-color: #666666;
	margin-bottom: 30px;
	}

#Image {
	width: 650px;
	height: 435px;
	padding-top: 30px;
	padding-bottom: 30px;
	}

#Line {
	width: 700px;
	height: 20px;
	background-color: #8A8A8A;
	}

td.Line {
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 15px;
	font-weight: bold;
	}

a.MenuLink:link, a.MenuLink:visited, a.MenuLink:active {
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 15px;
	font-weight: bold;
	}
a.MenuLink:focus, a.MenuLink:hover {
	color: #C1B9AC;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #C1B9AC;
	}
a:focus, a:hover {
	color: #C1B9AC;
	}

div.select {
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 15px;
	font-weight: bold;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	cursor: pointer;
	}

div.select:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
