body {
		background : #000000;
		margin : 0px;
}

p	{
	text-align:left;
}

.navbar img, .navbar a 
{
	display: block;
}

td.navbar
{
	background-color : #000000;
}

/* Link colors and psuedo classes */

a:link {
	color:#000080;
	text-decoration:underline;
}

a:active {
	color:#0000ff;
	text-decoration:underline;
}

a:visited {
	color:#800080;
	text-decoration:underline;
}

a:hover {
	color:#0000FF;
	text-decoration:none;
}

/* Headers */

h2 {
	margin-top:0px;
	margin-bottom:0px;
}

.footer {
	text-align: center; 
	font-size: 14px; 
	font-weight: bold;
}

.testimonial {
	font-style: italic; 
	padding:5px;  
	background-color:#ffffff; 
	border: thin #ffffff;
	text-align:left;
}

h4.capesail
{
	margin-bottom:0px; 
	margin-top:0px;
	text-align: center; 
	font-size: 14px; 
	font-weight: bold;
}

a.link
{
	margin-bottom:10px; 
	font-size: 14px; 
	font-weight: bold;
}

.c4link
{
	color : #ff0000;
	background-color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding : 6px;
	font-size : 10pt;
	text-align : center;
}

.c4link A
{
	text-decoration : none;
	background-color : #000000;
	color : #3377BB;	
}
.c4link A:visited
{
	text-decoration : none;
	background-color : #000000;
	color : #ff0000;
}
.c4link A:hover
{
	text-decoration : underline;
	background-color : #000000;
	color : #ffff00;
}
