﻿

/*---------- I-Frame (Inline Frame) Styles for pages that get presented inside an iframe -----*/


body {
	background-color:#FFFEE6;
	font-family:Verdana;
	font-size:small;
	
}

a:link {
	color: #2020D8;
	text-decoration: none;
}

a:visited {
	color:#CC0099;
	text-decoration:none;
}

a:active {
	color:#FF3300;
	text-decoration:none;
}

a:hover, a:focus {
	color: #3333FF;
	text-decoration: underline;
}


#iframe_container {
	width:326px;
	height:480px;
	padding-right:5px;
}

#iframe_container img {
	float:left;
	border:0px;
}

.top_1 {
	margin-bottom:10px;
	border-width:5px 0px;
	border-color:#C0C0C0;
	border-style:solid;
	padding: 4px 0px;
}

.top_1 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1.1em;
	margin:0px 2px 2px;
	padding:0px 2px 2px;

}


.top_1 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.1em;
	margin: 2px 2px 0px;
	padding:2px 2px 0px;

}


.top_1 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.1em;
	margin: 4px;
	padding:4px;

}


.box_1 {
	margin:5px 0px;
	border:0px;
	vertical-align:top;
}

.box_1 img {
	float:left;
	margin: 0px 5px 0px 0px;
	border:0px;
}

.box_clear {
	clear:both;
	height:0px
}

.smaller_txt {
	font-size:smaller;
}

.bold {
	font-weight:bold;
}






