/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/**DIV*/

div.hidden { 
	display: none; 
}

div.unhidden {
	display: block; 
}

/**IMAGES*/

img.img1 {
	float:right;
	margin:0em;
}

img.img2 {
	float:center;
	margin:0em;
}

img.img3 {
	float:right;
	margin:1em;
}

img.img4 {
	float:left;
	margin:1em;
}


/** LINKS */

a img {
	border: none;
}

a:hover img {
	text-decoration: none;
}

a.ext:link {
	color: #CC0033;
	text-decoration: none;
	font-weight: bold; 
}

a.ext:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold; 
}

a.ext:hover { 
	text-decoration: underline;
}

a.ext:active {
 }


/** TEXTS */

body, th, td {
	font-family: Arial, sans-serif, Tahoma, Helvetica;
	font-size: 12px;
	color: #454545;
}


p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-family: Arial, sans-serif, Tahoma, Helvetica;
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}

.text2 {
	font-family: Arial, sans-serif, Tahoma, Helvetica;
	font-size: 14px;
	color: #666666;
}

.text3 {
	font-family: Arial, sans-serif, Tahoma, Helvetica;
	text-align: justify;
	font-size: 12px;
	color: #666666;
}

.header1 {
	font-family: Arial, sans-serif, Tahoma, Helvetica;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #454545;
}

.info1 {
	font-family: Arial, sans-serif, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.info2 {
	font-family: Arial, sans-serif, Tahoma, Helvetica;
	font-size: 10px;
	color: #999999;
}


/** TABLES */

table.main {
	width : 700px;
	height : px;
	margin-right: auto;
	margin-left: auto;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.main th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.main td {
	border-width: 1px 1px 1px 1px;
	padding: 8px 18px 10px 18px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.topspacer {
	width : 700px;
	height : 20px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: none none none none;
	border-collapse: separate;
	background-color: white;
}
table.bottomspacer {
	width : 700px;
	height : 10px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: none none none none;
	border-collapse: separate;
	background-color: white;
	text-align: right;
}

table.textspecial {
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: none none none none;
	border-collapse: separate;
	background-color: white;
	text-align: justify;
}

table.clients {
	width : 368px;
	height : px;
	margin-right: auto;
	margin-left: auto;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: none none none none;
	border-collapse: separate;
	background-color: white;
}
