body {
	margin : 5px 5px 5px 5px;
}

/* general text styles */
.text {
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-size:10pt;
	color : #339900;
	font-weight:normal;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color : #333333;
	font-weight:bold;
	line-height: 14pt;
}

.title {
	font-family: "Tahoma",arial, geneva;  
	font-size:10pt;
	color : #333333;
	font-weight:bold;
	letter-spacing: 0.2px;
}

.warnings  {
	font-family: "Arial",verdana, geneva;  
	font-size : 12px;
	font-style: normal;
	color : #993333;
}

.welcome {
	font-family: "arial",verdana, geneva;  
	font-size:8pt;
	color : #333333;
	font-weight:normal;
	letter-spacing: 0.8px;
	text-transform: capitalize;
}

.dashes {
  	font-family: "Arial",verdana, geneva; 
	color : #666666;
  	font-size:9pt;
	font-weight:normal;
	text-decoration : none;
}
		
/* general links styles */

a.simple {
  	font-family: "Arial",verdana, geneva; 
	color : #124100;
  	font-size:11pt;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration : none;
}

a.simple:hover  {
	text-decoration : underline;
	color : red;
}

a.arss {
  	font-family: "Arial",verdana, geneva; 
	color : #cc6633;
  	font-size:9pt;
	font-weight:normal;
	text-decoration : none;
}

a.arss:hover  {
	text-decoration : underline;
}

a.arss1 {
  	font-family: "Arial",verdana, geneva; 
	color : #cc6633;
  	font-size:9pt;
	font-weight:normal;
	text-decoration : none;
}

a.arss1:hover  {
	text-decoration : underline;
}

/* the styles below adjust the width of the cells which is why we need 5 of them */

.input.search {
	font-family: "Arial",verdana, geneva;  
	font-size: 9px; 
	border: 1 solid #b9b8b8;
}

.input.form {
	font-family: "Arial",verdana, geneva; 
	font-size: 9px; 
	border: 1 solid #b9b8b8;
}

.select.form  {
	font-family : "Arial", Verdana, geneva;
	font-size : 10px;
	color : #333333;
}

.submitButton {
	background-color: #ffffff;
	border-color: #6C6C6E;
	border-style: solid;
	border-width: 1;
	color: #cc3300;
	font-size: 8pt;
	font-family: arial;
}

.filterButton {
	background-color: #ffffff;
	border-color: #6C6C6E;
	border-style: solid;
	border-width: 1;
	color: #C52005;
	font-size: 8pt;
	font-family: arial;
	width: 80px;
}

/* query result table formats */
table.arss {            
	border: 2px solid #333333;
	cellpadding: 2px;
}
.extralarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FF0000;
}
a.newlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
a.newlink:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
}
a.webmaster {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
