body {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	background:
	background-attachment: fixed;
	background-color: #666666;
}

a:link { text-decoration: none; font-size: 15px; color: #000000;}
a:visited { text-decoration: none; font-size: 15px; color: #000000;}
a:active { text-decoration: none; font-size: 15px; color: #000000;}
a:hover { text-decoration: underline; font-size: 15px;}

p { font-family: Arial;}

p.omjockey { color: #000000;}

h1 { font-family: arial; font-size: 20px; font-weight: bold;}
h2 { font-family: arial; font-size: 16px; font-weight: bold}
h3 { font-family: arial; font-size: 14px; font-weight: bold;}

td { vertical-align: center; text-align: center;}

div.container 
{
	width: 800px;
	height: 600px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-style: solid;
}

div.header 
{
	height: 80px;
	width: 798px
	border: none;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px; 
	border-style: solid;
	background-color: #CCCCCC;
}

div.content 
{
	float: left;
	padding: 10px;
	height: 480px;
	width: 798px;
	overflow: auto;
	border: none;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
}

div.menu 
{
	float: left; 
	height: 20px; 
	width: 798px;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	background-color: #CCCCCC;
}

div.info
{
	padding: 5px; 
	float: left;
	width: 450px;
	text-align: justify;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
}

div.add
{
	padding: 5px;
	width: 300;
	float: right; 
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: dashed;
}

div.foot {
	background-color: #CCCCCC;
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
 	width: 798px;
	height: 20px;
	border: none;
}