﻿body 
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #C9CDD1;
	text-align: center;
}

h1 
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

a:link, a:visited
{
	color: #0066FF;
	font-weight: bold;
}

a:hover, a:active
{
	color: #FF8901;
}

a.mail:link, a.mail:visited, a.mail:hover, a.mail:active
{
	color: #990000;
	font-weight: normal;
}

img, image
{
	border: 0px;
}

#outerbox 
{
	width: 660px;
	height: 400px;
	background-color: #FFFFFF;
	text-align: left;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 3px #666666;
	border-right: solid 3px #666666;
	margin-left: auto;
	margin-right: auto;
}

#textbox
{
	width: 600px;
	height: 120px;
	padding: 30px;
	text-align: left;	
}

#imagebox
{
	width: 600px;
	height: 140px;
	padding: 30px;
	text-align: center;
}

#footerbox
{
	width: 654px;
	height: 14px;
	padding: 3px;
	background-color: #FF8901;	
	text-align: center;
}

