@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	background-color: #CCCCCC;
	line-height: 18px;
}
.main_compartment {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
}

.header_compartment {
	background-color: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-left: 0px;
}

.footer_compartment {
	width: 728px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.img_description {
	font-size: 10px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}	
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	letter-spacing: 8px;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
strong {
}
