html {
	height:			100%; 
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	height:			100%;
	margin:			0px;
	font-family:	Lucida Sans Unicode;
	font-size:		10pt;
	letter-spacing: -0.5pt;
	color:			#666666;
	background:		#FFFFFF;
}

#outertable {
	height:			100%;
	width:			100%;
	margin:			0px;
}

#outertd {
	text-align:		center;
}

#innertable {
	display:		inline-table;
	border:			5px solid #88CCEE;
	padding:		10px;
}

#innertd {
	text-align:		center;
	border:			1px solid #88CCEE;
	padding:		15px;
}

#list {
	text-align:		left;
}

#bullets {
	list-style-type:	circle;
	line-height:		2;
}

#image {
	margin-bottom:	5px;
}

#contact {
	font-size:		11pt;
}

#services {
	font-size:		11pt;
}
