html
{
	height:100%;
	margin:0;
	padding:0;
}

body 
{ 
	font-family:Arial, sans-serif, Helvetica; 
	font-size:14px; 
	background-color:#093c77; 
	margin-top:0; 
	margin-left:0; 	
	padding-top:0; 
	padding-left:0; 
	border-width: 0; 
	outline-width: 0; 
}

a 
{
	color:#0B3B74; 
	text-decoration:none;
}
a:active 
{
	color:#6482A5
}
a:hover
{
	color:#6482A5
}

.slogan 
{
	font-size: 16px;
	font-weight:bold;	
}

.footer 
{
	font-size: 10px;
}

.ref_tabTitle {
	font-size: 11px;
	font-weight: bold;
	line-height:14px;
	background-color:#d7e1eb;
}
.ref_tabTopTitle {
	font-size: 11px;
	font-weight: bold;
	line-height:14px;
	background-color:#c3d2e1;
}
.ref_tabText {

	font-size: 10px;
	line-height:14px;
	background-color:#ebf0f5;
}
.ref_tabAnnoText {

	font-size: 10px;
	line-height:14px;
}
.box 
{
	padding: 10px;
	background-color:#d7e1eb;
}
p { text-align: justify; }
