.standard
	{
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
.standard_bgr
	{
		font-family: Arial, sans-serif;
		color: #000000;
		text-decoration: none;
		background-color : #009900;
	}
.highlight
	{
		font-family: Arial, sans-serif;
		color: #000000;
		text-decoration: none;
		font-weight: bolder;
	}
.highlight_bright
	{
		font-family: Arial, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
.small
	{
		font-family: Arial, sans-serif;
		font-size: 60%;
		color: #000000;
		text-decoration: none;
	}
.link
	{
		font-family: Arial, sans-serif;
		color: #0000CC;
		text-decoration: underline;
	}
.link_small
	{
		font-family: Arial, sans-serif;
		font-size: 10px;
		color: #FFFF99;
		text-decoration: underline;
	}
.tab1
	{
		font-family: Arial, sans-serif;
		color: #FFFF99;
		text-decoration: none;
	}
.head_small
	{
		font-family: Arial, sans-serif;
		color: #000000;
		font-weight: bolder;
		text-decoration: none;
	}
.backgroundtable
	{
		background-color : #FFFF99;
	}
.bgr_green
	{
		background-color : #009900;
	}
.bgr_green_h30
	{
		background-color : #009900;
		height: 30px;
	}
.image
	{
		border: 0px;
	}
.table_center
	{
		text-align: center;
	}
.heightwidth15
	{
		width: 15px;
		height: 15px;
	}