body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:24px;
}


html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	background: #fffadc;
	color:#000;
}

.main {
	width:600px;
	margin-top:47px;
	z-index:9;
	position:absolute;
	}
	
.title {margin-left:62%; margin-top:50px;}
	
.link-mail a {
	padding:25px;
	float:right;
	text-decoration:none;
	color:#000000;
	font-size:15px;
	background-color:#FFFFFF;
	}


.link-mail a:hover {
	background-color:#999999;
	color:#FFFFFF;
	}
	
	

.headline a {
	background-color:#d399a9; 
	color:#FFFFFF;
	text-decoration:none; 
	}
	
.headline a:hover {
	background-color:#b58392; 
	color:#FFFFFF;
	}


	
.text a {padding:5px; background-color:#d399a9; color:#FFFFFF; text-decoration:none;}
.text a:hover {background-color:#b58392; color:#FFFFFF;}

.button {background-color:#d399a9; color:#FFFFFF; padding:20px; font-size:20px; width:100px; cursor:pointer;}
.button:hover {background-color:#b58392; color:#FFFFFF;}

.button2 {background-color:#d399a9; color:#FFFFFF; padding:20px; font-size:20px; cursor:pointer;}
.button2:hover {background-color:#b58392; color:#FFFFFF;}



	
.header {
	top:60px;
	right:0px;
	position:absolute;
	z-index:9;
	
	}
	
p {text-indent:30px;}
	
.nav .link a {
	padding:25px;
	float:right;
	text-decoration:none;
	color:#000000;
	font-size:15px;
	background-color:#FFFFFF;
	
	}
	
.nav .link a:hover {
	background-color:#999999;
	color:#FFFFFF;
	}
	
.nav-filler {
	float:right;
	width:100px;
	height:74px;
	font-size:15px;
	background-color:#FFFFFF;
	}
	
.nav {
	background-color:#FFFFFF;
	width:800px;
	margin-left:-110px;
	}
	
.cl-r {
	clear:right;
	}
	
.cl-l {
	clear:left;
	}
	


.content {
	background-color:#fff;
	width:600px;
	padding:30px 30px 30px 30px;
	position:absolute;
	top:80px;
	left:500px;
	}


img.thumb {
	float:left;
	margin-top:-30px;
	margin-right:-60px;
	}

	
.exit-journal {
	padding: 15px 15px 15px 0px;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	left: 0px;
	top: -5px;
	position:absolute;
	}
	
.exit-journal a {
	background-color:#FFFFFF;
	text-decoration:none;
	padding:10px 15px;
	color:#000000;
	}
	
.exit-journal a:hover {
	background-color:#999999;
	color:#FFFFFF;
	}
	
.smallgrey {font-size:11px; color:#666666;}
	
.x {
	float:right;
	margin-top:-30px;
	margin-right:-60px;
	background-image:url(../images/x.gif); 
	background-repeat:no-repeat;
	}
	
.x:hover {
	background-image:url(../images/x-hover.gif);
	}
	
form {}
input {border:none;padding:20px; background:#efefef; color:#666; font-family: Helvetica, Arial, sans-serif;}
	
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 200px; 
    width: 595px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

/* override the arrow image of the tooltip */ 
#dynatip.bottom { 
    background:url(/tools/img/tooltip/black_arrow_bottom.png);     
    padding-top:40px; 
    height:55px; 
} 
 
#dynatip.bottom { 
    background:url(/tools/img/tooltip/black_arrow_bottom.png); 
}

