

body {
 font-family: "Georgia", Verdana, Tahoma, Arial, sans-serif;
 padding:	0px;
 margin:	0px;
 background:	#fff url(/images/layout//bg_with_header.png) top center repeat-x;
 font-size:		12.4pt;
 color:			#444;
}


div.outer {
 width:	900px;
 margin-left:	auto;
 margin-right:	auto; 
}

div, p {
 	margin:0px;
	padding:0px;
	
}
h1, h2, h3, h4 {
 	margin:0px;
	padding:0px;
	font-family: "Georgia";
	font-weight: normal;
}


h2 {
 font-size:     25pt;
}

h3 {
 font-size:     20pt;
}

h4 {
 margin:        1.5em 0em 0.5em;
 font-size:     13pt;
}

td {
 font-size:     10.5pt;
 vertical-align: top;
}

a {
	/* color:#2A4093 */;
	color:	#922;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
}

a.extern {
 background:url(img/bg_link_extern.gif) left center no-repeat;
 padding-left:17px;
}


div.adminhint {
 position:	absolute;
 right:		1em;
}

div.adminhint a {
 color: 		#eee;
}

b.doclear {
  clear:            both;
  display:          block;
}
