a:active, a:visited, a:link 
{ 
	text-decoration: none;
	color:#000084;	
	/*letter-spacing:1px;*/
}
a:hover
{ 
	text-decoration: underline;
	color:#D70000;
	/*letter-spacing:1px;*/
}

.smallText
{
	font-size:9pt;
}

body 
{ 
	/*background-Attachment: fixed;*/ 
	background-color: #DDE8FF; 	
	/*background-Image: url(images/codeBackgroundBlue.gif);*/  
	margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */ 
	text-align:center; /* Hack for IE5&6/Win */ 
	font-family:Verdana, Sans-Serif; 
	/*font-family:MS Serif, Times New Roman, Serif;*/ 
	/*font-family:Times New Roman, Serif;*/ 
	line-height:130%;  
	font-size:10pt;	
	/*letter-spacing:1px;*/
}
.clsContentArea
{		
	background:white; 		 
	POSITION: relative;
	MARGIN:20px auto 30px auto;	
	WIDTH:680px;
	border: 1px solid silver;
	text-align:left; 
}
.clsLeftPanel
{
	float:left;
	width:130px;
	margin-top:23px;
	margin-left:15px;
	text-align:left;/**/
	font-size:6pt;
	
}
.clsRightPanel
{ 
	margin-left:190px; 
	margin-right:0px; 
}


/* MENU */

.menuItem
{
	font-size:10pt;
	color:#000084;
}
.menuItemActive
{
	font-size:10pt;
	color:#D70000;
}

