@charset "utf-8";
/* CSS Document */
body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color:#E5F8FF;
	background-repeat:repeat;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

body,td,th 
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.bg-darkbrown
{
	background-color:#B63E1E;
}

.bg-mainblue
{
	background-color:#00658E;
}

.bg-white
{
	background-color:#FFFFFF;
}

p 
{ 
	margin-top: 0; 
}

h1 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
}

h2 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

h3 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

h4 
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;

}

h5 
{
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

h6 
{
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.txt-blue
{
	color:#00658e;
	margin:0px;
	padding:0px;
}
.tablelink
{
	background-color:#00658e;
	color:#FFFFFF;
	cursor:hand;
	text-decoration:none;
}
.tablelink:hover
{
	background-color:#00709F;
	color:#FFFFFF;
	cursor:hand;
	text-decoration:none;
}
.txt-white
{
	color:#FFFFFF;
	text-decoration:none;
}
.txt-whitelink
{
	color:#FFFFFF;
	text-decoration:none;
}
.txt-whitelink:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.HeadingRed
{
	color:#b63e1e;
}
.BlueLink
{
	color:#00658e;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
.BlueLink:hover
{
	color:#b63e1e;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
.differentInput
{
	border:#d3d3d3 1px solid;
	
	padding-left:3px;
	height:17px;
	text-align:left;
	vertical-align:middle;
	color:#666666;
	font-size:12px;
}

.differentInput:hover
{
	border:#d3d3d3 1px solid;
	background-color:#f6f6f6;
	padding-left:3px;
	height:17px;
	text-align:left;
	color:#666666;
	font-size:12px;
}
.padBor
{
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #CCCCCC;
}