html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 70.5%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}



p {
	line-height: 180%;
}

img {
	border: none;
}

h1 {
	font-size: 140%;
	font-family: tahoma, trebuchet ms, arial;
	font-weight: normal;
	color: #002B54;
	font-style: normal;
	margin: 0px 0px 30px 0px;
}

h2 {
	font-family: trebuchet ms, arial;
	font-size: 120%;
	font-weight : bold;
	color:#336699;
	font-style: normal;
}

h3 {
	font-family: trebuchet ms, arial;
	font-size: 120%;
	font-weight : bold;
	color:#336699;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {
	color : #336699;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #EBECED;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #003366;
}

.related_media_box2 {
	margin: 5px;
	padding: 5px;
}

.related_media_box {
	margin: 5px;
	padding: 5px;
	float: right;
	background-color: #F0F0F0;
	border: 1px solid #cccccc;
}

.related_media_box h3 {
	color: #999999;
	margin: 0px 0px 10px 0px;
}

.related_media_box2 h3 {
	color: #999999;
	margin: 0px 0px 10px 0px;
}

ul.related_media  {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	list-style: none;
	text-align: left;
	list-style-type: none;
}

ul.related_media li {
	padding: 2px;
	list-style-type: none;
}	

.related_media img {
	padding-right: 5px;
	text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
}

