	h2 {
		color: #990033;
		margin-bottom: 6pt;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13pt;
	}
	
	.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Blue;
	font-weight: bold;
}

/* style14 */

body {
	/* background: #c0c0c0; */
	color: #333;
	font-family:Arial;
}

/* font colors */

a {
	color: Blue;
}

h1 {
	color: Blue;
}


h2 {
	color: #3B5472;
}

h3 { 
   color: #666;
}

p {
	font-size:10pt;
}

div#mainbody {
	border-top: 2px solid Blue;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0%;
	background: #ffffff;
	width: 960px;
}

div#Section1 {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0%;
	background: #ffffff;
}

.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:Bold;
	}
	
.desc a:hover {
	color:#C00;
}


