@charset "utf-8";
body, td, th {
	color: #CC0000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #A8D1FF;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: none;
}

.font_small_10 {font-size: 10px}

.font_12_bold {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.font_14_bold {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.font_16_bold {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navigation_main {
	border: thin dashed #CC0000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.submit {
	color:#CC0000;
	background-color:#A8D1FF;
	cursor:pointer;
	font-weight:bold;
	border: thin outset #CC0000;
	}

