body {
  	color: #000000;
 	background-color: #ffffff;
	text-decoration: none;
   	font-family: Helvetica,Verdana,sans-serif;
 	font-weight: normal;
	font-size: 12px;	
}

A {
  text-decoration: none;
}

a:link	{
	color: #6a5acd;

	}

a:visited {
	color: #ff6347;
	}

a:hover {
	 text-decoration: underline;
}



div.border {
		border: solid 1px #000000; 
}


div.footer {
	background: #ffffff;
 	color: #aaaaaa; 
	padding: 4px;
	text-align: center;
	font-size: 12px;
	font-family: fixed;
	border: solid 1px #000000; 
}


div.box {
	background: white;
	width: 100%;
}
table.box {
	border: none;
	padding: 1px;
}

table {
	font-size:12px;
	padding:0px;
}

div.boxheader {
	background-color: #e6e6e6;
	color: #396f8f;
	font-weight: bold;
	text-align: left;
	border: 1px #396f8f solid;
}


div.boxbody {
	color: #000000;
	background-color: #e6e6e6;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px #396f8f solid;
	border-top: none;

 }

