html {overflow-y:scroll;}

body {
	font-size:13px;color:#000000;color:#404040;
	background-color:#FFFFFF;margin:0px;
}

a:link { color: #EEEEEE; }
/* visited link */
a:visited { color: #EEEEEE; }
/* mouse over link */
a:hover { color: #EEEEEE;}
/* selected link */
a:active { color: #EEEEEE; }


g{
	font-weight:bold;
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input {
	font-family:verdana,helvetica,arial,sans-serif;
}


table{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:100%;
	width:100%;
	border-width: thin;
	border-spacing: 2px;
	border-style: none;
	border-color: black;
}

table.collapse{
	border-collapse: collapse;
}

table.big{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:65%;
	width:100%;
	border-width: thin;
	border-spacing: 1px;
	border-style: none;
	border-color: black;
}


th{
	font-size:100%;
	color:#FFFFFF;
	background-color:#8AC007;
}

th.orange{
	font-size:100%;
	color:white;
	background-color:#ef7f3f;
}

th.grey{
	font-size:100%;
	color:black;
	background-color:#eeeeee;
}

th.darkgrey{
	font-size:100%;
	color:black;
	background-color:#dddddd;
}

td{
	font-size:100%;
	color:black;
	text-align:center;
	background-color:#f1f1f1;
}


td.groups_left{
	width:150px;
	text-align:left;
	background-color:#f1f1f1;
}

td.justify{
	text-align:justify;
}

td.left{
	text-align:left;
}

td.right{
	text-align:right;
}

td.center{
	text-align:center;
}

td.header{
	text-align:left;
	background-color:#ffffff;
}




h1 {
	font-size:20px;
	margin-top:0px;
	font-weight:normal;
}	