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

/*------------------------------------------------------------------------------------------------------------------*/
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:bold;
	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:bold;
	
}

.Title { 
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#AB1515;
	line-height:18px;
	
}
.Title2 { 
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#624200;
	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;
}