body{
	font-size: 10pt;
}

input{
	font-size: 10pt;
}

a:link{
	font-size: 10pt;
}

a:visited{
	font-size: 10pt;
}

a:active{
	font-size: 10pt;
}

a:hover{
	font-size: 10pt;
}

a.rule:link{
	font-size: 8pt;
}

a.rule:visited{
	font-size: 8pt;
}

a.rule:active{
	font-size: 8pt;
}

a.rule:hover{
	color: #294C65;
	font-size: 8pt;
}

.enabledrule{
	font-size: 9pt;
	background-color: #FFFFFF;
}

.enabledrule-over{
	font-size: 9pt;
	background-color: #EBEFF5;
}

.disabledrule{
	font-size: 9pt;
	background-color: #E6E6E6;
}

.disabledrule-over{
	font-size: 9pt;
	background-color: #c5c5c5;
}

.enabled{
	color: #008000;
	font-weight: normal;
}

.disabled{
	color: #FF0000;
	font-weight: normal;
}

.status{
	background-color: #ffffff;
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
}

.statusouter{
	background-color: #EBEFF5;
}

.heading{
	background-color: #EBEFF5;
	color: #41799E;
	font-size: 12pt;
	font-weight: bold;
}

th{
	font-size: 9pt;
	font-weight: bold;
}

.errors{
	color: #FF0000;
	font-size: 9pt;
}

.messages{
	font-size: 9pt;
}

.welcome{
	font-size: 9pt;
	font-weight: bold;
}

a.option:link{
	font-size: 9pt;
}

a.option:visited{
	font-size: 9pt;
}

a.option:active{
	font-size: 9pt;
}

a.option:hover{
	color: #294C65;
	font-size: 9pt;
}

.options{
	font-size: 9pt;
}

.active{
	color: #008000;
}

.inactive{
	color: #FF0000;
}

.inactivescript{
	background-color: #EBEFF5;
	font-size: 9pt;
}

.activescript{
	background-color: #FFFFFF;
	font-size: 9pt;
}

