﻿/*ABS*/
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	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: #003366;
	margin: 0;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	font-size: 10px;
	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-right: 25px;
	margin-bottom: 10px;
	padding: 0px;
}

/* links */
a:link, a:visited, a:active {
	color: #cc6633;
	font-size: 10px;
	text-decoration: underline;
	text-transform: capitalize;
}
a:hover {
	color: #964925;
	font-size: 10px;
	text-decoration: none;
	text-transform: capitalize;
}
a img {
	border: 0;
}
/* forms */
input, select, textarea, option, button {
	font-size: 11px;
	border: 1pt solid #7F9DB9;
	background-color: #ffffff;
	padding: 0.5px;
	letter-spacing: 0pt;
	color: #cc6633;
}