a
{
	color: #336600;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
a:active
{
	color: #333333;
	text-decoration: none;
}

Body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H1
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.button
{
	background-color: white;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	color: #000000;
	cursor: hand;
	font-family: verdana,tahoma,sans-serif;
	font-size: 7pt;
}

.button2
{
	background-color: #456F98;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	color: #fff;
	cursor: hand;
	margin-top: 5px;
	line-height: 20px;
	height: 23px;
	font-size: 9pt;
}

.MenuLink
{
	color: #FFFFFF;
	text-decoration: none;
}

a.MenuLink:hover
{
	color: #F8D201;
	text-decoration: none;
}
a.MenuLink:link
{
	text-decoration: none;
}
a.MenuLink:active
{
	color: #F8D201;
	text-decoration: none;
}

body, table, td {
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}
#breadCrumb {
	float: left;
	text-align: left;
}
#breadCrumbWrapper {
	padding: 2px 0px 0px 2px;
}
