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

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

td {
	font-family: Arial, Verdana, Tahoma;
	font-size:13px;
	color:#373735;
	line-height:20px;
	}

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

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

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

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

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

a.more:link {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#373735;
	line-height:25px;
	text-decoration:none;
}

a.more:active {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#373735;
	line-height:25px;
	text-decoration:none;
}

a.more:visited {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#373735;
	line-height:25px;
	text-decoration:none;
}

a.more:hover {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#572736;
	line-height:25px;
	text-decoration:underline;
}


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

.H1 {
	font-family:Century Gothic, Arial, Verdana;
	font-size:22px;
	color:#3C0C1B;
	font-weight: normal;
	line-height:30px;

}

.brownTitle {
	font-family:Century Gothic, Arial, Verdana;
	font-size:16px;
	color:#63501B;
	font-weight: normal;
}

.brownTxt {
	font-family:Century Gothic, Arial, Verdana;
	font-size:12px;
	color:#63501B;
	font-weight: normal;
}


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



.footerText {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#373735;
	line-height:25px;
	}


/*------------------------------------------------------------------------------------------------------------------*/
.smalltxt {
	font-family:Arial, Tahoma, Verdana;
	font-size:7.5pt;
	text-align:right;
	font-weight:normal; 
	color:#362418;
	line-height:14px;
}
/*------------------------------------------------------------------------------------------------------------------*/

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

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

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

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

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

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

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

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

input.btn
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;	
	background:#87611C;
	border:1px solid #4C3100;
	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

.imgBorder
{
	border-color: #C0C0C0;
	
}

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

.small
{
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
}

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


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


ol, li
{
	list-style-image:url("../images/arrw.gif");
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#B7B199;
	scrollbar-3dlight-color:#CACACA;
	scrollbar-highlight-color:#CACACA;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#CACACA;
	scrollbar-darkshadow-color:#CACACA;
	scrollbar-track-color:#F3F3F3;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/
div.keyscrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-highlight-color:#1E1B17;
	scrollbar-face-color:#1E1B17;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-track-color:#1E1B17;	
}