﻿/* ABS */

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	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;
	text-align: justify;
	margin: 0;
	background-image: url('../graphics/bgb.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	
}

table {
	border-collapse: collapse;
}

img {
 border-width: 0px;
}

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

p {
	text-align: right;
}
ol {
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */;
	margin: 10px;
}	
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 10px;
}

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


/* links */

a:link, a:active, a:visited {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #00738C;
	text-decoration: none;
	font-size: 12px;
}


 /* forms */	

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

/* End CSS */
