a:active	{ color: #990000; }
a:hover		{ color: #990000; }
a:link		{ color: #990000; }
a:visited 	{ color: #000000; }


body
	{
		background: #003663 url(images/bg_top.gif) repeat-x; 
		margin: 0px; 
	}


.copy
	{
		color: 			#464242;
		font-family: 	georgia, times;
		font-size: 		13px;
		line-height: 	19px;
		text-align:		left;
		padding:		0px 15px 25px 15px;
	}


.subhead
	{
		font-weight: 	bold;
		font-family: 	georgia, times;
		font-size: 		15px;
		line-height: 	19px;
		text-align:		left;
		padding:		0px 0px 15px 0px;
	}


.caption
	{
		background-color: 	#000;
		color: 				#fff;
		font-family: 		arial,helvetica;
		font-size: 			11px;
		line-height: 		14px;
		text-align:			left;
		padding:			0px 15px 15px 15px;
		width:				400px;
	}


.copyright
	{
		color: 			#fff;
		font-family: 	arial,helvetica;
		font-size: 		11px;
		line-height: 	15px;
	}



.copyright a:active 	{ color: #99b5c8; text-decoration: none; }
.copyright a:hover 		{ color: #fff; font-weight: bold; text-decoration: none; }
.copyright a:link 		{ color: #99b5c8; text-decoration: none; }
.copyright a:visited 	{ color: #99b5c8; text-decoration: none; }

