/* CSS Document */
/*<style type="text/css">*/
/*  */
.winbar 
{
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.rowtext
{
	FONT-SIZE: 12px; 
	FONT-FAMILY: Helvetica, Verdana, Arial;
	color:#000000;
	TEXT-DECORATION:none
}
.rowtextbold
{
	FONT-SIZE: 12px;
	FONT-FAMILY: Helvetica, Verdana, Arial;
	color:#000000;

	TEXT-DECORATION:none
	font-weight: bold;
	font-weight: 800;
}
.green
{
	color: 'green'
}
a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #3300CC;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #3300CC;
}
a:visited {
	text-decoration: none;
	color: #5D62A1;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
body {
	background-color: white
}
.heading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #227112;
}
.heading2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:900px;
}
