td
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px
}

input, select, textarea
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px
}

a
{
	color: #333366;
}

h1
{
	font-size: 17px
}

h2
{
	font-size: 15px
}

.txt_small
{
	font-size: 11px
}

.txt_smaller
{
	font-size: 10px;
	color: #999999;
	text-decoration: none
}

.txt_subheading
{
	font-size: 15px;
	font-weight: 700
}

.lnk_menu
{
	font-size: 11px;
	text-decoration: none
}

.lnk_menu:hover
{
	text-decoration: underline;
}

.td_softblue, .tr_softblue
{
	background-color: #D6D6E0
}

.td_navy, .tr_navy
{
	background-color: #333366
}

.td_green, .tr_green
{
	background-color: #006633
}

.lnk_special
{
	text-decoration: none
}
#footer {
	font-size: 10px;
	height: auto;
	background-color: #333366;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
#footer p{
	background-color: #333366;
	margin: 4px 10px 4px 0;
	padding: 0;
	text-align: right;
	color: #ffffff;
}
#footer a:link,
#footer a:visited,
#footer a:active {
    text-decoration: underline;
	color: #ffffff;	
}	
#footer a:hover {
	color: #D6D6E0;
	text-decoration: none;
}