﻿/*ABS*/
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	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: #666666;
	margin: 0;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	font-size: 11px;
	margin: 0;
}
ol {
	list-style-type: decimal; /* square circle disc decimal */;
}
ul {
	list-style-type: square;
}
/* links */
a:link, a:visited, a:active {
	color: #6e910f;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	color: #6e910f;
	font-size: 11px;
	text-decoration:underline;
}
a img {
	border: 0;
}
/* forms */
input, select, textarea, option {
	font-size: 9px;
	border: 1pt solid #7F9DB9;
	background-color: #ffffff;
	padding: 0.5px;
	letter-spacing: 0pt;
	color: #cc6633;
	height:10px;
	width:95%;
}
a:link.button,a:visited.button,a:active.button 
{
	color:#ffffff;
	font-family:gorgia;
	text-transform:capitalize;
	text-decoration:none;
	
}
a:hover.button
{
	color:#ffffff;
	font-family:gorgia;
	text-transform:capitalize;
	text-decoration:underline;

	
}