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

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../img/lines.gif);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
#header a {
	text-decoration: none;
	color: #06C;
}
#header a:hover {
	text-decoration: none;
	color: #06C;
}

#page {
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 10px;
}
/*#pageleft {
	background-image: url(../img/page_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
#pageright {
	background-image: url(../img/page_right.png);
	background-repeat: repeat-y;
	background-position: left;
}*/
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.thin_big {
	font-family: "Helvetica Neue Ultra Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
	font-size: 24px;
	padding-bottom: 20px;
}
.thin_middle {
	font-family: "Helvetica Neue Ultra Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
	font-size: 18px;
	padding-bottom: 8px;
}
#tab1, #tab2, #tab3 {
	border: solid 1px #FFF;
	text-decoration: none;
}
#tab1:hover, #tab2:hover, #tab3:hover {
	border: solid 1px #CCC;
	border-bottom: solid 1px #FFF;
	text-decoration: none;
	cursor: pointer;
}
.tiny {
	font-size: 10px;
}
.small {
	font-size: 12px;
}
