BODY {
	background-color : White;
	margin-top : 0px;
}

P.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: Black;
	font-weight : bold;
}


td{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

H4 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
}

P.homepage {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight: 700;
}

P {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
}


a.dev:link, a.dev:visited, a.dev:active
{
	color: Black;
	text-decoration : none;
}

a.dev:hover
{
	color: Black;
	background-color : Silver;
	text-decoration : none;
}



a.nav:link, a.nav:visited, a.nav:active
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a.nav:hover
{
	font-size: 12px;
	font-weight: bold;
	color: Red;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a.contact_link:link, a.contact_link:visited, a.contact_link:active
{
	font-size: 12px;
	font-weight: normal;
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a.contact_link:hover
{
	font-size: 12px;
	font-weight: normal;
	color: Red;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}


.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00FF00;
	font-weight : bold;
}


a:link, a:active, a:visited {
	color: Black;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

a:hover {
	color: Red;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

