/* CSS Document */
body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.maintablebg
{
	background-image:url(../images/bgborder.jpg);
	background-repeat:repeat-y;
}
.grey
{
	background-color: #666666;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	
}

.lightorange
{
	background-color:#FFCE93;
}

.header
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424242;
	font-weight:bold;
	
}

.bottomnav
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747474;
	font-weight:NORMAL;
	
}
a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover {
	color: #424242;
	text-decoration: underline;
}
a:active {
	color: #424242;
	text-decoration: none;
}

p
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	text-align:justify;
	line-height:18px;
	padding-left:25px;
	padding-right:60px;
	}
ul
{
	padding-left:50px;
	line-height:18px;
	}

.label {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #E9E9E9;
	border: 1px solid #B6B6B6;
}
.border
{
border: #FFF8E8;
border-style:solid;
border-width:1px;
}
