body, table
{
	font-family: arial;
	font-size: 11px;
	color: #666666;
	border-collapse: collapse;
}
h1
{
	font-size: 20px;
	font-weight: normal;
}
h2
{
	font-size: 16px;
}
.menu td
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.menu a
{
	font-weight: bold;
	font-size: 15px;
	color: white;
	text-decoration: none;

}
.menu a:hover
{
	color: #CCCCCC;
}
.footer a
{
	font-weight: bold;
	font-size: 15px;
	color: white;
	text-decoration: none;

}
.footer a:hover
{
	color: #CCCCCC;
}
.footertext
{
	font-size: 12px;
	color: white;
	font-weight: bold;
}
.sub_menu td
{
	border-bottom: 1px dashed #999999;
}
.sub_menu a
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.sub_menu a:hover
{
	color: #333333;
}

.edge_left
{
	background-image:url('images/edge_l.jpg');
}
.edge_right
{
	background-image:url('images/edge_r.jpg');
}