@charset "utf-8";
/* CSS Document */


#frameContainer {
border: hidden;
padding-right: 17px;
margin-top: 10px;
width: 380px;
height: 345px;
overflow-x: hidden;
overflow-y: scroll;

} 
.header {
	font-size: 17px;
	font-weight: bold;
	color: #003366;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C5D2E2;
}
.style1 {
	color: #003366;
	font-weight: bold;
}
.bodyLink {
color:#0033FF;
}

.bodyLink:hover{
color:#0066FF;
text-decoration:none;
}


.bodyLink:visited {
color:#0033FF;
}
