﻿/* ABS */

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	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: #000000;
	margin: 0;
}

table {
	border-collapse: collapse;
}

img {
 border-width: 0px;
}

form, p, dl, dd, dt, td, span, blockquote, div, q, th {
	font-size: 12px;
	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: 15px;
	margin-bottom: 6px;
	padding: 0px;
}

ul li {
    list-style-image:url('../graphics/arrows/black.png');
}

ul li ul li {
    margin-top: 10px;
    list-style-image:url('../graphics/arrows/red.png');
}


/* links */

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}

 /* forms */	

input, select, textarea, option, button {
	font-size: 10px;
	padding: 1px;
	letter-spacing: 0pt;
	color: #231F20;
}

/* End CSS */