/* Global Styles ---------- */
body {
	text-align: center; /* for IE */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-color: #95AFBE;
}

a:link {
	color: #495678;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #495678;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #95AFBE;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #495678;
	text-decoration: none;
	font-weight: normal;
}

input {
	border: 1px solid #EAE9FC;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
}

textarea {
	border: 1px solid #EAE9FC;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
}

select {
	border: 1px solid #EAE9FC;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size:11px;
}

/* <------------- Global Styles END */

.content {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 990px;
	overflow: hidden;
	top: 0px;
}

.border {
	border: 1px solid #495678;
}

.general_title_layer {
	width:auto;
	height:auto;
}

.titlebar {
	background-image: url("../images/middel.gif");
	color:#495678;
	height:23px;
	text-align:center;
}

/*----------------------------END----------------------------*/