.colors
{ burg: #5B2A01;
  dpeach: #DFC19E;
  olive: #949c4f;
  lpeach: #ffe6c8;
  lolive: #d8dbb7;
}

body
{
	background-color: #DFC19E;
	margin: 0px, 0px, 0px, 0px;	
}
p
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
td
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
a
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffe6c8;
	font-weight: bold;
}
H1
{
	font-family: Verdana, Arial ;
	font-weight: bold;
	font-size: 14pt;
	color: #ffe6c8;
}
H2
{
	font-family: Verdana, Arial ;
	font-weight: bold;
	font-size: 12pt;
	color: #ffe6c8;
}
H3
{
	font-family: Verdana, Arial ;
	font-weight: bold;
	font-size: 10pt;
	color: #ffe6c8;
}
.slogan
{
	font-family: Times New Roman ;
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
	color: #ffe6c8;
}
.footer
{
	color:#5B2A01;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	text-align: center;
}
a.footer
{
	color:#5B2A01;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	text-align: center;
}
.nav
{
	color:#ffe6c8;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-align: center;

}
.txtBox
{
	BORDER-RIGHT: #999 1px solid; 
	BORDER-TOP: #999 1px solid; 
	FONT-SIZE: 11px; 
	BACKGROUND: #ffe6c8; 
	BORDER-LEFT: #999 1px solid; 
	BORDER-BOTTOM: #999 1px solid;
	width:100px;
}
.cmtBox
{
	BORDER-RIGHT: #999 1px solid; 
	BORDER-TOP: #999 1px solid; 
	FONT-SIZE: 11px; 
	BACKGROUND: #ffe6c8; 
	BORDER-LEFT: #999 1px solid; 
	BORDER-BOTTOM: #999 1px solid;
	width:300px;
}
.subButton
{
	BORDER-RIGHT: #999 1px solid; 
	BORDER-TOP: #999 1px solid; 
	FONT-SIZE: 11px; 
	BACKGROUND: #DFC19E; 
	BORDER-LEFT: #999 1px solid; 
	BORDER-BOTTOM: #999 1px solid;
	width:75px;
}
.maintable
{
	border: white 3px solid;
	padding: 3px;
	margin: 0px;
	border-collapse: collapse;
	background-color: #5B2A01;
}
.innertable
{
	border: 0px;
	padding: 3px;
	margin: 0px;
	border-collapse: collapse;
	background-color: #5B2A01;
	width: 100%;
}
.navtable
{
	border-right:solid;
	border-right-width:1px;
	border-right-color:#949c4f;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#949c4f;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#949c4f;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#949c4f;
}
.coloredline
{
	width:1px;
	text-align: left;
	vertical-align: top;
	background-color: #949c4f;
}

.ProjectList 
{
    border:dashed 1px white;
}
.ProjectDetails 
{
    width:85%;
    border: dashed 1px white;
}
.hidden
{
    visibility:hidden;
}