body {
	margin:10;
	padding:0;
	background-color: #cf130e;
}
body, p, div, td, tr, span {
	font:9pt Tahoma;
	color:#000;
}
form {
	padding:0; margin:0;
}
img { border-style:none; }
input {
	vertical-align:middle;
	font:9pt Tahoma;
	padding-left:3px;
	margin-left:6px;
}
select {
	font:9pt Tahoma;
	vertical-align:middle;
}
textarea {
	padding-left:3px;
	font: 9pt Tahoma;
}
a:link, a:active, a:visited {
	color:#d00;
	text-decoration:none;
}
a:hover {
	color:#d00;
	text-decoration:underline;
}

p.Heading {
	background-color:#e6e6e6;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	font: 22pt Impact;
	color: #e2362a;
	padding: 4px 10px 4px 16px;
	margin:0;
}
table.Logobar {
	width:798px;
	border-collapse:collapse;
	border: 1px solid #910400;
	border-bottom-style:none;
	margin-left:auto;
	margin-right:auto;
}
table.Logobar td.Header {
	background-image: url('images/logobar.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:transparent;
	height:123px;
}
table.Menubar {
	width:798px;
	border-collapse:collapse;
	border: 1px solid #910400;
	border-bottom-style:none;
	border-top-style:none;
	margin-left:auto;
	margin-right:auto;
}
table.Menubar td.MenubarLeft {
	background-image: url('images/menubar_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:transparent;
	width:25px; height:24px;
}
table.Menubar td.MenubarFill {
	background-image: url('images/menubar_fill.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:transparent;
	height:24px;
}
table.Menubar td.MenubarRight {
	background-image: url('images/menubar_right.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:transparent;
	width:25px; height:24px;
}
table.LogobarFooter {
	width:798px;
	border-collapse:collapse;
	border: 1px solid #910400;
	border-bottom-style:none;
	border-top-style:none;
	background-color:#e23529;
	margin-left:auto;
	margin-right:auto;
}
table.LogobarFooter td {
	font-size:1px;
	height:6px;
}
table.Content {
	width:798px;
	border-collapse:collapse;
	border: 1px solid #910400;
	border-top-style:none;
	margin-left:auto;
	margin-right:auto;
}
table.Content td.Header {
	background-color:#fff;
	padding: 16px 0px 0px 0px;
}
table.Content td.MainContent {
	background-image: url('images/watermark.gif');
	background-repeat: no-repeat;
	background-position: 50% 60%;
	background-color:#fff;
	height:500px;
	text-align:justify;
	padding:15px 50px 0px 50px;
	vertical-align:top;
}
table.Content td.ContentFooter {
	background-image: url('images/watermark_swirl.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color:#fff;
	height:123px;
}
table.Footer {
	width:798px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
table.Footer td {
	color:#f3c4c3;
	font-size:8pt;
	text-align:center;
	padding:6px; padding-top:4px;
}
table.MenubarInner {
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
table.MenubarInner td.MenubarDiv {
	background-image: url('images/menubar_div.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:2px; height:24px;
}
table.MenubarInner td.MenubarButton {
	background-image: url('images/menubar_button.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: transparent;
	height:24px;
	padding-left:8px;
	padding-right:8px;
}
table.MenubarInner td.MenubarButton a:link,
table.MenubarInner td.MenubarButton a:visited {
	font: 8pt Arial Black;
	color:#fff;
	text-decoration:none;
}
table.MenubarInner td.MenubarButton a:active {
	font: 8pt Arial Black;
	color:#fff29c;
	text-decoration:none;
	position:relative;
	top:1px; left:1px;
}
table.MenubarInner td.MenubarButton a:hover {
	font: 8pt Arial Black;
	color:#fff29c;
	text-decoration:none;
}
div.Photo {
	width:180px; height:160px;
	text-align:center;
	float:left;
	background-color:#eee;
	border:1px solid #ccc;
	font-weight:bold;
	margin-right:10px;
	margin-bottom:10px;
}
div.Photo img {
	margin:10px;
	border: 1px solid #aaa;
}
input.Submit {
	background-image: url('images/button_submit.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	border-style: none;
	width:77px; height:28px;
	margin:0; margin-left:80px;
	cursor:pointer;
}
input.Clear {
	background-image: url('images/button_clear.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	border-style: none;
	width:88px; height:28px;
	margin:0;
	cursor:pointer;
}
div.Notepad {
	margin-left:auto; margin-right:auto; 
	width:460px; height:540px;
	background-image:url('images/notepad.jpg'); 
	background-repeat:no-repeat; 
	background-position:top left; 
}