<style type="text/css">
body {
  
    font-family: Arial, Helvetica, sans-serif;

	}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-top: 5px;
	margin-left: 5px;
	font-weight: bold;
    }
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 1.5em;
	margin-bottom: 0em;
	}

p {
     margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
      
}
   
a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #007229;
	font-weight: bold;
}

.b { color:#003399;
	}

.b a:link, .b a:visited  {
        color: #003399; 
		text-decoration: none;  
		font-weight:bold;
    }
.b a:hover, .b a:active {
	    text-decoration: underline;  
		color: #0033CC; 
		font-weight:bold;
		
	}

ul {
	list-style: none;
	margin-left: 145px;
	margin-top: 0;
	margin-bottom: 0;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
 
      /* All the content boxes belong to the content class. */
.content {
       
        width: 610px;
        border: 1px solid #ACACAC;
        margin: 15px 0 0 5px;
        padding: 5px;
    }
  
.thumbnailimage{
		width: 294px;
        border: 1px solid #999999;
		float: left;
		margin-right: 7px;
	}

.list {
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		font-style: normal;
		line-height: 1.5em;
		font-weight: normal;
	}
  
</style>

