/*
CSS file for Rimhurst -- Official website. 
created & maintained by gascaj desings
Copyright 2006 Rimhurst/Gascaj. 
DO NOT COPY!
*/

body, td, th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color:#657fba;     /* font-color is not widely supported???*/
	background-color:#ffffff;
	/*  the following only work in IE  
	scrollbar-arrow-color:#657fba;
    scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#657fba;
	scrollbar-3d-light-color:#999999;
	scrollbar-shadow-color:#666666;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-base-color:#ffffff;
	scrollbar-track-color:#ffffff;*/
}
.headtext {
	font-size:larger;
	font-weight:bolder;
}
.lightgray6 {color:#666666;}
.lightgrayC {color:#CCCCCC;}
.orange {color:#FF6600;}
.datetext {
	color:#666666;
	font-style:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-left:1px solid #cc0000;
	border-right:1px solid #cc0000;
        padding: 3px;
}

/* LINKS SECTIONS -----------------*/
a, a:link, a:visited {
	color:#666666;
	text-decoration:none;
	cursor:w-resize;
}
a:hover, a:active {
	color:#cc0000;
	text-decoration:none;
	border-bottom:thin solid #333333;
	cursor:w-resize;
}   

/* Area with pic and textframe ----------*/
.mainframe {
	width: 731px;
	height: 395px;
	padding: 0px;
	text-align:center;
	background-color:#ffffff;
}
/* textframe ----------*/
.tframe {
	width:330px;
	height:338px;
	border: double #999999;
}