﻿/* CSS Document */
#main .table1
{
	margin: 10px 20px;
	background-color: #E5D9CC;
	padding: 10px 5px;
	position: relative;
	display: block;
}
#main .table1 p
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #4D331A;
	text-align: center;
}
#main .table1 h2
{
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #334D66;
	font-family: Georgia, "Times New Roman" , Times, serif;
	margin-left: 5px;
	font-size: 12px;
	position: relative;
	top: -16px;
	height: 15px;
	padding: 3px 6px 1px 6px;
}
.largetable
{
	float:none ;
	clear:both ;
	width: 658px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto ;
}
.topheadings th
{
	color: #4D331A;
	font-size: 14px;
	font-weight: bold;
	background-color: #E5D9CC;
	padding-bottom: 2px;
	text-align:left;
}
.topheadings tr
{
	background-color: #fff;
}
.topheadings .alt
{
	background-color: #F5EFEA;
}
.topheadings td
{
	border-top: 1px solid #4D331A;
	vertical-align: top;
	padding: 5px 2px;
	margin: 0px;
	text-indent: 0px;
	color: #1A2633;
	text-align: center;
}
.footer
{
	display:none;
}

.pager td
{
	border: 0px;
}

.topheadings a
{
	text-decoration:none;
}

.topheadings em
{
	font-style: normal;
	font-weight: bold;
}
#main .left, #main .left p
{
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
#main .resultnav
{
	font-size: 14px;
	font-weight: bold;
	color: #4D331A;
}
#main .resultnav a, #main .resultnav a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #1A2633;
	padding: 0px 2px;
}
#main .resultnav a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #1A2633;
	padding: 0px 2px;
	font-size: 13px;
	line-height: 12px;
}
#main a.leftarrow, #main a.leftarrow:visited
{
	background-image: url(images/buttonarrowleft.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding: 0px 30px 1px 10px;
}
#main a.rightarrow, #main a.rightarrow:visited
{
	background-image: url(images/buttonarrowright.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	padding: 0px 10px 1px 30px;
}
#main a.rightarrow:hover
{
	font-weight: normal;
	padding: 0px 10px 1px 30px;
	font-size: 12px;
}
#main a.leftarrow:hover
{
	font-weight: normal;
	padding: 0px 30px 1px 10px;
	font-size: 12px;
}
