﻿/* CSS Document */

td
{
font-family:trebuchet ms;
font-size: 11px;
color:#404040;


}
a:link {
	color: #2D4746;	font-weight: bold;text-decoration: none;
}
a:visited {
	COLOR: #2D4746; font-weight: bold;text-decoration : none
}
a:active {
	COLOR: #2D4746; text-decoration: none
}
a:hover {
	COLOR: #2D4746;	font-weight: bold; text-decoration:underline
}

.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;

}
.page_heading {
	font-family: "Keble Condensed";
	font-size: 18px;
	color: 2d4746;
	text-transform: uppercase;
}
.caption
{
	font-family: "trebuchet MS";
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.topnav
{
	font-family: tahoma;
	color: #F6F7F7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.topnav:hover
{
	font-family:tahoma;
	color:#2D4746;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;

}
.content {
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	line-height: 18px;
}
.button
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.button:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.top:hover
{
	font-family:tahoma;
	color:#FFE300;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.cell_dark_green {
	background-color: #2D4746;
}
.mainmenu {
	font-weight: bold;
	color: #F6F7F7;
	font-size: 12px;
	font-family: Tahoma;
}
.gray_heading {
	font-family: "trebuchet MS";
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #58656F;
}
