/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E0F1FC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #215D8F;
}

a.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #215D8F;
	text-decoration:none;
}

a.text01:hover {
	text-decoration:underline;
}

.text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0E3658;
}

.bg1 {
	background-color: #9FBCD5;
}

.tableBorder01{
	border-left: 1px solid #3A6992;
	border-right: 1px solid #3A6992;
	border-bottom: 1px solid #3A6992;
}

h1 {
	font-size: 22px;
	color: #000066;
}

h2 {
	font-size: 18px;
	color: #000066;
}

.smallText {
	font-size: 10px;
}

.smallText02 {
	font-size: 10px;
	color:#FFFFFF;
}

.whiteText {
	color: #FFFFFF;
}

a.link01 {
	color:#00FFFF;
}