﻿@charset "utf-8";
/* CSS Document */

.bigger {
	text-align: right;
	font-size: large;
	font-style: italic;  }
	
.yellow {
	color: #FF0;  }
	
.white  {
	color: #FFF;  }

body {
    background-color:#00209F;
	margin-top: 17px;  }

.content  {
	width:996px;
	margin:auto;
	text-align:left;  }

#myDiv {
width:486px;
height:600px;
padding:0px;
float:left;
    /* Do rounding (native in Firefox and Safari) */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;    }

.contentright {
width:504px;
height:600px;
text-align:center;
margin-left:0px;
padding-left:0px;
padding-top:0px;
float:left;  }

body,td,th {
	color: #FFF;  }

