
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}
.title {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066FF;
	padding-top:3px;
}
.empty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
}
.article {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}




.articletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	font-style: italic;
	text-decoration: none;

}

.style1 {color: #0066FF}


.border { border-left: 1px solid Black; 
 			border-top: 1px solid Black;
			border-bottom-color: Black;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-right-color: Black;
			border-right-style: solid;
			border-right-width: 1px;

 			}


.ruler { scrollbar-track-color: Window;
		 scrollbar-face-color: #E6E6FA;
		 scrollbar-3dlight-color: Window;
		 scrollbar-arrow-color: #003366;
		 scrollbar-base-color: Window;
		 scrollbar-darkshadow-color: Window;
		 scrollbar-shadow-color: Window;
	     scrollbar-highlight-color: Window;
  }

.links2  {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;  
	color: #3463AF;
	text-decoration:  none;
	font-weight: bold;
			}

.links3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;  
	color: #0066FF;
	text-decoration:  none;
	font-weight: bold;
			}


a.links2:link    {color: #3463AF} 
a.links2:visited {color: #3463AF} 
a.links2:hover   {color: #666666} 
a.links2:active  {color: #0066FF} 


a.links3:link     {color: #666666} 
a.links3:visited {color: #666666} 
a.links3:hover   {color: #666666} 
a.links3:active  {color: #666666} 


.box {/*this is a box */
  background: #FFFFFF;
  font-family : Verdana, Arial, Tahoma,  Helvetica, sans-serif;
  font-size: 12px;
  padding-left : 5px;
  padding-right : 5px;
  margin: 3px;
  /*border-color : #FFFF00;
  border-style : groove;
  border-width : 2px; 
  the border property in longhand*/
  }

.box2 {/*this is a box */
  background: #FFFFFF;
  color : #000033;
  font-family : Verdana, Arial, Tahoma,  Helvetica, sans-serif;
  font-size: 12px;
  padding-left : 5px;
  padding-right : 10px;
  margin: 3px;
  /*border-color : #FFFF00;
  border-style : groove;
  border-width : 2px; 
  the border property in longhand*/
  }

