body
{
	font-family:tahoma;
	top:0px;
	margin-top:0px;
}

.shadow
{
	background-image:url('/../images/main/shadow.jpg');
	background-position:top center;
	background-repeat:repeat-y;
	width:692px;
}

.head
{
	background-image:url('/../images/main/headbg.jpg');
	background-color:#4D8BBA;
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:210px
}
.head a
{
	position: absolute;
	top:132px;
	left: inherit;
	width:435px;
	height:21px;
}
.head a h1
{
    display: none;
}
.body
{
	background-color:#ffffff;
	width:620px;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}

.footer
{
	background-image:url('/../images/main/footerbg.jpg');
	background-color:#4D8BBA;
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:50px;
}

A:LINK
{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}

A:visited
{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}

A:hover
{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:15px;
	font-weight:bold;
}

A:active
{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}

