body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #F5F5F5;
	color:black;
}

.ccs {
	height: 65%;
	width: 100%;
	min-height: 400;
	vertical-align: top;
	padding-top:5%;
}

.menu-current {
   color: black
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	padding:3px;
}

.menu-item{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	padding:3px;
	background-color: #F5F5F5;
}

.content {
	padding-left:15%;
	padding-right:15%;
}

.menu {
	margin-top: 3%;
	margin-right: 15%;
}

.lightblue {
	background-color: #B2B2B2; ;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	vertical-align: top;
}

.blue { 
	background-color:#B2B2B2;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 8pt;
	text-align:right;
	padding: 2px;
	padding-right: 25px;
	vertical-align: top;
	font-weight: bold;
	position:relative;
}

.bluebottom { 
	background-color: #336699; 
	background-repeat: no-repeat;
	background-position: bottom left; 
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size: 8pt;
	text-align: right;
	padding: 3px;
	padding-left: 25px;
	vertical-align: center; 
	position:relative;
}


h1, h2, h3, p, li, a, .field, .label { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {   
   font-size: 16pt;
   font-weight:bold;
   margin-top : 5px;
   color: #2a5e9d;  
}


h2 { 
   color: #2a5e9d;    
   font-size: 12pt; 
   font-weight:bold;
}

.label { 
   color:  black; 
   font-size: small;
   font-weight: bold;
}

p, li, em {
   font-size: 10pt;
   color: #333333;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
} 

.blueborder {
   border: 1px solid #336699;
   padding: 4px;
} 

li {
   list-style: square;
   text-indent: 0.2em;
   margin-top: 0.3em;
}

a { 
   font-style: bold; 
   color: #3333FF;
   text-decoration: none;
}

em { 
   font-weight: bold; 
   color: black; //#225512;  
}


a:link { color: rgb(00, 00, FF); }
a:visited { color: #578AFC; }
a:active { color: #0000FF;  }

a:hover {text-decoration: underline; 
}



