#navigation { font-size:16px; font-family:'Arial'; font-weight:bold; }

body {	
	background-color : #F4D64A;
    font-size: 16px;
	color : #000000;
	font-family : Helvetica, Arial;
	

	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;


scrollbar-face-color:#DCCC26;
scrollbar-highlight-color:#333333;
scrollbar-3dlight-color:#CCCCCC;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#333333;
scrollbar-arrow-color:#333333;
scrollbar-track-color:#333333;
}


table, tr, td {
    font-size: 16px;
	color : #000000;
	font-family : Helvetica, Arial;
}




input, textarea, select {
  font-family: Helvetica, Arial;
  font-size: 16px;
  color: #000000;
  border-width: 1;
  border-color: #000000;
  border-style: solid;
  background-color: #DEC243;
}

option {
	background-color : #DEC243;
    	color: #000000;

}


a, a:visited, a:active {
  font-family: Helvetica, Arial;
  color: #333333;
  text-decoration: underline;
}

a:hover {
  font-family: Helvetica, Arial;
  color: #999999;
  text-decoration: underline;
}

.small {
	font-size: 12px;
}

.times {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}


.headline1 {
	font-size: 18px;
	font-weight: bold;
}

.headline2 {
	font-size: 24px;
	font-weight: bold;
}

.quote {
	font-familiy: Times New Roman;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}


.justify {  text-align: justify; white-space: normal; clear: left; float: left; height: auto; width: auto; font-style: normal}

