/* CSS Document */

body{
background-color: #F4FCFF;
}

.header_link{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.header_link:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.td_main{
	background-color: #F8F8F8;
}

.td_footer{
	background-color: #0999C1;
}

.td_color1{
	background-color: #E6F4F8;
}
.td_grey1{
	background-color: #f2f2f2;
}


h1{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0999C1;
}
.title_h1{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0999C1;
}

.title{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0999C1;
}

.t_normal{
	font-family: Arial;
	font-size: 12px;
	color: #474747;
	line-height: 16px;
}

.t_large{
	font-family: Arial;
	font-size: 13px;
	color: #474747;
	line-height: 16px;
	font-weight: bold;
}

a{	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2E81CA;
	text-decoration: underline;
}

a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2EA7CA;
	text-decoration: none;
}