.DefaultNavigationButtons
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-variant: small-caps;
	font-size: 100%;
	cursor: hand;
	padding:2px;
	padding-left:6px;
	text-align: left;
	color: #ffffff;
}
.defaultnavigationbuttons A:visited
{
	text-decoration:none;
    color: #ffffff;
}

.defaultnavigationbuttons A:hover
{
	font-weight:bold;
	font-variant: small-caps;
	font-size: 100%;
	cursor: hand;
}
.defaultnavigationbuttons A:link
{
	text-decoration:none;
	color: #ffffff;
}
.navigationbuttons
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-variant: small-caps;
	font-size: 100%;
	cursor: hand;
	padding:2px;
	padding-left:6px;
	text-align: left;
	color: #ffffff;
}
.navigationbuttons A:visited
{
	text-decoration:none;
    color: #ffffff;
}
.navigationbuttons A:hover
{
	color: #ffffff;
}

.navigationbuttons A:link
{
	text-decoration:none;
	color: #ffffff;
}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}