/* CSS Document */
#wrapper {
	width:1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-color:#FFFFFF
		}
.style1alpha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
		
}

.style111 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.style3 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


.style4 {
	font-size: 95%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	 
}

.style5 {
	font-size: 85%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:105%;
	
	
}

.style7 {
	font-size: 95%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	 color:#FFF
}

.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFF;
}

.style17 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	
	}

.style22 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#F00;
	}
	
.style23 {
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#F00;
	}
	
.style24 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#000000;
	}
	
a:link {
	color: #404040;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #404040;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #404040;
}

