﻿/* ABS */

body {
	font-family: sans-serif, Arial, Verdana, sans-serif;
	font-size: 15px; /*12*/
	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: #333333;
	margin: 0;
	
	/* text-align: justify;  */
}

table {
	border-collapse: collapse;
}

img {
 border-width: 0px;
}

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

p {
	/* text-align: justify; */
	font-size: 15px; /*15*/
}

ol {
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */;
	margin: 5px;
	font-size: 15px;
}	
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 5px;
	font-size: 15px;
}

li {
	list-style-type: square;  /* square circle disc decimal */
	list-style-position: outside;
	margin: 5px;
	font-size: 15px;
}

/* links */

a:link, a:active, a:visited {
	color: #002D6C; /* 151552 */
	text-decoration: none;
	font-size: 15px;
}
a:hover {
	color: #002D6C;
	text-decoration: underline;
	font-size: 15px;
}


 /* forms */	

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

/* End CSS */
