body {
	text-align: left;
	margin: 0px;
	background-color: #aeb5b1;  
	color: #55555a;
	background-image: url(head4_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

::-moz-selection {
	background: #7b747d;
	color:#ffffff;
}
img {border-style: none;}

* {
 scrollbar-arrow-color: #9ea0a1;
 scrollbar-track-color: #aeb5b1;
 scrollbar-face-color: #9ea0a1;
 scrollbar-highlight-color: #aeb5b1;
 scrollbar-3dlight-color: #aeb5b1;
 scrollbar-darkshadow-color: #aeb5b1;
 scrollbar-shadow-color: #aeb5b1;
}

#content{
	position: absolute; top: 350px; left: 125px;
	width: 600px;
	margin: 0px; 
	line-height: 16px;
	font-family: Arial; 
	font-size: 11px; 
	padding-top: 1px;
	text-align: center;
}

#footer {
	width: 100%;
	padding: 10px 0px; 
	line-height: 17px;
	font-size: 9px;
	text-align: center;
	margin: 0px auto;
}

table {
	font-family: arial; 
	font-size: 10px; 
	line-height: 135%;
}
.title {width: 100px; text-align: right; background-color: #a2a6a3;}
.title:hover {background-color: #716870;}
.desc {width: 320px; text-align: left; padding: 5px 7px; background-color: #a8aca9;}
.title a {font-family: arial; padding: 5px 7px; text-transform: uppercase; color: #766d79; display: block;}

p {text-indent: 15px; margin: 2px 5px 15px 5px; text-align: justify;}

.left {
	border: 2px solid #999d9a;
	padding: 3px;
	margin: 0px 5px 2px 3px;
	float: left;
	filter: alpha(opacity=80);
	moz-opacity: .80;
	opacity: .80;
}
.right {
	border: 2px solid #999d9a;
	padding: 3px;
	margin: 0px 3px 2px 5px;
	float: right;
	filter: alpha(opacity=80);
	moz-opacity: .80;
	opacity: .80;
}
.right:hover, .left:hover {
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}
.middle {
	border: 2px solid #999d9a;
	padding: 3px;
	margin: 2px;
}
.middle:hover {
	border: 2px solid #716870;
}
em {font-family: Georgia; color: #5a3241;}
i {color: #6b6a81;}
b {font-weight: normal; font-family: courier new; text-transform: uppercase; color: #6d5b6f;}
hr {height:7px; border: 0px; border-bottom: 7px solid #14181b;}
h1 {
	font-family: "century gothic", Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: 7px 0px 2px 0px;
	color: #7a7278;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	}
h2 {
	font-family: "Garamond", Georgia;
	font-size: 17px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: 1px 0px 2px 22px;
	color: #564c5a;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	}

blockquote {
	margin: 10px 70px;  
	padding: 10px; 
	color: #5f6168;
	line-height: 15px;
	font-size: 10px;
	font-family: arial;
	font-style: italic;
	background-image: url(head4_bg2.jpg);
	text-align: center;
	background-position: top left;
}

a {color: #000000; text-decoration: none;}
a:hover { color: #ffffff; text-decoration: none; cursor: crosshair;}