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

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

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7B7B7B;
	line-height:18px;
}
/*------------------------------------------------------------------------------------------------------------------*/
.tdInner {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7B7B7B;
	line-height:16px;
}

/*------------------------------------------------------------------------------------------------------------------*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	text-decoration:underline;
}

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

a.more:link {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#332323;
	font-weight: normal;
	text-decoration:underline;
	line-height:17px;
}

a.more:active {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#332323;
	font-weight: normal;
	text-decoration:underline;
	line-height:17px;
}

a.more:visited {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#332323;
	font-weight: normal;
	text-decoration:underline;
	line-height:17px;
}

a.more:hover {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#332323;
	font-weight: normal;
	text-decoration:none;
	line-height:17px;
}
/*------------------------------------------------------------------------------------------------------------------*/

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#4A3A3A;
	line-height:20px;
	text-decoration:none;
}

a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#4A3A3A;
	line-height:20px;
	text-decoration:none;
}

a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#4A3A3A;
	line-height:20px;
	text-decoration:none;
}

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

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

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold; 
	color:#B6B6B6;
	line-height:30px;
}

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

.redTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold; 
	color:#FF0000;
	line-height:30px;
}

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

.WhiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold; 
	color:#FFFFFF;
}

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

.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#4A3A3A;
	line-height:20px;
}

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

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: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#3B3B3B;
	border:1px outset #4A4A49;
	
}

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

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;
	height:25px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	color:#FFFFFF;
	background:#3B3B3B;
	border:1px outset #4A4A49;
	cursor:hand;
}

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

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

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

.imgBorder
{
	border-color: #95A2AF;
	
}

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


ul, li
{
	list-style-image:url("../images/greenarrow.gif");
	margin-left:10px;
	margin-bottom:0px;	
}

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

div.scrollable {
	overflow:auto;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/
div.keyscrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-face-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#FFFFFF;	
}
