	a:link    {text-decoration: none; color: #008000;}
	a:active  {text-decoration: none; color: #008000;}
	a:visited {text-decoration: none; color: #008000;}
	a:hover   {text-decoration: underline; color: #008000;}
	body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #008000;
	}
h1 {
	font-size: 18;
	color: #008000;
	font-style: italic;
}
h2 {
		text-decoration: none;
		font-size: 14;
		color: #008000;
}
h3 {
	text-decoration: none;
	font-size: 24;
	color: #008000;
	font-style: italic;
	font-weight: bolder;
}
h4 {
	text-decoration: none;
	font-size: 9;
	color: #008000;
	font-style: normal;
	font-weight: normal;
}
h5 {
	text-decoration: none;
	font-size: 14;
	color: #FF0000;
}
h6 {
	text-decoration: none;
	font-size: 12;
	color: #008000;
	font-weight: bold;
}
input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
}
select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
input.submitgreen {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 4px;
}
input.filegreen {
	font-weight: bold;
	font-size: 10px;
	border-top: 2px solid #B2FF73;
	border-left: 2px solid #B2FF73;
	border-bottom: 2px solid #27B600;
	border-right: 2px solid #27B600;
	margin-top: 2px;
	margin-bottom: 4px;
}
td.mini {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;

}
table {
	line-height: normal;
	border: thin none #000000;
}
table.shadow {
	line-height: normal;
	border-top: 2px solid #333333;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #666666;
}
textarea {

	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
}

