@charset "UTF-8";
/* CSS Document */

body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	line-height: 1.3em;
}
a:link, a:visited {  /* sets body links styling on link and visited states */
	font-size: 1.0em;
	text-decoration: underline;
	color: #660000;
}
a:hover a:active { /* sets body links styling on hover and active states */
	font-size: 1.0em;
	text-decoration: underline;
	color: #996600;
}
h1 { /* sets styling for Header 1 level*/
	font-size: 1.5em;
	font-weight: bold;
}
h2 { /* sets styling for Header 2 level */
	font-size: 1.3em;
	font-weight: bold;
}
h3 { /* sets styling for Header 3 level */ 
	font-size: 1.2em;
	font-weight: bold;
}
h4 { /* sets styling for Header 4 level */
	font-size: 1.0em;
	font-weight: bold;
}
.iframe_template {
	background-color: #DEDCC6;
	height: 450px;
	width: 260px;
	padding: 20px;
}
.image_left_no_border {
	float: left;
	margin-right: 10px;
}
.image_border {
	border: 1px solid #000000;
}
