@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}

.table2 {
	table-layout:fixed;
	word-wrap:break-word;
}

img {
	border: 0px solid #FFF;
	
} 

.table3 {
	text-indent : -20px;
	padding-left: 20px;
}

.CITEINDENT {
	text-indent : -20px; 
	padding-left: 20px;
	table-layout:fixed;
	word-wrap:break-word;
	} 
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #000;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 30px;
	margin-left: 30px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #303;
	text-indent: 10px;
}

.footer {
	color:#030;
	size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.footerlink A:link {
	color:#030;
	size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
.footerlink A:visited {
	color:#030;
	size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.footerlink A:hover {
	color:#6F0;
	size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.footerlink A:active {
	color:#000;
	size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.pic:link {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #FFF;
}
.pic:visited {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #FFF;
}
.pic:hover {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #FFF;
	}
 .pic:active {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #FFF;
	}
 
 
 
 A:link {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #00C;
}
 A:visited {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #900;
}
 A:hover {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #3F0;
	}
 A:active {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #FF0;
	}
