body
{
	margin:0;
	padding:0;
	background-color:#212121;
	font-family:verdana,tahoma,arial;
	font-size:11px;
	color:#626262;
	line-height:17px;
}

td
{
	font-family:verdana,tahoma,arial;
	font-size:11px;
	color:#626262;
	line-height:17px;
}

a
{
	color:#3E7EAE;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
a:hover
{
	color:#000;
	text-decoration:underline;
}

h1
{
	font-weight:normal;
	font-size:15px;
	color:#3E7EAE;
	margin:0;
}

form
{
	display:inline;
}

input
{
	border:solid 1px #cecece;
}

.Button
{
	background-color:#3373A4;
	font-family:verdana,tahoma,arial;
	font-size:9px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding:4px;
	border:solid 1px #3373A4;
}
/*************************
	Header Start
************************/

.TopNav
{
	background-image:url(../website_graphics/top_nav_bg.jpg);
	background-repeat:repeat-x;
}
.TopNav a
{
	font-size:9px;
	font-family:verdana,tahoma,arial;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}

.TopNav a:hover
{
	color:#5AA2D7;
	text-decoration:none;
}

/*************************
	Header End
************************/

/*************************
	Body Start
************************/
.WhiteBG
{
	background-image:url(../website_graphics/white_top_bg.jpg);
	background-repeat:repeat-x;
}

.Separator
{
	background-image:url(../website_graphics/separator.gif);
	background-repeat:repeat-y;
}

.PdLt25
{
	padding-left:25px;
}

.ImgBor
{
	border:dotted 2px #3E7EAE;
}


/*************************
	Body End
************************/

/*************************
	Footer Start
************************/
.Footer
{
	margin:auto;
	height:80px;
	background-image:url(../website_graphics/footer_nav_bg.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
}

.Footer td
{
	font-weight:normal;
	color:#5C5C5C;
	font-size:11px;
}

.Footer a
{
	font-weight:normal;
	color:#5C5C5C;
	font-size:11px;
	
}
.Footer a:hover
{
	color:#BABABA;
	text-decoration:none;
}


/*************************
	Footer End
************************/