@charset "utf-8";
/* CSS Document */

#bg {
	background-color:#bbbbbb;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 12px;
	margin-left: 0px;
}

body {
	font-family: Arial;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	color: #09C;
}
h2 {
	color: #690;
	font-size: 18px;
}
h3 {
	color: #36F;
}


td {
	font-family: Arial;
	font-size: 12px;
}
th {
	font-family: Arial;
	font-size: 12px;
}
a { 
	color: #0000CC;
	text-decoration: none;
}
a:hover { background-color: #C2DBF4; }

.headline {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: bold;
	color: #3333CC;
}

.highlight {
	background-color: #FFFF00;
}

