html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	
}

td {
	vertical-align: top;
	font-family: Arial, verdana;
	font-size: 11pt;
	color: #666666;
}

img {
	border: 0px;
}

h1 {
	font-size: 14pt;
	color: #00DDDD;
}

h2 {
	font-size: 12pt;
	color: #555555;
}

.content {
	margin-top:20px;
	padding-left: 20px;
	padding-right: 30px;
	color: #666666;
	font-family: Arial, verdana;
	font-size: 11pt;
}

a:link {
	text-decoration: none; 
	color: #A98E66; 
	font-weight: normal;
}
 
a:active {
	text-decoration: none; 
	color:#A98E66; 
	font-weight: normal;
}
 
a:visited {
	text-decoration: none; 
	color: #A98E66; 
	font-weight: normal;
} 

a:hover {
	text-decoration: underline; 
	color: #A98E66; cursor: hand; 
 	font-weight: normal;
}

.pic_right {
	float: right;
	margin-left: 10px;
	padding:5px;
	background-color: #eeeeee;
	border: 1px #00DDDD solid ; 
}

.pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:5px;
	background-color: #eeeeee;
	border: 1px #00DDDD solid ; 
}

