/* general */

body
{
	/* font-family:Verdana, Geneva, Arial, helvetica, sans-serif; */
	font-size:12px;
 	color: #000080;
 	/* background-color: #E3EBF9; */
 	background-image:url(../img/bg_vert_0033FF_to_white.png);
 	background-repeat:repeat-x;
}

#main_area{
	position:relative;
	z-index:1;
	top:5px;
	width:950px; /*1000px*/
	/*text-align:center;*/
	left:auto;
	background-color:#E3EBF9;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#f00;
	margin:0;
	padding:0;
}

mandatory {
	font-weight:bold;
	color:#f00;
}

a:link {
	color: #c00;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
  	color: #c00;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #f00;
	font-weight:bold;
}

a:active {
	color: #c00;
	text-decoration: none;
	font-weight:bold;
}


/* divs */

#centerRegion {
	position: relative;
}

#navi {
	text-align:center;
}

/* classes */

.topic {
	color:#3366CC;
}

.big {
	font-size:16px;
	font-weight:bold;
	color:#3366CC;
}
