/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #FFFFFF;
	background-position: center;
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.normalTextSize
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.PageFooter
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.superscript
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	vertical-align:super;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: normal;
}

h2 {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: normal;
}

li {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
	margin: auto auto auto 15px;
}

li.level1 {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: black;
	margin: auto auto auto 15px;
}

li.level2 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: black;
	margin: auto auto auto 15px;
}

li.level3 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: black;
	margin: auto auto auto 15px;
}

.listExample{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
	margin: 18px;
}

.copyright {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
