body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#eeeeee;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}
	

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #993300;
	font-size: 13px;
	}
a:visited {
	text-decoration: none;
	color: #003366;
	font-size: 13px;
	}
a:hover {
	font-size: 13px;
	color: #990000;
	}


.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	text-align: justify;
	}
	
.title {
	font-size: 16px;
	color: #990000;
	font-weight: bold
}
.bullet {
	display: block;
	padding: 2px 5px 0px 0px;
	border-top: 1px solid #990000;
	color: #003333;
	font-size: 13px;
	}
.bullet2 {
	display: block;
	padding: 2px 5px 0px 0px;
	border-top: 1px solid #aaaaaa;
	color: #003366;
	font-size: 15px;
	}

ul {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	list-style-type:none;
	}
	
li {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 10px;
	background: URL("../img/list_arrow.gif") no-repeat left 4px;
	}
.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

