body  {
	background-color: #eeeeee;
	cursor: default;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
}

a.entetemenu {
	color: #003366;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; 
}

a.menu {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none; 
}

input.button, input.text, input.textlock, input.text_bold, textarea, select {
	color: #000000;
	font-size: 10px;
	background: #ffffff;
	border-width: 1px;
	border-color: #000000;
}

input.text_bold {
	font-weight: bold;
}

.top {
	vertical-align: top;
	background: #6793c3 url(images/bg_menu.jpg) bottom left no-repeat;
}



/* Content */

#content {
	margin: 0;
	padding: 20px 20px 40px 40px;
	vertical-align: top;
	text-align: left;
	background: #c8d44f url(images/bg-standard2.jpg) bottom left no-repeat;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}

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

#content h2 {
	margin: 18px 0 12px 0;
	padding: 0;
	color: #0d4f86;
	font-weight: bold;
	font-size: 14px;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	margin: 0;
	padding: 0 0 0 24px;
	list-style: none;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content a, #content p, #content li {
	color: #444;
	text-decoration: none;
}

#content a.red {
	font-weight: bold;
	color: #b10254;
}

#content em.really {
	color: #b10254;
	font-weight: bold;
	font-size: 20px;
}

#content a.emph {
	color: #0d4f86;
	font-weight: bold;
	font-size: 14px;
}

#content #next a {
	color: #b10254;
	font-weight: bold;
	font-size: 16px;
}

#content img.large {
	margin: 0 -20px 0 -40px;
}

* html #content img.large {
	margin: 0 -20px 0 0;
	padding: 0;
	position: relative;
	left: -40px;
	width: 645px;
	overflow-x: hidden;
}

#content img.centered {
	display: block;
	margin: 0 auto;
}

#content img.alignleft {
	margin: 0 20px 18px 0;
	display: inline;
	float: left
}

#content img.alignright {
	margin: 0 0 18px 20px;
	display: inline;
	float: right;
}



/* Welcome */

#content.welcome {
	background: #c8d44f url(images/bg-standard1.jpg) bottom left no-repeat;
	line-height: 30px;
}

#content.welcome h2 {
	color: #b10254;
	font-weight: normal;
	font-size: 18px;
}

#content.welcome li {
	margin: 0;
	padding: 0 0 0 24px;
	list-style: none;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-size: 16px;
}
