@charset "utf-8";
/* CSS Document */

body { /*use for most of website */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
	
}

h1 {
	font-size: 36pt;
	font-family: Times New Roman;
	font-weight:bold;
}

h2 {
	font-size: 18px;
	color: #333333;
}

h5 {
	color:#000000;
}

#issue 
{
	font-size: 24px;
	color: #000000;
	font-weight:normal;
}

.subTitle
{
	font-weight:bold;
	color:#000000;
	font-family: Arial;
	font-style: italic;
	font-size: 11.0pt;
}
