/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
}

td, p, a {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #666699;
}
p, td, span {
	text-align:justify;
}/**/

/* Menu */
.menu {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #666699;
}
.menu a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #B68CBA;
	text-decoration: none;
}
.menu a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #AD81B2;
	text-decoration: none;
}
.menu a:hover {
	font-family: Tahoma;
	color: #59548C;
	text-decoration: none;
}
.menu a:active {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #5A5689;
}
.inputsearch {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 10px;
	color: #AD0A97;
	background-color: transparent;
	border: none;
}
.line-h {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9D7F1;
}
.line-h_whatsurprise {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f0d5fe;
}
.inputbox {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #B0257E;
	background-color: #D192CB;
	border: 1px solid #FFFFFF;
}
a {
	color: #59548C; /*#B68CBA, #59548C*/
	text-decoration: none;
}
a:hover {
	color: #AD81B2;
}

td.top {
	height: 57px;
	background-image: url(../images/menu/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* Left Side */
td.content {
	background-image: url(../images/bgunderlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:top;
	height: 100px;
	text-align:center;
}
td.leftmenu {
	vertical-align:top;
	width: 255px;
}
td.centercontent {
	vertical-align:top;
}

