body
{
	font-family:Verdana, Geneva, sans-serif;
}
a
{
	color:#C52A2C;
}
h1, h2, h3, h4, h5, h6
{
	font-family:"Times New Roman", Times, serif;
	color:#C52A2C;
}
table.main
{
	width:90%;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	table-layout:fixed;
}
td.header
{
}
td.menu
{
}
table.menu
{
	width:100%;
}
td.button
{
	text-align:center;
	border-right:1px solid black;
}
td.firstButton
{
	border-left:1px solid black;	
}
td.button a
{
	display:block; /* makes entire td into hyperlink */
	text-decoration:none;
	font-weight:bold;
}
td.button a:hover
{
	background-color:#C52A2C;
	color:white;
}
col.sidebar
{
	width:175px;
}
td.sidebar
{
	vertical-align:top;
	padding:10px;
	padding-top:20px;
	background-color:#DFDFDF;
}
td.sidebar a
{
	font-weight:bold;
	text-decoration:none;
}
td.sidebar a:hover
{
	text-decoration:underline;
}
col.content
{
}
td.content
{
	vertical-align:top;
	padding:15px;
	padding-top:20px;
}
td.footer
{
	text-align:center;
	font-size:12px;
	color:#666;
}