/* basic elements*/
body { 
	color: #000000; 
	}
a:link { 
	text-decoration: none; 
	font-weight: bold;
	color: #ffffff;
	font-size:10pt;
	}
a:visited { 
	text-decoration: none;
	font-weight: bold; 
	color: #FFCC99;
	font-size:10pt;
	}
a:hover { 
	text-decoration: underline;
	}
a.main:link { 
	text-decoration: none; 
	font-weight: bold;
	color: #993300;
	}
a.main:visited { 
	text-decoration: none;
	font-weight: bold; 
	color: #cc6600;
	}
a.main:hover { 
	text-decoration: underline;
	}
a.home:link { 
	text-decoration: none; 
	font-weight: bold;
	color: #993300;
	font-size:14pt;
	}
a.home:visited { 
	text-decoration: none;
	font-weight: bold; 
	color: #cc6600;
	font-size:14pt;
	}
a.home:hover { 
	text-decoration: underline;
	}
/* specific divs */
.text { 
	/*margin: 0px;*/ 
	color: #000000; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:16pt; 
	font-size:10pt; 
	font-family: Arial, Helvetica, sans-serif;
	}
.text2 { 
	/*margin: 0px;*/ 
	color: #000000; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:20pt; 
	font-size:10pt; 
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
.text3 { 
	/*margin: 0px;*/ 
	color: #000000; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:25pt; 
	font-size:10pt; 
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
.bgnd {
	background-image:  url(images/paper1.jpg);
}
#head span {
	display:none
	}

