@charset "UTF-8";

/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #000066;
	line-height: 14px;
	background-color:#3d63ad;
}

td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #000066;
	line-height: 14px;
}

td.small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 12px;
}

a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 14px;
}
 
a:hover {
	text-decoration: none;
	color: #0000CC;
}

a.reserve:link, a.reserve:visited, a.reserve:active {
	color: #990000;
	text-decoration: none;
	font-size: 13px;
}

a.reserve:hover {
	color: #CC9933;
	text-decoration: none;
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

.line_space {
	line-height: 16px;
}
.red {
	color: #990000;
}
.bold_big {
	font-weight: bold;
	font-size: 14px;
}
.bold_bigger {
	font-weight: bold;
	font-size: 15px;
}

.formresponse {
	color: #cb1c2b;
	font-weight:bold;
}

.red {
	color: #FF0000;
	font-size: 24px;
}

