body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.25;
    padding:0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	
}

.clear{
	clear:both;
}

h5 {
	font-size: .9em;
	color: #D07575;
	line-height: 1.25;
	text-align: center;
}

h6 {
	font-size: .8em;
	color: #D07575;
	line-height: 1.25;
	text-align: center;
}


p {
	color: #000000;
	font-size: 1em;
	text-align: left;
	line-height: 1.25;
	vertical-align: top;
    padding:0px;
    margin:0px;
}



p.justify{
	text-align:justify;
	padding:0px;
	margin:0px;
}


td {
	color: #000000;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_9.gif);
	text-align: left;
	vertical-align: top;

}


li {
	list-style-position: outside;
	list-style-image: url(../images/bullet_9.gif);
	list-style-type: none;
	line-height: 1.45;
	vertical-align: top;

}

a:link {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	font-style: italic;

}

a:visited {
	font-weight: bold;
	color: #d07575;
	font-style: italic;
	text-decoration: none;

}

a:hover {
	font-weight: bold;
	color: #E8D0D0;
	text-decoration: none;
	font-style: italic;

}
a:active {
	font-weight: bold;
	color: #b56a6a;
	text-decoration: none;
	font-style: italic;
	text-align: center;
}


