/* CSS Document */

table.bluetable
{
margin:auto;
margin-bottom:30px;
}
.bluetable th
 {
		 background-color: #999966;
		 color: #ffffff;
		 padding: 3px;
		 font-family: Georgia, "Times New Roman", Times, serif;
		 font-weight: bold;
		 text-transform: uppercase;
 }
 
.bluetable td
 {
		 background-color: #e1e2cb;
		 padding-bottom:10px;
		 vertical-align:top;
			width:280px;
 }
