/* CSS Document */
<style type="text/css">
	body {font-family: Trebuchet MS, Tahoma; color : black; font-size : 9pt;}
	td {font-family: Trebuchet MS, Tahoma; color : black; font-size : 9pt;}
	a.menu {font-family : Trebuchet MS, Tahoma; color: white; font-size : 8pt; text-decoration : none;}
	a.menu:hover {color: yellow; font-size : 8pt; text-decoration : underline;}
	a {font-family : Trebuchet MS, Tahoma; color: red; font-size : 9pt; text-decoration : none;}
	a:hover {color: black; font-size : 9pt; text-decoration : underline;}
	p {font-family: Trebuchet MS, Tahoma; color: black; font-size: 9pt;}
	li {font-size: 9pt;}
	
	input {
		border: 1px solid #cccccc;
		background-color: #FFFFFF;
		font-family: Trebuchet MS, Tahoma;
		font-size: 8pt;
	}
	
	input:focus {
		border : 1px solid #33CCFF;
		background-color : #E9FDFE;
	}
	
	select {
		border: 1px solid #cccccc;
		background-color: #FFFFFF;
		font-family: Trebuchet MS, Tahoma;
		font-size: 8pt;
		padding: 1px;
	}
	
	select:focus {
		border : 1px solid #33CCFF;
		background-color : #E9FDFE;
	}
	
	textarea {
		border: 1px solid #cccccc;
		background-color: #FFFFFF;
		font-family: Trebuchet MS, Tahoma;
		font-size: 8pt;
		padding: 2px;
	}
	
	textarea:focus {
		border : 1px solid #33CCFF;
		background-color : #E9FDFE;
	}
	
	.showlink {font-family : Trebuchet MS, Tahoma; color: red; font-size : 10pt; text-decoration : none; font-weight: bold;}
	.showlink:hover {color: red; font-size : 10pt; text-decoration : underline;}
	.phpoutput {font-size: 9pt; font-family: Trebuchet MS;}
	.smalltype {font-size: 8pt; font-family: Trebuchet MS;}
	.smalltypebold {font-size: 8pt; font-family: Trebuchet MS; font-weight: bold;}
	.textinput {width:150px; padding: 2px;}
	.textareainput {width: 200px; padding: 2px;}
	.eventdate {color: #0066CC; font-wieght: bold; font-family: Trebuchet MS, Tahoma; font-size: 8pt;}
	.eventtitle {color: red; font-size: 8pt; font-family: Trebuchet MS, Tahoma;}
	.moreinfo {align: right;}
	.radio {border: 0px; background-color: transparent;}
	
	.newrequest:link {font-size: 8pt; color: blue; text-decoration: none; width: 100%; height: 100%; background: #66ff99; display:block;}
	.newrequest:hover {font-size: 8pt; color: blue; text-decoration: none; width: 100%; height: 100%; background: white; display:block;}
	.newrequest:active {font-size: 8pt; color: blue; text-decoration: none; width: 100%; height: 100%; background: #66ff99; display:block;}
	.newrequest:visited {font-size: 8pt; color: blue; text-decoration: none; width: 100%; height: 100%; background: #66ff99; display:block;}

	.oldrequest:link {font-size: 8pt; color: #999999; text-decoration: none; display: block; width: 100%; height: 100%; background: #cccccc;}
	.oldrequest:hover {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 100%; background: white;}
	.oldrequest:active {font-size: 8pt; color: #999999; text-decoration: none; display: block; width: 100%; height: 100%; background: #cccccc;}
	.oldrequest:visited {font-size: 8pt; color: #999999; text-decoration: none; display: block; width: 100%; height: 100%; background: #cccccc;}

	.followup:link {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 100%; background: #99ccff;}
	.followup:hover {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 100%; background: white;}
	.followup:active {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 100%; background: #99ccff;}
	.followup:visited {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 100%; background: #99ccff;}

	.event:link {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 25px; background: #C4E1FF;}
	.event:hover {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 25px; background: #dddddd;}
	.event:active {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 25px; background: #C4E1FF;}
	.event:visited {font-size: 8pt; color: blue; text-decoration: none; display: block; width: 100%; height: 25px; background: #C4E1FF;}
	
</style>
