body
{ 
	margin : 0px 0px 0px 0px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	font-size : 10pt;
	COLOR: black;
	TEXT-ALIGN: justify;
	background-color: #faf6d3; /*#FFFFD7;*/
	SCROLLBAR-FACE-COLOR: #A4B25B;
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	SCROLLBAR-BASE-COLOR: black;		
}
table
{
	font-size : 10pt;
}
table.PageHeader
{
	font-size : 14pt;
	font-style : italic;
	font-weight : bold;
	color : brown;
	text-align : center;
	BORDER-LEFT: brown 2px solid;
   BORDER-RIGHT: brown 2px solid;
   BORDER-TOP: brown 2px solid;
   BORDER-BOTTOM: brown 2px solid;	
   margin-bottom : 4px;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 0px;
}
A, A:visited, A:active, A:link
{
	color: #CC6633;
	text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
}
A:hover 
{
	color: #ff0000;
	text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
}
A.MsgBrd, A.MsgBrd:visited, A.MsgBrd:active, A.MsgBrd:link
{
	color: black; 
	text-decoration: none;
	font-weight : normal;
	font-size : 10pt;
}
A.MsgBrd:hover 
{
	color: #ff0000;
	text-decoration: none;
	font-weight : normal;
	font-size : 10pt;
}
A.LeftNav, A.LeftNav:visited, A.LeftNav:active, A.LeftNav:link
{	
	color: white;
	text-decoration: none;
	font-weight : normal;
	font-size: 9pt; 
}
A.LeftNav:hover 
{	 
	color: #d2b764; /*#ff0000;*/
	text-decoration: none;
	font-weight : normal;	
	font-size: 9pt;
}
A.Login, A.Login:visited, A.Login:active, A.Login:link
{
	color: white;
	text-decoration: none;
	font-weight : bold;		
	font-size : 10pt;
}
A.Login:hover 
{
	color: #d2b764; /*#ff0000;*/
	text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
}
A.ReadMore, A.ReadMore:visited, A.ReadMore:active, A.ReadMore:link
{
	color: #000000;
	text-decoration: none;
	font-weight : bold;
	font-size : 10pt;
}
A.ReadMore:hover 
{
	color: #ff0000;
	text-decoration: none;	
	font-weight : bold;	
	font-size : 10pt;
}
.Light1
{
	background-color : #DDCA8E;
}
.Light2
{
	background-color : #D9E0B3; 
}
.Light3
{
	background-color : #FFFFE0;	
}
.BGLeftNav
{
	background-color: olive;
}
.BGInfoColumn
{
	background : url(/Images/BGFade.jpg);
}
.SmallHeading
{
	FONT-SIZE: 8pt; 
	COLOR: #732020;
	font-weight : bold;
}
.Button
{
   color: brown;
	border-top: brown thin solid;
	border-left: brown thin solid;
   border-right: brown thin solid;
   border-bottom: brown thin solid;		
   background-color: #d2b764;
}
.RedMsg
{
	font-size : 10pt;
	color: red;
	font-weight : bold;
}
.GreenMsg
{
	font-size : 10pt;
	color: green;
	font-weight : bold;	
}
.BlueMsg
{
	font-size : 10pt;
	color: blue;
	font-weight : bold;	
}
/*Start of ContextMenu*/
.cMenuHR
{
	cursor: default;
	padding-left: 1;
	padding-right: 1;
}
.cMenuBorder
{
	background-Color: ThreedFace;
	border-left:2 px solid ThreedLightShadow;
	border-top: 2px ThreedLightShadow solid;
	border-right: 2px solid ThreedShadow;
	border-bottom: 2px ThreedShadow solid;
}
.cMenuItem
{
	cursor: pointer;
 	font-family: sans-serif;
	font-size: 9pt;
	padding-left: 15px;
	padding-right: 15px;
  	background-Color: Menu;
  	color: WindowText;
}
.cMenuHighlight
{
	cursor: pointer;
	font-family: sans-serif;
	font-size: 9pt;
	padding-left: 15px;
	padding-right: 15px;
  	background-Color: Highlight;
	color: HighlightText;
}
/*End of ContextMenu*/