<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* &lt;global styles&gt; */
	body {
		margin:0px;
		padding:0px;
		font-family: Arial;font-size:14px; font-weight: normal;
		color: #000000;
	}
	table, td, div, p, span {font-size:14px;}
	/*table,div,p{font: normal 12px Arial;}*/
	form{
		margin: 0;
	}
	
	a:link, a:visited {
		color:#4b5f68;
		text-decoration:none;
	}
	a:hover{
		color:#000000;
		text-decoration:underline;
	}
	H1, H2, H3	{
		font-family: Arial;
		font-size: 14px;	
		color: #0168b5;	
		font-weight: bold;
	}
	H2 {font-size: 18px;line-height: 20px;margin-left:0px;}
	H3 {font-size: 16px;margin:5px;margin-left:0;line-height:20px;color:#0168b5;font-weight: bold}

	/* &lt;Forms styles&gt; */
	textarea, textarea.input_textarea{
		font:normal 16px Arial;
		border:1px solid #a79f9d;/* More css here */
		width:600px;height:400px;
	}
	.label {font:bold 16px Arial;color:#000000;}
	.error {font:normal 16px Arial;color:#cc0000;}
	.success {font:normal 16px Arial;color:#008000;}
	.notes {font:normal 16px Arial;color:#000000;}

	input[type=text],input[type=password], input.input_text{
		font:normal 16px Arial;width:300px;
		border:1px solid #a79f9d;
	}
	input[type=button], input[type=submit], input.input_button{
		font:bold 16px Arial;cursor:pointer;text-transform;capitalize;
		color:#ffffff;background:#000000;border:1px solid #d9d1cf;
	}
	/* &lt;/Forms styles&gt; */
/* &lt;/global styles&gt; */


#header 
{
	padding-top: 5px;
	padding-left: 10px; font-weight : bold;font-size: 20px; 
	color:#000000;
}
#subheader {
font-size: 16px; font-weight: bold;
color:#2ba72b;
}
 </pre></body></html>