/* CSS Document */

body  { background-repeat: no-repeat; margin: 0; padding: 0 }

body, td, input, select, textarea {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #647882;
}

.inputfield{
	background-color: #F2F4F5;
	border: 1px solid #B7C2C8;
}


.buttonok{
	background-color: #647882;
	border: 3px double #647882;
	font-weight: bold;
	color: #FFFFFF;
}


.tdfooter {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #647882;
	padding: 5px;
}

.tdheader {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding: 10px;
	letter-spacing: 12px;
	color: #647882;
	font-weight: bold;
}

.tdmenus {
	line-height: 20px;
	padding: 20px;
}

.tdmenubox {
	line-height: 14px;
}

a {
	color: #00ACEF;
	text-decoration: underline;
}

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


a.linkmenus {
	font-weight: bold;
	color: #00ACEF;
	text-decoration: none;
}

a.linkmenus:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.pagemark {
	color: #00ACEF;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
}

.pagetitle {
	font-size: 26px;
	color: #00ACEF;
}


hr {color: #eeeeee;}


.pagebox { border: 1px solid #eeeeee;}
