body {
		background: #FFFFFF;
}

table.navbar {
		border-collapse: collapse;
}

table.navbar td {
		border: 0px solid #000000;
}

table.navbar td a{
		display: block;
		padding: 2px;
		text-decoration: none;
}

table.navbar td a:link, table.navbar td a:visited {
		text-align: center;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
   		background-color: #000000;
}

table.navbar td a:hover, table.navbar td a:active {
		text-align: center;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #FF3333;
}

a:hover	{
	color: #339900;
	text-decoration: none;
}


.menu	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
}

.text {
	color: #FFFFFF;
}

h1 	{
		font-size: 22px;
}

h2 	{
		font-size: 18px;
		font-weight:bold;
}

h3 	{
		font-size: 14px;
		font-weight:bold;
}

h4 	{
		font-size: 12px;
		font-weight:bold;
}

td.header	{
		border-left: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
}

td.content	{
		padding: 20px;
		text-align:left;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
}

td.callout	{
		padding: 10px;
		text-align: center;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
}

td.phoenix	{
		padding: 10px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;		
		text-align: center;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
}

td.homepix	{
		background:#FFFFFF;
		border-left: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;		
}

td.tagline	{
		text-align: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
}

td.homespacer	{
		padding: 20px;

}

td.copyright	{
		padding: 5px;
		text-align:center;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
}


