html, body, #wrapper 
	{
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#wrapper 
	{
	margin: 0 auto;
	text-align: left;
	vertical-align: center;
	width: 760;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
	}

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	}

a:link
	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited
	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover
	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	}

.footer 
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif, tahoma;
	font-size: 9px;
	color: #00497B;
	}
	
a:link.footer
	{
	color: #00497B;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited.footer
	{
	color: #00497B;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover.footer
	{
	color: #00497B;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	}
	
.form {
	background-color: #FFFFFF;
	font-size: 10px;
	color:#000000;
	border: 1px solid #666666;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Tahoma, Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}