﻿/* Document */
body{
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #cc9966;
	background-color:#630D0E;
	margin:0px;
}
.text_body_head{
	font-size: 12px;
	font-weight: bold;
	font-family:tahoma;
	color: #ffffff;
	text-align:center;
	background-color: #012e8e;
}
.text_body_white{
	font-size: 12px;
	font-family:tahoma;
	color: #012E8E;
	background-color: #ffffff;
	font-weight: normal;
}
.text_body_blue{
	font-size: 12px;
	font-family:tahoma;
	color: #012E8E;
	background-color:#E7EEF8;
	font-weight: normal;
}
a.menu:link {
	font-family: tahoma;
	font-size: 11px;
	color: #012E8E;
	text-decoration: none;
	font-weight: normal;
}
a.menu:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #012E8E;
	text-decoration: none;
	font-weight: normal;
}
a.menu:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #012E8E;
	text-decoration: underline;
	font-weight: normal;
}
a.menu:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
/* Footer */
.footer{
	font-size: 10px;
	font-family:"sanserif", "Verdana";
	color: #6E96D5;
	font-weight: normal;
}
/* Search */
.search{
	font-size: 10px;
	font-family:"terminal";
}
.search_bar{
	font-size: 10px;
	font-family:"terminal";
	color: #012E8E;
	background-color: #C8D8F2;
	padding: 0px;
	border: 1px solid #C8D8F2;
}
/* Logout */
a.logout:link {
	font-family: tahoma;
	font-size: 12px;
	color: #B05B06;
	text-decoration: none;
	font-weight: normal;
}
a.logout:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #B05B06;
	text-decoration: none;
	font-weight: normal;
}
a.logout:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #B05B06;
	text-decoration: underline;
	font-weight: normal;
}
a.logout:active {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
}
