/* CSS Document */

table.bluetable
{

margin-top:20px;
}
.bluetable th
 {
		 background-color: #394c81;
		 color: #ffffff;
		 padding: 3px;
		 font-family: Georgia, "Times New Roman", Times, serif;
		 font-weight: bold;
		 text-transform: uppercase;
 }
 
.bluetable td
 {
 	width:280px;
	background-color: #e1e2cb;
	padding:3px 0 3px 5px;
 	vertical-align:top;
 }
 