/* general content style */
body{
	font-family: Arial, Verdana;
	font-size: 10pt;
	line-height: 16pt;
	margin: 10px;
}
a{
	color: #0000FF;
	text-decoration: none;	
}
a:hover{
	color: #0000FF;
	text-decoration: underline;	
}

/* various title styles */
h1{
	font-style: normal;
	font-size: 16pt;
	line-height: 16pt;
	color: #800080;
	text-align: center;
	font-weight: none;
	margin: 0px;
	text-transform: uppercase;
}
h2{
	font-style: italic;
	font-size: 12pt;
	line-height: 12pt;
	color: #993366;
	text-align: center;
	font-weight: none;
	margin: 0px;
}
h3{
	font-style: italic;
	font-size: 12pt;
	line-height: 12pt;
	color: #0088CC;
	text-align: left;
	font-weight: none;
	text-transform: none;
}
.qtitle{
   	color: #880000;
   	font-size: 14pt;
   	line-height: 16pt;	
}

/* list styles */
li{
	color: #008800;	
}
ul.alist{
	list-style-image: url('../images/alist2.gif');
}
ul.alist li{
	color: #008800;
}
ul.qlist{
	list-style-type: square;
}
ul.qlist li{
	margin-bottom: 15px;	
}
ul.articles{
	font-size: 14pt;
    line-height: 30pt;
}
ul.articles li{
 	color: #000000;   
}
ul.articles li a{
	font-size: 12pt;
    font-weight: bold;
}

/* other styles */
.quote{
	color: #993366;
	font-style: italic;	
}
.itext{
	font-style: italic;
	text-decoration: underline;
}
.stext{
	color: #993366;
}