/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

table {
	border: 0px;
}

td {
	vertical-align: top;
	font-size: 12px;
}

.repeat_bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

.main_td {
	height: 730px;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: 9B98BE;
}

.double_line_spacing {
	line-height: 200%;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: 9B98BE;
}

#list
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#list li
{
padding-left: 15px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
}

#list ul { list-style: none; }