
/***************************************************** CMS STYLING /
/******************************************************************/


body {
	font-family:trebuchet ms, arial, verdana;
}

img {
	border:none;
}


/**************************************************** TYPE STYLING /
/******************************************************************/


a {
	text-decoration:none;
	color:#006699;
}

a:hover {
	color:#003366;
}

h1 {
	margin:0px 0px 20px 0px;
	color:#242525;
	font-size:18px;
	font-weight:normal;
}

h2 {
	margin:10px 0px 10px 0px;
	color:#666666;
	font-size:15px;
	font-weight:normal;
	font-weight:bold;
}

h3 {
	margin:0px 0px 10px 0px;
	color:#454F44;
	font-size:11px;
}
h4 {
	margin:0px 0px 10px 0px;
	color:#006699;
	font-size:11px;
	font-style:italic;
}
h5 {
	margin:5px 0px 5px 0px;
	color:#CC0000;
	font-size:11px;
	font-weight:normal;
}

p {
	margin:0px 0px 10px 0px;
	font-size:12px;
	color:#333333;
}

div#pageContent p {
	text-align:justify;
}
