/* CSS Document */
.header
{
	font-size:14px; 
	color:#FFFFFF; 
	font-family: Verdana; 
	font-weight:bold;
}

.headerBack
{
	background-color: #3E2811;
}
.lightBrownBack
{
	background-color: #765432;
}
.lightBrownBack1
{
	background-color: #94693F;
}
.leftMenuBold
{
	font-size:12px; 
	color: #FFBB55; 
	font-family: Verdana; 
	font-weight:bold;
}

.leftMenuNor
{
	font-size:12px; 
	color:#FFFFFF; 
	font-family: Verdana; 
	font-weight:normal;
}
.leftMenuNor A
{
	font-size:12px; 
	color:#FFFFFF; 
	font-family: Verdana; 
	font-weight:normal;
	text-decoration: none;
}

.leftMenuNor A:hover
{
	font-size:12px; 
	color:#FFFFFF; 
	font-family: Verdana; 
	font-weight:normal;
	text-decoration: underline;
}

.tableBorder
{
	border-color: #765432;
	border-style: solid;
	border-width: 1px;
}

.tableHeadMain
{
	font-size:16px; 
	color: #ffffff; 
	font-family: Verdana; 
	font-weight:normal;
	background-color: #765432;
}

.tableHeadMainL
{
	font-size:16px; 
	color: #ffffff; 
	font-family: Verdana; 
	font-weight:normal;
	background-color: #94693F;
}

.tableSubHead
{
	font-size:16px; 
	color: #ffffff; 
	font-family: Verdana; 
	font-weight:normal;
	background-color: ;
}

.tdText
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: normal;
}

.tdTextBold
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: bold;
}

input
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: normal;
}

select
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: normal;
}

.errMsg
{
	font-size:11px; 
	color: red; 
	font-family: Verdana; 
	font-weight: bold;
}

.errMsgB
{
	font-size:12px; 
	color: red; 
	font-family: Verdana; 
	font-weight: bold;
}

.searchBack
{
	background-color: #D9BEA4;
}

.searchLinkL
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #94693F;
}

.searchLinkD
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #765432;
}

.trEven
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: normal;
	background-color: #F4EEE8;
}

.trEven A
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: bold;
	background-color: #F4EEE8;
	text-decoration: underline;
}

.trEven A:hover
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: bold;
	background-color: #F4EEE8;
	text-decoration: none;
}

.trOdd
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: normal;
	background-color: #ffffff;
}

.trOdd A
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: bold;
	background-color: #ffffff;
	text-decoration: underline;
}
.trOdd A:hover
{
	font-size:11px; 
	color: #000000; 
	font-family: Verdana; 
	font-weight: bold;
	background-color: #ffffff;
	text-decoration: none;
}

.addLink
{
	font-size:12px; 
	color: #765432; 
	font-family: Verdana; 
	font-weight: bold;
}

.delLink
{
	font-size:11px; 
	color: #765432; 
	font-family: Verdana; 
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}

.delLink:hover
{
	font-size:11px; 
	color: #765432; 
	font-family: Verdana; 
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

.whiteLink
{
	font-size:12px; 
	color: #ffffff; 
	font-family: Verdana; 
	font-weight:bold;
	text-decoration: none;
}
.whiteLink A:hover
{
	font-size:12px; 
	color: #ffffff; 
	font-family: Verdana; 
	font-weight:bold;
	text-decoration: underline;
}
.smallfont
{
	font-size:10px; 
	color: #999999; 
	font-family: Verdana; 
	font-weight:normal;
	text-decoration: none;
}
.Box1 
{
	 color : #94693F;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight:bold;
	 background-color:#ffffff;
}

.Box2 
{
	 color : #ffffff;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight:bold;
	 background-color:#94693F;
}