a.menu
{
	font-family : Verdana;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
	padding : 10px;
	border-bottom-color : #D3D3D3;
	border-bottom-style : solid;
	border-bottom-width : 4px;
	color : #696969;
	margin-bottom : 10px;
	margin-top : 10px;
	margin-right : 5px;
	margin-left: 5px;
}
a.menu:hover
{
	border-bottom-color : #9999FF;
	color: #000000;
}
div.menubar
{
	width: 800px;
	height: 40px;
	border-color : #D3D3D3;
	border-style : solid;
	border-width : 1px;
	padding: 2px;
	margin-bottom: 4px;
}
div.caption
{
	width: 800px;
	height: 60px;
	padding: 2px;
	border-left : 1px solid #D3D3D3;
	border-right : 1px solid #D3D3D3;
	border-top : 1px solid #D3D3D3;
	font-family: Arial;
	font-size: 36pt;
	background-color : #F5F5F5;
}
div.wrap
{
	padding: 4px;
	margin: 4px;
	border : 1px solid #A9A9A9;
	width: 800px;
}
body
{
	margin: 12px;
}
div.textarea
{
	border-left : 1px solid #D3D3D3;
	border-right : 1px solid #D3D3D3;
	border-top : 1px solid #D3D3D3;
	padding: 4px;
	width: 796px;
	font-family: Verdana;
}
div.copyright
{
	border: 1px solid #D3D3D3;
	padding: 4px;
	width: 796px;
	font-family: Arial;
	font-size: 12pt;
	background-color : #F5F5F5;
	font-weight: bold;
}