body {
	font-family: "Times New Roman", Times, serif;
	background: white;
	color: #000000;
	}
	
#warpper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent none;
	}
	
div#content {
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #993300;
	}

div#mast {
	margin-bottom: -8px;
	}

div#mast img {
	vertical-align: bottom;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.normal {
	font-size: 10pt;
	text-align: justify;
}

.small {
	font-size: 8pt;
	text-align: center;
}

.normalCenter {
	font-size: 10pt;
	text-align: center;
} 

.normalLeft {
	font-size: 10pt;
	text-align: left;
}

.normalList {
	font-size: 10pt;
	text-align: justify;
	list-style-position: inside;
	list-style-type: disc;
} 

.normalRight {
	font-size: 10pt;
	text-align: right;
} 

.MediumBold { 
	font-size: 12pt; 
	text-align: center; 
	font-weight: bold 
}

.MainTitle {
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	border: thin outset #000000;
	width: 500px;
} 

.Title2 { 
	font-size: 12pt; 
	text-align: center; 
	font-weight: bold ; 
	border-top-width: medium; 
	border-right-width: medium; 
	border-bottom-width: medium; 
	border-left-width: medium ; 
	font-style: italic; 
} 

.help {
	font-size: 10pt;
	font-style: italic;
} 

.Important {
	font-size: 10pt;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
}