
@charset "iso-8859-1";
body { 
	color:#303030;
	font-size:12pt;
	font-family:"Arial";
	
}

* {
	color: inherit;
	font-size: inherit;
	font-family: inherit; }

select,textarea,input
{
	font-family:"Arial";
	border-color:#c0c0c0;
	border-width:thin;
	border-style:solid;
}


a:hover { 
	color:#5050c0;
	text-decoration: underline; }

a { 
	color: #3030a0;
	text-decoration:none; }

a:visited { color:#101080; }

.column { 
	color: #000000;
	text-decoration:underline; }

.xsmall {font-size:8pt }
.small { font-size:9pt }
.medium { font-size:12pt }
.large { font-size:15pt }
.xlarge { font-size: 19pt }

.menufirst 
{
	font-family:"Verdana";
	font-size: 18pt;
	color:#274770;
	font-weight: bold;
}

.menu 
{
	font-family:"Verdana";
	font-size: 14pt;
	color:#274770;
}

.boxfirst 
{
	font-family:"Verdana";
	font-size: 18pt;
	color:#ffffff;
	font-weight: bold;
}

.box 
{
	font-family:"Verdana";
	font-size: 14pt;
	color:#ffffff;
}

.msg { 
	font-size:9pt;
	font-family:"Courier New";
}


.margins { margin: 10pt }
.padding { padding:10pt }

