/* Base */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5959;
	width: 100%;
	height: 100%;
	background: url('../images/page_bg.gif') repeat-y center top;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5959;
}
form {
	display: inline;
}
/* /Base */

/* Links */
a {
	font-size: 11px;
	color: #5A5959;
	text-decoration: underline;
}a:hover {
	font-size: 11px;
	color: #5A5959;
	text-decoration: none;
}

.small {
	font-size: 10px;
} .small:hover {
	font-size: 10px;
}
.noneu {
	text-decoration: none;
} .noneu:hover {
	text-decoration: underline;
}

#language a {
	color: #24298D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} #language a:hover {
	color: #24298D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
/* /Links */

/* Fonts */
.white {
	color: white;
} .white:hover {
	color: white;
}
.bold {
	font-weight: bold;
} .bold:hover {
	font-weight: bold;
}

h3 {
	margin: 15px 0px 15px 2px;
	padding: 0px 0px 3px 0px;
	font-size: 16px;
	color: #365F96;
	background: url('../images/h3_bg.gif') repeat-x left bottom;
}
/* /Fonts */

/* Tables, Divs */
#language {
	float: right;
	color: #24298D;
	font-size: 10px;
	height: 15px;
	font-weight: bold;
	padding: 6px 48px 0px 0px;
}
#top {
	/*background-color: #9AC0E3;*/
	width: 756px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	background: url('../images/top_bg.jpg') no-repeat left top;
}
#head {
	width: 598px;
	height: 91px;
	margin: 0px 0px 0px 0px;
	background: url('../images/head.jpg') no-repeat left top;
}
#content {
	width: 403px;
	background: url('../images/conten_top_bg.gif') no-repeat left top;
	padding: 20px 10px 0px 15px;
}
#mainap {
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#footer {
	height: 29px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	background: url('../images/footer_bg.gif') repeat-x left top;
}
#footer .links {
	float: right;
	width: 560px;
	font-size: 10px;
	color: #003173;
	padding: 6px 0px 0px 0px;
} #footer .links a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
} #footer .links a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .webc_logo {
	float: left;
	width: 185px;
	padding: 2px 0px 0px 0px;
	border: 0px solid black;
}

#cimer {
	width: 158px;
	height: 121px;
	background: url('../images/cimer.jpg') no-repeat left top;
}
#head_bottom {
	height: 20px;
	background-color: #365F96;
	margin: 0px 3px 0px 3px;
	border-top: 4px solid #3D7AB2;
	border-bottom: 4px solid #B1CAE0;
}
/* /Tables, Divs */






