/* CSS Document */

body

{

	margin: 0 0 0 0;
	background-color:#003366;
	text-align:center;
	
}




/* Body Content */


.content

{
	
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	text-align:left;
	text-decoration: none;
	color: #000;
	
}


/* Footer Content */

.footercontent

{
	
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	
}

/* Body Links */
a.contentlinks

{

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
		
}


a.contentlinks:hover

{

	color: #0066CC;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	
}


.client{
	
	text-align: left;
	height:119px;
	background:#fff;
	color:#5E5E5E;
	cursor:pointer;
	border:solid 1px;
	border-color:#CCCCCC;
}


