
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content { 
	position: absolute; 
}

/*#contentoverall {
	position: absolute;
	left: 181px;
	top: 169px;
	width: 500px;
	height: 300px;
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
	color: black;
	font-family: georgia;
	font-size: 12px;
}*/

#contenttext {
	color: black;
	font-family: georgia;
	font-size: 12px;
	line-height:15px;
}

h1 {
	text-transform:capitalize;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-bottom:-9px;
	margin-top:0px;
}

h2 {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:-9px;
	margin-top:0px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.flag {
	font-size:13px;
	font-style:normal;
	color:#666666;
	line-height:15px;
}

a img, a:hover img, a:visited img, a:active img, a:active img { 
	background-color:#fff; 
	border: none;
	}
	
a img { 
	background-color:#fff; 
	border: none;
	}
	
a	{ 
	color:#111111; 
	background-color:#ffffff; 
	text-decoration:none; 
	border-bottom: #666666;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	}
	
a:hover	{ 
	color:#111111; 
	background-color:#999999; 
	text-decoration:none; 
	border-bottom: #666666;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;

	}

