﻿
div
{
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/bga01.jpg');
	background-repeat: repeat-y;
	width: 1003px;
	font-size: 12px;
}
h1, h4
{
	text-align:center;
}
p
{
	margin-left:1em;
	margin-right:1em;
}

a:link, a:visited
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
div table
{
    font-size: 12px;
	margin: 0 auto 1em auto;
	border: 1px solid #800000;
	vertical-align: top;
	width:98%;
}
div table tr td
{
	padding:3px;
	width:110px;
	vertical-align:top;
	text-align:left;
}
div table tr td a
{
	display:block;
}

div table tr td a:hover
{
	background-color: #800000;
}

.em4
{
  height:4em !important;	
}

