﻿#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 5px;
	padding-right: 10px;
}

#content li{
}
	

/* Need to add li tag */


/* h1 2 and 3 are centered h tags and only differ by size */

#content h1 {
	font-size: xx-large;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-align: center;
	margin-top: 0px;
}
#content h2 {
	font-size: x-large;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-align: center;
	margin-top: 0px;
}
#content h3 {
	font-size: 18px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-align: center;
	margin-top: 0px;
}

/* h4 is left margen */

#content h4 {
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0033FF;
}
/* #content h5 is a wild card and is only to be used on current page styles!*/

/* h6 is a centered tag for titles in divs and bottom of page */
h6 {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #0033FF;
}

#content p {
	margin: 5px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.centerp {
	text-align: center;
}
strong {
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
}
#italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
}
#bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#underline {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

