﻿html
{
	text-align: center;
}

body
{
	width: 780px; /* 1000px*/
	margin: 0 auto 0 auto;
	background: #F9F9F7 url(  '../media/image/background.gif' ) repeat-x;
	color: #0E1A42;
	line-height: 18px;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: left;
}

form
{
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
}

a
{
	text-decoration: none;
	color:#343D68;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 20px;
	line-height:22px;
}

h2
{
	font-size: 18px;
}

img
{
	border:0;
}

#content
{
	width: 550px;
	float: left;
	margin-top: 20px;
}

#rightcolumn
{
	float: right;
	width: 170px;
}

#rightcolumn div
{
	border-top: solid 1px #ccc;
}

#footer
{
	float:left;
	text-align: center;
	line-height: 66px;
	background-image: url('../media/image/footer-background.gif');
	clear:both;
	margin-top:30px;
	width:740px;
}

.footer
{
	line-height:30px;
	background-image: url('../media/image/footer-background.gif');
	padding-right:15px;
}

.anchor
{
	text-decoration:none;
}

.anchor:hover
{
	text-decoration:none;
}

.common th
{
	white-space:nowrap;
}

.common td
{
	vertical-align:top;
}

.noeffect, .noeffect:hover, .noeffect:link, .noeffect:visited
{
	text-decoration:none;
	color: #0E1A42;
}

#whettstone
{
	color:#000;
	text-decoration:none;
	font-size:11px;
}

#whettstone:hover
{
	text-decoration:underline;
}