@charset "utf-8";
/*Basic Page Styles*/
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #1e1e1e;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	color: #F00
}
a:visited {
	color: #F00
}
a:hover {
	color: #900
}
a:active {
	color: #F00;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#text-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	text-align: center;
}

.title1 {
	color: #1E1E1E;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#section {
	color: #003359;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.scroll
{
width:450px;
height:110px;
overflow:auto;
}