body {		background-color:	#99aabb;
		color:			#000000;
		border:			0;
		padding:		10px;
}

em {		color:			#ffffff;
		font-style:		normal;
}

h1.centery {	text-align:		center;
}

a:link {	color:			#3366aa;
}

a:visited {	color:			#333366;
}

a:active {	color:			#8888bb;
}

a:hover {	color:			#ddddff;
}
		
table.headtable {
		background-color:	#ffffff;
		padding:		0px;
}

table.innerheadtable {
		padding:		2px;
}

table.headtable table {
		padding:		0;
		margin:			0;
}

td.headtable {
		background-color:	#99aabb;
		color:			#000000;
		font-size:			90%;
		text-align:		center;
}

a.headtable:link {
		color:			#555599;
		text-decoration:	none;
		font-weight:		bold;
		font-size:			90%;
}

a.headtable:visited {
		color:			#333366;
		text-decoration:	none;
		font-weight:		bold;
		font-size:			90%;
}

a.headtable:active {
		color:			#555599;
		text-decoration:	none;
		font-weight:		bold;
		font-size:			90%;
}

a.headtable:hover {
		color:			#8888dd;
		text-decoration:	none;
		font-weight:		bold;
		font-size:			90%;
}

p.foottable {
		font-size:			90%;
		padding:		0;
}

table, table.foottable {
		padding:		0;
}

td.oddbg {
		background-color:	#7788aa;
		padding:		4px;
}

td.oddbg p {
		margin:			2px;
}

td, th, tr {
		text-align:		left;
}

td.righty {
		text-align:		right;
}

img {
		border-style:		none;
}

table.bordery {
		border-style:		solid;
		border-color:		#8888ff;
		border-width:		thin;
}

p.centery {
		text-align:		center;
}


