/* ---------- Layout Style ----------*/

BODY
{     
	scrollbar-face-color:#DECCA6;
	scrollbar-shadow-color:#CFCED2;
	scrollbar-highlight-color:#F6F6F7;
	scrollbar-3dlight-color:#B3B3B3;
	scrollbar-darkshadow-color:#B76F37;
	scrollbar-track-color:#EEDFC0;
	scrollbar-arrow-color:#6E1F18;
	background-image: url(../images/bgbody.jpg);
	margin: 0px;
}

HR
{
	height: 1px;
	color: #D6D6D6;
}

.bgLight
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

.bgDark
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #CFCFCF;
}

.tableBorder
{
	border: #CFCFCF 1px solid;
}

/* ---------- Text Styles ----------*/

.txtNormal
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.txtMedium
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.txtSmall
{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.txtHeading
{
	font-family: 'Trebuchet MS', 'verdana';
	font-size: 14px;
	font-weight: bold;
	color: #6F1E1A;
}

.txtMainHeading
{
	font-family: 'Trebuchet MS', 'verdana';
	font-size: 18px;
	font-weight: bold;
	color: #6F1E1A;
}

.txtTab
{
	font-family: 'Trebuchet MS', 'verdana';
	font-size: 18px;
	font-weight: normal;
	color: #6F1E1A;
}


.txtCopyrights
{
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: normal;
	color: #A0895A;
}


/* ---------- Div Styles ----------*/

.divSkin
{
	-moz-opacity: 0; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	width: 100%;
	display: none;
}

.divWork
{
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	color: #A9A9A9;
	width: 100%;
	display: none;
	-moz-opacity: 0; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	background-color: #FFFFFF;
}

.divCode
{
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
	border:silver 1px dashed;
	max-width:540px;
	width:540px;
	overflow:auto;
	padding: 4px;
}

/* ---------- BackgroundColors Styles ----------*/


.bgBody
{
	background-color: #FFFFFF;
	background-image: url(../images/bgbody.jpg);
}

.bgWork
{
	background-color: #FFFFFF;
}

/* ---------- InputBoxs Styles ----------*/

.inputBoxStyle
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
	border:silver 1px solid;
}


/* ---------- Links Styles ----------*/

A
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #6F3C1B;
}

A:hover
{
	color: red;
}

A.menu
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #6F1E1A;
}

A:hover.menu
{
	color: #6F3C1B;
}

A.links
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #6F3C1B;
}

A:hover.links
{
	color: red;
}

A.linksBold
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #6F3C1B;
}

A:hover.linksBold
{
	color: red;
}


/* ---------- List Styles ----------*/

DT
{
	 padding: 4px;
}

DD
{
	text-align: justify;
	margin-left: 25px;
}




