		a:link
	{
		color: #993366;
		text-decoration: none;
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 0px;
	}
		a:visited
	{
		color: #993366;
		text-decoration: none;
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 0px;
	}
		a:active
	{
		color: #993366;
		text-decoration: none;
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 0px;
	}
		a:hover
	{
		color: #FF6633;
		text-decoration: underline;
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 0px;
	}
	
body {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 11px;

}

td {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 11px;
}

th {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 11px;
}

.bodystyle {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 11px;
	
}
.scrollbar {
scrollbarDarkShadowColor="#99CCFF";
	scrollbar3dLightColor="87CEFA";
	scrollbarArrowColor="87CEFA";
	scrollbarBaseColor="666666";
	scrollbarFaceColor="#FFFFFF";
	scrollbarHighlightColor="#FFFFFF";
	scrollbarShadowColor="#99CCFF";
	scrollbarTrackColor="#CCFFFF";
}
.small {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 9px;
}

.medium {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 11px;
}
.medium_blue {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 11px;
	color: #0000FF;
}

.big {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 16px;
}

.xbig {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 24px;
}

.expanded {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Good Times, Pirulen, Verdana;
	text-align: justify;
}

.footer {
	font-family: Good Times, Pirulen, Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

input
	{
		border-style: solid;
		border-width: 1;
		padding-left: 4;
		padding-right: 4;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 8pt;
	}
	select
	{
		border-style: dotted;
		border-width: 1;
		padding-left: 4;
		padding-right: 4;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 8pt;
	}
	.menu
	{
		background-color: #ffffff;
		border-right : 1px dotted #c0c0c0;
		border-left : 1px dotted #c0c0c0;
		border-top : 1px dotted #c0c0c0;
		border-bottom : 1px dotted #c0c0c0;
	}