/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;

	margin: 0px 0px 0px 0px;

	background-image:url(../images/template/body_background.jpg);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
}

table {
	font-size: 11px;
}

td, th { vertical-align: top }
img { border: none }
ul li { list-style: square }
p, li { line-height: 1.5em }
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #5badee;
	
	padding: 8px 0px 2px 40px;
	
	background-image:url(../images/template/h1_bullet.gif);
	background-repeat: no-repeat;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 11px;
}

a {
	font-weight: bold;
	color: #71b8f0;
}
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover { text-decoration: underline }
