/*General Rules**********************************************************************************************************/

body 
{
background-color: #63BDFF;
margin-top: 15px;
margin-bottom: 15px;
}

a{
	color: #3366FF;
}

a:hover {
	color: #000000;
}


.copyrightusc 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

.copyrightuscunderlined
{
	text-decoration: underline;
	color: #FFFF99;
}

div#recip a 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFF;
text-decoration: none;
}

div#recip a:hover
{
text-decoration: underline;
}

#container
{
width: 851px;
}

#whitepaperbg
{
background-image: url(images/paperbg.gif);
padding: 10px 0px 10px 0px;
}

#bottombreak
{
	background-image: url(images/bottombreak.gif);
	width: 851px;
	height: 32px; 
}

