body {
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#2B6E9C;
}

/*------------------------------------------------------------------------------------------------------------------*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#232323;
	line-height:19px;
}

.tdInner {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#323232;
	line-height:18px;
}
/*------------------------------------------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#AB1515;
	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;
	
}

.Title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#144464;
	line-height:18px;
	
}
.Title2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#499FD9;
	line-height:18px;
}
.Title3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#144464;
	line-height:18px;
}

.Title4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#144464;
	line-height:18px;
}

/*------------------------------------------------------------------------------------------------------------------*/

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;
	background:#F6F6F6;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

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;
	text-align:center;
	color:#FFFFFF;
	background:#AB1515;
	border:1px; 
	cursor:hand;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

hr
{
	height:1px;
	color:#EEEEEE;
}

.img {
	border:1px solid #D7D7D5;
	padding:5px;

}
