/* content */
.text-header { font-weight: bold; font-size: 12pt; font-family: Arial; color: #153846;}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #000000; }

/* top elements */
.company { font-weight: bold; font-size: 14pt; font-family: Arial; color: #ffffff; }
.slogan { font-weight: bold; font-size: 8pt; font-family: Arial; color: #D3E5E7; }

/*main menu*/
.menu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #0A2934; text-decoration: underline; }
.amenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #0A2934; text-decoration: none; }

/*submenu*/
.submenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #0A2934; text-decoration: underline; }
.asubmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #0A2934; text-decoration: none; }

/*bottom menu*/
.bmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: underline; }
.abmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }

/*copyright*/
.footer { font-size: 8pt; font-family: Tahoma, sans-serif; color: #B1C8DA; }

/*backgrounds*/
.submenu-bg { background-color: #078E88; }

/* others */
.dropmenugeneral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #060;
}

.inputboxgeneral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #69c;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
}

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
}

.tdlist_header {
	background-color: #F1F1F1;
}

.tdlist,.tdlist_header {
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 2px;
	margin-right: 2px;
	font-size: 8pt;
   font-family: Tahoma, sans-serif;
   color: #000000;
}

#nav {
	font-size: 8pt;
}

/* -- Custom A Href -- */
.a_href {
	COLOR: blue;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.a_href:hover {
	COLOR: blue;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

.mybutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	cursor: hand;
}