/* CSS Document */

a{color: #0000FF; text-decoration: none;}
a:visited{color: #0000FF; text-decoration: none;}
a:hover{color:#CC0000;text-decoration: none;}

body, p, td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFCC;
	color:#003300;
	text-align: justify;
	vertical-align: top;}
	
img{padding: 5px;}

td{font-size: small;
	text-align: left;}

p{font-size: small;
	margin-top: 2px; 
	margin-bottom: 3px;}

h1{font-size: large;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;}

h2{font-size: medium;
font-weight: normal;
margin-top: 0px;
margin-bottom: 3px;}

.menu{font-size:small; text-align: left; 
		border-right: 1px ridge #999999;}

.content{padding-left: 5px;}

.menuhead{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#003300;
	color:#FFFFCC;}

.left{text-align: left;}
.right{text-align: right;}
.center{text-align:center;}

.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-align: center;}
	
.style4{font-size: x-small;
	font-style: italic;
	text-align:left;}

.style2 {
	font-size: x-large;
	font-weight: bold;
	text-align: left;}
	
.footer{text-align: center;}

.headline{font-size:x-large; font-weight: bold; text-align: center;}
.leader{font-size:medium; font-weight: bold; text-align: center;}
.warning{color: #ff0000; font-weight: bold;}
.fullleader{font-weight: bold;}
