html, htm, body
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
vertical-align:top;
margin:0px;

}


TABLE, TD
{
border:5;
vertical-align:top;
}

#banner_middle
{
	height:100px;
	background-image:url(../Img/banner_bg_middle.jpg);
	background-repeat:repeat-x;
	border-left-style: solid;
	border-top-width: thin;
}



#content
{
width:100%;
height:450px;
padding:0px 0px 5px 0px;
background-color:#FFFFFF;
}

a:link
{
	color:#0066FF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	list-style-type: none;
	font-size: x-small;
}
a:visited
{
	text-decoration:none;
	color: #0066FF;
}
a:hover
{
	color:#0066FF;
	cursor: auto;
	text-decoration: underline;
	font-size: small;
	font-weight: lighter;
	font-style: normal;
	word-spacing: normal;
}

