#articleTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size:16px;
	font-weight: 900;
	position: relative;
	text-align:center;
	width: 95%;
	padding: 16px 10px 12px 10px;
}

#dateWritten {
	position: relative;
	clear: both;
	padding: 0px 10px 12px 10px;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#6699CC; 
	text-align:center; 
	font-weight: normal; 
}

#textArea {
	position: relative;
}


blockquote {
  color:#666699;
  line-height:13px;
  margin:15px 50px;
}
ul{
  font-family:Times New Roman, Times, serif;
  font-size:12px;
  color:#666699;
  text-align:justify;
  line-height:15px;
}
ol{
  font-family:Times New Roman, Times, serif;
  font-size:12px;
  color:#666699;
  list-style-type:lower-roman;
}
li {  
	line-height: 15px;
	margin:10px 30px 10px 20px;
}

h1, h2, h3, h4, h5 {
	font-family: helvetica, san serif, serif;
	}

h1{
  font-size:20px;
  font-weight:900;
  color:#336699;
  text-transform:uppercase;
  text-align:center;
  padding:10px 15px;
  border:3px none;
  margin:20px 30px;
}
h2{
  font-size:16px;
  font-weight:700;
  color:#006699;
  text-transform:uppercase;
  text-align:center;
  margin:20px 30px 10px 30px;
}
h3{
  font-size:14px;
  font-weight:300;
  color:#006699;
  margin:15px 30px 10px 30px;
}
h4{
  font-size:12px;
  font-weight:300;
  color:#0066CC;
  margin:12px 30px;
}
h5{
  font-size:12px;
  font-weight:200;
  color:#0066CC;
  margin:12px 30px;
}
p {
  font-family:Times New Roman, Times, serif;
  font-size:12px;
  color:#333333;
  text-align:justify;
  line-height:15px;
  margin:10px 30px 10px 30px;
}
.authorInfo{
  font-family:Helvetica, san-serif;
  font-size:14pt;
  color:#6699CC;
  text-align:center;
  line-height:16pt;
  font-weight: normal;
}

.notice{
  font-style:italic;
  font-size:12pt;
  color:#CC9900;
  border-color:#FF6666;
  border-style:dotted;
  border:3px 10px 3px 10px;
}

.modInfo{
  font-family:Helvetica, san-serif;
  font-size:10pt;
  text-align:left;
  line-height:12px;
}

a {  
color: #33CC99; 
text-decoration: none;
}



.cNotice {  font-family: Arial, Helvetica, sans-serif; font-size: 10px;}

