/* CSS Document */

.background {
	background-color: #cccccc;
}
.footer_background {
	background-color: #47546f;
}
.window_background {
	background-color: #66799f;
}
.window_border {
	background-color: #ffffff;
}
.image_border {
	border: thin solid #666666;
}
.home_border {
	border: thin solid #ffffff;
}


.face_one {
	background-color: #e08424;
}
.face_two {
	background-color: #6080af;
}
.face_three {
	background-color: #4d4948;
}
.face_four {
	background-color: #00004b;
}
.face_five {
	background-color: #dddddd;
}
.face_six {
	background-color: #cacaca;
}
.face_white {
	background-color: #ffffff;
}


.logo_blue {
	background-color: #00005f;
}


.text_heading {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
}
.text_subheading {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bb0000;
	line-height: 16px;
	text-decoration: underline;
}
.text_normal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 14px;
}
.text_links {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}
.text_copyright {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}


.input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	height: 18px;
}
.input_area {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}
.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	height: 23px;
}