body {
	margin: 0px;
	background-image:url(../images/pagebg.jpg);
	background-color:#014657;
	background-repeat:repeat-x;
}

/*------------------------------------------------------------------------------------------------------------------*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3B3B3B;
	line-height:19px;
	font-weight:normal;
}

.tdInner {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#BF0000;
	line-height:19px;
	font-weight:bold;
}

/*------------------------------------------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#014657;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.more:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#624200;
	font-weight:bold;
	text-decoration:underline;
}

a.more:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#624200;
	font-weight:bold;
	text-decoration:underline;
}

a.more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#624200;
	font-weight:bold;
	text-decoration:underline;
}

a.more:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

a.footerlink:hover {
	color:#C8C6C6;
}
/*------------------------------------------------------------------------------------------------------------------*/

.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	line-height:22px;
	
}

.Title { 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#014657;
	line-height:25px;
	
}

.Title2 { 
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#76B932;
	line-height:18px;
	
}

.grayText { 
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393939;
	line-height:18px;
	font-weight:bold;
	
}


/*------------------------------------------------------------------------------------------------------------------*/

input
{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#4E4E4E;
	border:1px solid #D1D1D1;
	background:#FFFFFF/*Alpha(Opacity=0, Style=0)*/;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

input.noborder
{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	border:0px;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

textarea
{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#4E4E4E;
	border:1px solid #D1D1D1;
	background:#FFFFFF /*Alpha(Opacity=0, Style=0)*/;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

select
{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#4E4E4E;
	border:1px solid #D1D1D1;
	background:#FFFFFF;/*Alpha(Opacity=0, Style=0);*/
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

input.btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:25px;
	text-align:center;
	color:#FFFFFF;
	background:#538D18;
	border:1px; 
	cursor:hand;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

hr
{
	height:1px;
	color:#EEEEEE;
}