html{
	height:100%;
}

body{	
	height: 100%;
	behavior:url("/inc/css/csshover2.htc");
}

body, span{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2cec9;
}

body, html, form, ul, li, h1, h2, h3, p, hr{
	margin: 0;
	padding: 0;
}

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

a:hover{
	color: #9CF9FC;
	text-decoration: underline;
}

h1, h2{
	font-size: 32px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 36px;
	text-transform: lowercase;
}

h3{
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	text-transform: lowercase;
}

p{
	font-size: 14px;
	color: #d2cec9;
	line-height: 22px;
}

h3
{
	padding:5px 0;
}

h2 img{
	
}

p a{
	background: url("/images/public/dotted_line_horizontal.gif") repeat-x bottom;
}

p a:hover
{
	color: #9CF9FC;
	text-decoration: none;
}

span.detail{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2cec9;
	text-transform: lowercase;	
}

a.link-back{
	background-image: url('/inc/scripts/image_text.php?text=%3C%3C&background=584c3a&transparent=1&color=FFFFFF&font=fff_intelligent_thin.ttf&font_size=8&no_trim=0&antialias=1');
	background-repeat: no-repeat;
	background-position: 0% 8px;		
	padding-left: 12px;
}

a.link-back:hover{
	background-image: url('/inc/scripts/image_text.php?text=%3C%3C&background=584c3a&transparent=1&color=9CF9FC&font=fff_intelligent_thin.ttf&font_size=8&no_trim=0&antialias=1');
}

a.link-next{
	background-image: url('/inc/scripts/image_text.php?text=%3E%3E&background=584c3a&transparent=1&color=FFFFFF&font=fff_intelligent_thin.ttf&font_size=8&no_trim=0&antialias=1');
	background-repeat: no-repeat;
	background-position: 100% 8px;		
	padding-right: 12px;
}

a:active{
	outline:none;
}

a.link-next:hover{
	background-image: url('/inc/scripts/image_text.php?text=%3E%3E&background=584c3a&transparent=1&color=9CF9FC&font=fff_intelligent_thin.ttf&font_size=8&no_trim=0&antialias=1');
}

.hidden{
	visibility: hidden;
	display: none;
}
.visible{
	visibility:show;	
}

object:focus {
	outline:none;
}
