
/* default text properties */
body {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		margin: 0 0 0 0;
		background-color: #869bbe; }
	
a.navigation {
		font-family: arial, helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		text-decoration: none;
		color: #996600;	
	}
	
a.navigation2 {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #996600;
		background-color: #ddbb6a;
	}
	
a.more {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		font-style: italic;
		color: #cc6600;
	}	

.heading {
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		font-style: italic;
		color: #996600;
	}	
	
.heading2 {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		color: #333366;
	}	

.small {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
	}
	
.tiny {
		font-family: arial, helvetica, sans-serif;
		font-size: 7pt;
	}
	


.footer {
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff; 
	}


/* default table properties */
table {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
	  }
	  
.table-heading	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		background-color: #869bbe;
	  }


/*form tags */
form { 
 /*border: 1px solid #666666; */
 padding: 0px; 
 margin-bottom: 0px; 
}


input {
	border: 1px solid #666699;
	width: 200px;
	}
input.small {
	border: 1px solid #666699;
	width: 25px;
	}
	
select {
	border: 1px solid #666699;
	font-size: 8pt;
	}
	
	
.form-label	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		background-color: #869bbe;
		text-align: right;
	  }

.buttonmedium {
 		width: 120px;
		height: 18px;
		margin-left: 0px; 
 		margin-right: 2px; 
 		margin-top: 3px; 
 		margin-bottom: 3px;
		background-color: #9999cc;
 		color: #ffffff;
		border: 1px solid #666699;
		text-align: center;
		font-weight: bold;
		font-size: 7pt;
		}

.buttonsmall {
 		width: 75px;
		margin-left: 0px; 
 		margin-right: 2px; 
 		margin-top: 2px; 
 		margin-bottom: 2px;
		background-color: #9999cc;
 		color: #ffffff;
		border: 1px solid #666699;
		font-weight: bold;
		font-size: 8pt;
		}
