﻿<style type="text/css">

a:link {color: blue;}    /* unvisited link */
a:visited {color: #333333;} /* visited link */
a:hover {color:red;}   /* mouse over link */
a:active {color:green;}  /* selected link */



.col1 {
background-color:#FFFFFF;
color: GrayText;
font-family: verdana, Arial, helvetica, sans-serif; 
font-size: 10px;
vertical-align: top;
padding:6px;
text-Align: left;
width:150px;
overflow: hidden;
}

.col2 {
background-color:#FFFFFF;
width:100%;
color: GrayText;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
font-size: medium;
vertical-align: top;
vertical-align: text-top;
padding: 6px;
text-Align: left;
}

.col3 {
background-color: #FFFFFF;
color:#CCCCCC;
padding:6px;
font-family: verdana, Arial, helvetica, sans-serif; 
font-size: 12px;
text-Align: left;
vertical-align:top;
}

.col4 {
background-color:#CCCCCC;
color:#660000;
padding:6px;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
font-size: 10px;
text-Align: left;
vertical-align:top;
width:185px;
height:180px;
overflow: hidden;
}


.title {
text-decoration:none;
color:blue;
text-indent:4px;
border-bottom: thin;
border-bottom-style:solid;
border-bottom-color:navy;
padding:3px;
padding-top:14px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight:bold;
font-size: 18px; 
text-Align: left;
vertical-align:top;
width:750px;
overflow: hidden;
}


.notes{
color: GrayText;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
font-size: medium;
font-style:italic;
font-weight:bold;
padding: 6px;
text-Align: left;
}


</style>

