/* 
=============================================================================================
element styles (largeStyles.css)
- used for switching font sizes on the site
=============================================================================================
 */
h1
{
	color: #005D63;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial;
	margin: 0px 0px 14px 0px;
}

h2
{
	color: #5A2452;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial;
	margin: 0px 0px 14px 0px;
}

h3
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial;
	margin: 0px 0px 14px 0px;
}

p
{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family:Arial;
	margin: 0px 0px 14px 0px;
}

ul 
{
font-family: Arial;
font-size: 14px;
font-style: normal;
line-height: 1em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-indent: 5px;
list-style-position: outside;
list-style-type: disc;
}

img
{
	border: none;
	margin:0px;
	padding:0px;
}
/* 
=============================================================================================
end element styles (largeStyles.css)
=============================================================================================
 */