html {
	margin:0;
	padding: 0;
	width:100%;
	height:100%;
}
body {
	margin: 0px;
  margin-left: auto;
  margin-right: auto;
	background-color: white;
	background-image: url(/images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	height:100%;
}
#frame { height: 100%; }
.content
{
margin: 0;
margin-left: auto;
margin-right: auto;
	padding: 0px;
	padding-left: 16px;
	padding-right: 24px;
width: 540px;
height: 100%;

	background-color: #e3e4e5;
	background-image: url(/images/box.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	
	color: #ececcc;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	text-align: justify;
}
.content p
{
	font-size: 16pt;
}
.menu
{
margin: 0; padding: 0;
height: 20px;
color: white;
font-family: "Arial Bold","Arial";
font-size: 11pt;
font-weight: bold;
text-align: left;
}
.menu a:link { color: white; }
.menu a:visited { color: #c0c0c0; }
.menu a:hover { color: white; }
.menu a:active { color: white; }
.title
{
margin: 0; padding: 0;
height: 50px;
}
.subtitle
{
margin: 0; padding: 0;
height: 60px;
font-size: 20pt;
font-family: Verdana;
font-weight: normal;
color: white;
text-align: center;
vertical-align: bottom;
}
.footer {
	background-color: #e3e4e5;
font-size: 9pt;
font-family: monospace;
font-weight: normal;
color: silver;
text-align: center;
vertical-align: bottom;
}
h2 { font-size: 12pt; }
b { color: white; font-weight: bold; }
.sidebar { font-size: 12pt; color: #f0f0a0; font-family: "Times New Roman",serif; }
