@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #444;

	margin: 0;

	background-color: #ebebeb;
}

table { font-size: 11px; }
td, th { vertical-align: top; }

h1 {
	text-transform: uppercase;
	font-size: 11px;
	color: #9b9b9b;
	
	padding-left: 12;
	margin: 4 0 2 0;

	background-image:url(../images/template/h1_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5;
}
h2 { font-size: 14px; }
h3 { font-size: 12px; }

a { font-weight: bold; color: c31b05; text-decoration: none }
a:hover { color: black; text-decoration: underline }

img { border: none; vertical-align: bottom; }

ul li {
	list-style: square;
}

hr {
	color: #ccc;
	background-color: #ccc;
	border: none;
	height: 2px;
}
