body		{ 	
		text-align: 		center;
		background-color: 	#003399;
		}

h1,a,body, input, textarea
		{
		font-family: 		verdana;
		}

a		{
		color:			black;
		text-decoration:	none;
		}

h1		{
		font-size:	17px;
		}

h2		{
		font-size:	13px;
		margin-bottom:4px;
		}

p		{
		margin-left:	10px;
		}

img		{
		margin-left:	20px;
		margin-right:	20px;
		}

table, td, body, input, textarea
		{
		font-size:	10px;
		}

table,td	{
		border: 0px;
		}

.maintable	{
		width:	700px;
		}

.menytable_td	{
		padding:		5px;
		padding-left:		7px;
		padding-right:		7px;
		color:			white;
		background-color:	black;
		font-weight:		bold;
		}
		
.toptd, .maintd, .bottomtd	{
				background-color:white;
				}

.toptd		{
		vertical-align:top;
		height:200px;
		}

.maintd		{
		padding:25px;
		}

.bottomtd	{
		height:40px;
		}