/* Cascading Style Sheet (CSS) for Ektron CMS eWebEditPro users */
/* style "more" hyperlink */
@import url("/style/more/more.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:  #000000;
	margin: 0;
	padding: 0;
	background-color: white;
}
table {
	font-size: 100%;
}
h1 {
	font-size: 150% ;
	font-weight: bold ;
	color: #0033CC ;
	margin: 0 auto 0.5ex;
}
h2 {
	font-size: 145% ;
	font-weight: bold ;
	color: #333333 ;
	margin: 0 auto 0.5ex;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0.5ex 0;
	padding: 0.5ex 0 0.5ex 28px;
	background: url(/template_images/h3.gif) bottom left no-repeat;
}
h4 {
	font-size: 145% ;
	font-weight: bold ;
	color: #333333 ;
	margin: 0 auto 0.5ex;
	background-image:url('/template_images/h4bg.gif');
	background-repeat:repeat-x;
} /*background:#FFFFCC !important;*/
h5 {
	font-size: 105% ;
	font-weight: bold ;
}

p {
	margin: 0 auto 2ex;
}
li {
	line-height: 140%;
}
a:link {
	color: #0000EE;
}
a:visited {
	color: #551A8B;
}
a:hover {
	text-decoration: none;
	color: #48F;
}
a:active {
	color: #F90;
}
form {
	margin: 0;
	padding: 0;
}

