@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
		line-height: 1.166;	
	
	margin-top:2%;
	width:800px;
	letter-spacing:-0.3px;
}

/******* hyperlink and anchor tag styles *******/
a:link{
	text-decoration: none;
	color:#3952a6;
	font-weight:800;
	padding-right:3px;
	
}
a:visited{
	text-decoration: none;
	color:#06743a;
	font-weight:800;
}


a:hover{
	text-decoration:none;
	text-shadow:#0d8fd6;
	  color: #ed1e21;
	font-weight:800;
}

/**************text header tag styles **************/

h1{
 font: bold 140% Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;

}

h2{
 font: bold 114% Arial, Helvetica, sans-serif;
  margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% Arial, Helvetica, sans-serif;
  margin: 0px;
 padding: 0px;
}

h4{
 font:  bold 100% Arial, Helvetica, sans-serif;
 color:#5c8b7c;
 margin: 0px;
 padding: 0px;
 font-weight:500;
}

h5{
 font: 100% Arial, Helvetica, sans-serif;
 color:#58cb7c;
 margin: 0px;
 padding: 0px;
}




/*************** list tag styles ***************/

li
{
 line-height:1.5;
 clear:all;

 
}


ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}	


dl
{
 list-style-type: square;
 line-height:1.5;

 
}


dl dd{
 list-style-type: disc;
}

dl dd dd{
 list-style-type: none;
}	


.new
{
}

.blank
{


list-style-type:none;

}

/*************** layout element styles ***************/	
 
 .table_heading
  {
    font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	font-size:80%;
	background-color:#c2c2c2;
	padding-top:5px;
	padding-bottom:5px;
   }
   
   
.title
{
  	margin-left:8px;
  	margin-top:4px; 
  	margin-bottom:8px;
  	font-size:100%;
  	color:#FFFFFF;
  	font-weight:800;
}

.v_spacer
{
width:180px;
padding-top:10px;

}
.h_spacer
{
height:5px;

}

.img_thumbnail
{
padding-top:10px;
padding-bottom:10px;
width:200px;

}

.details
{
font-size:9pt;
}

.top
{
font-size:11pt;
 border-top-style:groove;
 border-top-width:thin;
 border-top-color:#3952a6;
}
.text
{
width:600px;
margin-left:30px;
margin-top:20px;
margin-bottom:5px;
padding-top:5px;
padding-bottom:5px;
padding-left:30px;
 border-top-style:groove;
 border-top-width:thin;
 border-top-color:#3952a6;

 
}

.photo
{
clear:all;
margin-right:30px;
margin-bottom:20px;
float:left;

}

.img_title
{
 float:left;
 clear:right;
}


.date
{
font-size:10px;
}

.up
{
padding-right:20px;
font-size:10px;
text-transform:uppercase;
}
