/* CSS Document */
#space {
	line-height: 18px;
}
#space2 {
	line-height: 18px;
    margin-left: 15px;
    margin-right: 15px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #003366;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : #003366;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font weight: bold;
	text-decoration : none;
	color : #ccffff;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font weight: bold;
	text-decoration : underline;
	color : #0066ff;
	background-color : #ffffff;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font weight: normal;
	text-decoration : none;
	color : #ffffff;
}
.link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font weight: normal;
	text-decoration : underline;
	color : #00ff33;
	background-color : #000066;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #003366;
}

