body {
	margin:0px;
	background:#E7E3B2;

}

/*------------------------------------------------------------------------------------------------------------------*/

td {
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	}


.blackTitle {
	font-family: Century Gothic, Arial, Verdana, Tahoma;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}


/*------------------------------------------------------------------------------------------------------------------*/
a:link {
	font-family:Century Gothic, Verdana, Tahoma, Arial;
	font-size:12px;
	color:#DCD574;
	font-weight: bold;
	text-decoration:underline;
}

a:active {
	font-family:Century Gothic, Verdana, Tahoma, Arial;
	font-size:12px;
	color:#DCD574;
	font-weight: bold;
	text-decoration:underline;
}

a:visited {
	font-family:Century Gothic, Verdana, Tahoma, Arial;
	font-size:12px;
	color:#DCD574;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	font-family:Century Gothic, Verdana, Tahoma, Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.menu:link {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:10px;
	color:#A37C53;
	font-weight: bold;
	text-decoration:none;
}

a.menu:active {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:10px;
	color:#A37C53;
	font-weight: bold;
	text-decoration:none;
}

a.menu:visited {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:10px;
	color:#A37C53;
	font-weight: bold;
	text-decoration:none;
}

a.menu:hover {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:10px;
	color:#A37C53;
	font-weight: bold;
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.more:link {
	font-family:Century Gothic, Arial, Tahoma,Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.more:active {
	font-family:Century Gothic, Arial, Tahoma,Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.more:visited {
	font-family:Century Gothic, Arial, Tahoma,Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.more:hover {
	font-family:Century Gothic, Arial, Tahoma,Verdana;
	font-size:12px;
	color:#86623B;
	font-weight:bold;
	text-decoration:none;
}


/*------------------------------------------------------------------------------------------------------------------*/

.Head {
	font-family: Times New Roman, Georgia, Times, serif;
	font-size:24px;
	color:#FFFBC1;
	font-weight: normal;
	text-decoration:none;
	line-height:30px;
}

.whiteTitle {
	font-family:Century Gothic, Arial, Verdana;
	font-size:22px;
	color:#FFFFFF;
	font-weight: normal;
}

.subTitle {
	font-family:Century Gothic, Arial, Verdana;
	font-size:15px;
	color:#DCD574;
	font-weight: bold;
}


/*------------------------------------------------------------------------------------------------------------------*/



.footerText {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	font-weight:normal; 
	color:#444444;
	line-height:14px;
	}


/*------------------------------------------------------------------------------------------------------------------*/
.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.keyscrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#50441D;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#50441D;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#50441D;
	scrollbar-track-color:#50441D;	
}
