﻿/* ABS */

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #4D4D4D;
	margin: 0;
}


img {
 border-width: 0px;
}

form, p, dl, dd, dt, td, span, blockquote, div, q, th {
	font-size: 9pt;
	margin: 0;
}

ol {
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */;
	margin: 0px;
	padding: 0px;
}	
ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: square;  /* square circle disc decimal */
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 0px;
}

ul li {
}

ul li ul li {
    margin-top: 10px;
}


/* links */

a:link, a:active, a:visited {
	color: #4D4D4D;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-style: normal;
}

 /* forms */	

input, select, textarea, option, button {
	border:1px solid #C0C0C0; 
	font-size: 9pt;
	padding: 1px;
	letter-spacing: 0pt;
	color: #4D4D4D
}

/* End CSS */