p {
   	font-family:verdana, arial, sans-serif;
	color:black;
	font-size:12px;
	font-weight:normal;  		
  	line-height:150%;
}

a {
   text-decoration: none;
}

a:link {
   color: #ED1C24;
}

a:visited {
   color: #663333;
}

a:active {
   color: blue;
}

h2 { 
	//font-size: 2.3em; line-height: 1.2em; margin-bottom: .7em;
	font: 1.5em 'Trebuchet MS', Arial, Verdana, sans-serif;
}

.headline2 {
	font: 1.2em 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-weight: bold;
}

.instructionBox {
	font: .8em 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-weight: normal;
}

.instructionBoxSmall {
	font: .6em 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-weight: normal;
}

.instructionBoxBold {
	font: .8em 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-weight: bold;
}

.sideBarSmall { 
	//font-size: 2.3em; line-height: 1.2em; margin-bottom: .7em;
	font: .8em 'Trebuchet MS', Arial, Verdana, sans-serif;
}

.Box {
	border: 1px solid #B4B7B5;
}

.blackBox {
	border: 1px solid #000000;
}

.BoxNoTop {
	border-bottom: 1px solid #B4B7B5;
	border-left: 1px solid #B4B7B5;
	border-right: 1px solid #B4B7B5;
}

.blueBox {
	border: 1px solid #C5D4EB;
}

.blueBoxNoTop {
	border-bottom: 1px solid #C5D4EB;
	border-left: 1px solid #C5D4EB;
	border-right: 1px solid #C5D4EB;
}

.greenBox {
	border: 1px solid #66CC33;
}

.Box2 {
	font: .8em 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #FFFFF5;
	border: 1px solid;
	border-color:#ccc #999 #999 #ccc;

.sideBold {
	font-family:arial, sans-serif;
	color:black;
	font-size:12px;
	font-weight: bold;	
	line-height:200%;	  	
}

.side {
	font-family:arial, sans-serif;
	color:#666666;
	font-size:10px;	  
	line-height:140%;			
}

.dotted {
	border-bottom:1px dotted #767676;	
}

.focus	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px; 		
		color: white; 
		margin-bottom:10px;
		font-weight:bold;		
		}	
		
.focustext {
   	font-family:verdana, arial, sans-serif;
	color:#555555;
	font-size:12px;
	font-weight:normal;  		
  	line-height:150%;
}

.new	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px; 		
		color: black; 
		margin-bottom:10px;
		font-weight:bold;		
		}	
		
.bigbold {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px; 		
		color: black; 		
		font-weight:bold;		
		}	
		
.big {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px; 		
		color: black; 					
		}	
		
.history {
   	font-family:verdana, arial, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;  		
  	line-height:150%;
}	

.headline {
	font-family:arial, sans-serif;
	color:black;
	font-size:24px;
	font-weight:normal;  		
  	line-height:120%;
  	font-weight:bold;
}

.subheadline {
	font-family:arial, sans-serif;
	color:#666666;
	font-size:18px;
	font-weight:normal;  		
  	line-height:120%;  	
}

.articletext {
	font-family:verdana, arial, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;  		
  	line-height:150%;
}

.date {
	font-family:verdana, arial, sans-serif;
	color:gray;
	font-size:10px;
	font-weight:bold;  		  	
}

table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
  
  