body { 

	color: #000000;
	font: 11px/15px Tahoma;

}

table img, table tr img, table td img, img, #wrapper img, #content img, #content tr img, #content td img {

	border: 0px;
	
}

.default { 

	color: #FFFFFF;
	font: 11px/15px Tahoma;
	
}

.google { 

	color: #000000;
	font: 1px Tahoma;
	visibility: hidden;
	
}

html, body, #wrapper {

	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	
}

a {
	font-weight: bold;
	color: #A52525;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #A52525;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {

	background-color: #000000;
	color: #ffffff;
	margin: 0 auto;
/*	text-align: center;
	vertical-align: middle; */
	width: 100%;

}

#content {

	padding: 0;
	border: none;
	text-align: center;
	background-color: transparent;
	margin: 0 auto 0px;
	text-align: center;
	vertical-align: middle;
	width: 800px;
	height: 500px;
	
}

#header {

	padding: 0;
	border: none;
	text-align: left;
	background-color: transparent;
	margin: 0 auto;
	width: 800px;	
	height: 45px;

}