/* CSS Document */

body       {font-size: 10pt;
            font-family: Serif;
            color: black;
			margin: 0px 40px 10px 40px;
			
			background-color:white
            }   
h1         {font-size: 24pt;
            font-family: Sans-Serif;
            color: blue;
            text-align: center;}
 
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
a:link {  color: #0000FF; text-decoration: none}
a:visited {  color: #0000FF; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: none}

h1 {
	font-size: 20px;
	color: #000066;
	font-weight: normal;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
}

h2 {
font-size: 16px; color: #006699
}
ul {

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px
}
ol {


font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px
}

a.navigation {
	color: #00FFFF;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

a.navigation:link {
	color: blue;
	text-decoration: none;

}
a.navigation:visited {
	color: blue;
	text-decoration: none;

}
a.navigation:hover {
	color: #FF9900;
	text-decoration: none; 
	background-color: yellow
}
a.navigation:active {
	background-color: red;    /* questinable */
	}
	
.small {
	font-size: 10px;
}

