html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

td{
	font: normal 14px arial;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

td.menu{
	font: normal 16px arial;
	color: #003C58;
	padding: 0;
}

td.content{
	font: normal 14px arial;
	color: #000000;
	line-height: 125%;
	padding: 15px 0 5px 0;
}

td.bottom{
	font: normal 13px arial;
	color: #003C58;
	padding: 0;
}

.activelnk{
	font: bold 16px arial;
	color: #A39735;
}

.yellow{
	color: #A39735;
}

.red{
	color: #ED1B34;
}

.blue{
	color: #003C58;
}

ul{
	list-style-image: url(images/bubble.gif);
}

a{
	color: #003C58;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.menu{
	font: normal 16px arial;
	color: #003C58;
	text-decoration: none;
}

a.menu:hover{
	color: #A39735;
	text-decoration: none;
}

