@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	
	margin: 0;

	background-image:url(../images/template/body_background.gif);
	background-repeat:repeat-y;
	background-position: center;
	background-color: #d4d6d7;
}

div#division { margin-bottom: 0 !important }
div#division-slogan { margin-right: 16 }
div#division-logo { margin-left: 16 }

table { font-size: 12px; }
td, th { vertical-align: top; }

h1 { font-size: 15px; background-image:url(../images/template/h1_bullet.gif); background-repeat: no-repeat; background-position: 0 5; padding: 0 0 0 16; margin: 0 0 6 0 }
h2 { font-size: 13px }
h3 { font-size: 12px }

a { font-weight: bold; color: #0405f4; text-decoration: none }
a:hover { text-decoration: underline }

ul li { list-style: square; }
hr { color: #ccc; background-color: #ccc; height: 1px; border: none; border-top: white solid 1px }

img { border: none }