
	body {
		margin: 0px;
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	tr, td{
		font-size: 12px;
	}

	tr.content {
		background-color: #183B97;
		background-image: url(images/mainBgTile.gif);
		background-repeat: repeat-x;
	}
	
	td.content {
		padding: 10 10 25 10;
	}
	
	.footer {
		color: #010C2A;
		font-size: 10px;
	}
	
	h1 {
		color: #000768;
		font-size: 20px;
		font-weight: bold;		
	}
	h2 {
		color: #000768;
		font-size: 16px;
		font-weight: bold;		
	}
	h3 {
		color: #000768;
		font-size: 14px;
		font-weight: bold;		
	}
	h3 {
		color: #000768;
		font-size: 12px;
		font-weight: bold;		
	}
	
	a {
		color: #000768;
	}
	a:hover {
		color: #FC0707;
		text-decoration: none;
	}
	
	a.nav {
		color: #000768;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	}
	a.nav:hover {
		color: #FC0707;
		text-decoration: none;
	}
	
	.blue {
		color: #000768;
	}
	.red {
		color: #FC0707;
	}
	.yellow {
		color: #FEC900;
	}