/* center and size
------------------ */
#container {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 100%;
	overflow : visible;
	visibility: visible;
	background-color : #000000;
	}


body{
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
}

a {color:#000000; text-decoration:none; }


A:hover{color:#9999ff;}

A:active{color:#FF0000;}

a:hover.navlink { color:#990000 } 



.title {
font-family: "Arial Narrow", Helvetica, sans-serif;
font-size: 15px;
color:#666666;
text-decoration: none;
}


.location {
font-family: "Arial", Helvetica, sans-serif;
font-size: 11px;
color:#999999;
text-decoration: none;
}



.text_body {
font-family: "Arial", Helvetica, sans-serif;
font-size: 12px;
overflow : visible;
table-layout: fixed;
color:#999999;
text-decoration: none;
text-wrap: normal;
}




.small_links {
font-family: "Arial", Helvetica, sans-serif;
font-size: 11px;
color:#666666;
text-decoration: none;
font-weight: bold;
}



.footer {
font-family: "Arial", Helvetica, sans-serif;
font-size: 11px;
color:#999999;
text-decoration: none;
}