body {
	margin:0px;
	padding:0px;
	background: #FFFFFF url(images/canvas.gif) repeat;
	
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#503a29;

	/*
	scrollbar-face-color:#B6C6D1;
	scrollbar-highlight-color:#B6C6D1;
	scrollbar-3dlight-color:#B6C6D;
	scrollbar-darkshadow-color:#667B8A;
	scrollbar-shadow-color:#667B8A;
	scrollbar-arrow-color:#8397A5;
	scrollbar-track-color:#DDDDDD;
	*/
}

td {
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#503a29;
}

.paragraph {
	/* text-indent:20px; */
}

/* ----- LINKS DEF.-------- */

a {
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#858D6F;
	text-decoration:underline;
	
}

a:hover {
	color:#656D4F;
	text-decoration:none;
}

a:visited {
	color:#AAAAAA;
	text-decoration:underline;
}


/* Regular Menu */

.menubox{
   padding-left:5px;
   border-top:1px solid #eff1f3;	
   border-right:1px solid #eff1f3;	
   width:120px;
   height:100%;
   background-color: #edf5f9;
   background-image: url(images/menubg.gif); 
   background-position: right bottom;
   background-repeat: no-repeat;
}

.menulink {
   font-family:arial,verdana,helvetica;
   font-size:11px;
   font-weight:bold;
   color:#503a29;  
   text-decoration:none;
   line-height:18px;
 }
  
a.menulink:hover {
   color:#10334c;	
   text-decoration:underline;
}

a.menulink:visited {
   color:#503a29;	
   text-decoration:none;
}

a.menulink:visited:hover {
   color:#10334c;	
   text-decoration:underline;
}



/* ----- END LINKS DEF. ------ */
    
.maintext {
   font-family:arial,verdana,helvetica;
   font-size:12px;
   color:#333333;	
   }
   
.mainlink {
   font-family:arial,verdana,helvetica;
   font-size:12px;
   color:#667B8A;	
   }
   
.smalltext {
   font-family:arial,verdana,helvetica;
   font-size:8pt;
   color:#333333;	
   }

.smalllink {
   font-family:arial,verdana,helvetica;
   font-size:8pt;
   color:#667B8A;
   }
   
.updatetext{
   font-family:verdana,arial,helvetica;
   font-size:11px;
   color:#00003F;	
   }

.mheading{
   font-family:arial,helvetica,verdana;
   font-weight:bold;
   color:#503a29;
   font-size:10pt;
   }
   
.lheading{
   font-family:arial,helvetica,verdana;
   font-weight:bold;
   color:#a0c9eb;
   font-size:12pt;
   }

h2 {
   font-family:arial,helvetica,verdana;
   font-weight:bold;
   color:#485762;
   font-size:12pt;
}

.bordered {
	border-width:1px;
	border-style:ridge;
	border-color: #667B8A;
}


.panel {
	
	background-color: #FFFFFF;
	/*
	border-top:0px;
	border-left:1px dashed #D6DFE6;
	border-right:1px dashed #D6DFE6;
	border-bottom:1px dashed #D6DFE6;	
	background-color: #FAFAFA; 

	 border-spacing: 1px; 
	 border-color: #D6DFE6; 
	 background-image: url("images/panel_bg.gif"); 
	*/
}


.panel_header {

	border-top:1px solid #858D6F;	
	border-bottom:1px solid #858D6F;	
	border-left:1px solid #858D6F;	
	border-right:1px solid #858D6F;	

	height: 15px;
	background-image: url("images/panel_header_bg.gif");
}

.panel_header td {
   font-family:arial,helvetica,verdana;
   font-weight:bold;
   /* color:#485762; */
   color:#3F4826;
   font-size:9pt;
}

.bulletin_header {

	border-top:1px solid #F0F0F0;	
	border-bottom:1px solid #CCCCCC;	
	border-left:1px solid #F0F0F0;	
	border-right:1px solid #CCCCCC;	
	height: 15px;
	background-color: #EEEEEE;
}

.bulletin_header .date {
   font-family:arial,helvetica,verdana;
   font-weight:bold;
   color:#46525A;
   font-size:10px;
}

.bulletin_header .title {
   font-family:arial,helvetica,verdana;
   font-weight:bold;
   /* color:#485762; */
   color:#485762;
   font-size:9pt;
}

.dash_underline {
	border-style: ridge;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #485762;
}

.outbevel {
	border-width:1px;
	border-style:outset;
}

/* Normal table style */

.data_table {
	background-color:#EEEEEE;	
	width:500px;
}

.data_table td {
	background-color:#FFFFFF;
	margin:1px;
	padding:5px;
	border:0px;
	text-align:center;
}

.data_table .headers {
	background-color:#858D6F;
	color:#FFFFFF;
	font-weight:bold;
}

.data_table .left_col {
	background-color:#D2D4C9;
}
