/** BASIC ELEMENTS **/

body {
	background-color: #CCCCCC; 
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #003399;
}
h1 {
		font-size:18px;
		}
h2 {
		font-size:17px;
		}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

/** BACKGROUNDS **/

.bg1 {
	background-image: url(images/index20.gif);
	background-repeat: repeat-x;
}

/** TEXT **/

.text1 {
	margin-bottom: .5em;
	font-weight: bold;
}

.text2 {
	margin-bottom: 1em;
	text-align: justify;
}

.text3 {
	margin-top: .5em;
	color: #B5BCBD;
}


