	body {
		margin: 0px;
		padding: 0px;
		background: #000000;
		color: #FFFFFF;
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
	}

	a {color: #FFFF00; text-decoration: none; font-weight: bold; }
	a:link {color: #FFFF00; }
	a:visited {color: #FFFF00; }
	a:active {color: #FFFF00; background-color : #3E00B3; }
	a:hover {color: #FFFFFF; background-color : #3E00B3; text-shadow : Black; }

	a.menu {
		color: #FFFF00;
		text-decoration: none;
		display: inline;
		width: 120px;
		height: 20px;
		background: #360099;
		line-height : 18px;
		position : fixed;
	}
	a.menu:link {color: #FFFF00; }
	a.menu:visited {color: #FFFF00; }
	a.menu:active {color: #FFFFFF; background-color : #2D0080; }
	a.menu:hover {color: #FFFFFF; background-color : #2D0080; }

	div#header {
		width: 700px;
		height: 120px;
		padding: 5px;
		background : #2D0080;
		border-bottom : 0px;
		border-left : 2px outset #3E00B3;
		border-right : 2px outset #2D0080;
		border-top : 0px;
	}
	div#header_menu {
		width: 700px;
		height: 20px;
		padding: 0px;
		background : #360099;
		border-bottom : 0px;
		border-left : 2px outset #3E00B3;
		border-right : 2px outset #2D0080;
		border-top : 0px;
		text-align : center;
		vertical-align : middle;
		font-weight: bold
	}
	div#content {
		width: 700px;
		padding: 20px;
		background : #3E00B3;
		border-bottom : 0px;
		border-left : 2px outset #3E00B3;
		border-right : 2px outset #2D0080;
		border-top : 0px;
	}
	div#footer {
		width: 700px;
		padding: 20px;
		background : #360099;
		border-bottom : 2px outset #2D0080;
		border-left : 2px outset #3E00B3;
		border-right : 2px outset #2D0080;
		border-top : 0px;
	}
	td {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
    table img {
	float: right;
	}

