/* page frame */
span.frame,
div.frame
{
	display:block;
	width:100%;
	text-align:left;
	text-align:center;
	height:100%;
}
table.frame2 {
	width:655px;
	height:433px;
	
}

table.frame2 tr td.frame2 {
	width:704px;
	height:333px;
	vertical-align:top;
	text-align:center;
}


/* css that was inside html page */
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	background-color:#ffffff;
	color: black;
	text-decoration: none;
	
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	margin-left : 10px;
}

h1 a {
	color: black;
	text-decoration:none;
}

h1 a:hover{
	color: #7A7A7A;
	text-decoration:none;
}



h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	margin-left : 185px;
	margin-right : 20px;
	
}

h2 a {
	color: black;
}


h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	margin-left : 185px;
	margin-right : 20px;
	list-style : disc;
}

h3 a {
	color: #405E95;
	text-decoration:none;
}

h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: Gray;
	text-align: center;
}


h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	text-align: left;

}

h5 a {
	margin-left:20px;
	color: #AFAFAF;
	text-decoration:none;
}

h5 a:hover {
	color: #405E95;
}


h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #405E95;
	font-weight: normal;
	margin-left:20px;
}


	
	


/* main frame */
.main_box_frame {
	border:solid 1px #999999;
	padding: 2px;
}


