@charset "utf-8";
/* CSS Document */

/* Main Page Stuff */

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	background: #A4ACB2 url(images/body.gif);
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div#body { 
    background: url(images/body_top.gif) top left repeat-x; 
    padding: 5px;
	text-align: center;
}

img {
	border: none;
}

td#borderlines_height {
	background: #E8E8E8;
	height: 4px;
}
td#borderlines_width {
	background: #E8E8E8;
	width: 12px;
}
td#borderlines_both {
	background: #E8E8E8;
	width: 12px;
	height: 4px;
}

/* Navigation buttons */
.navrow {
	background: url(images/buttons.gif) top left repeat-x; 
	height: 25px;
	overflow: hidden;
	color: #A8AFB3;
	text-align: center;
	verticale-align: middle;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}
