.content{
	font-size: 12px;
	font-weight: normal;
	}

.content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #94B1BD;
	padding: 5px;
	margin: 5px;
	}
	
.content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #94B1BD;
	padding: 5px;

	}
	
.content h3 {
	font-size: 12px;
	font-weight: bolder;
	color: #94B1BD;
	padding: 5px;

	}

.content h3 a{
	color: #94B1BD;
	}
	
.content hr{
	margin: 0px;
	border: none;
	color: #8da9b4;
	background-color: #8da9b4;
	height: 1px;
	width: 100%;
	}

.content p{
	font-size: 12px;
	line-height: 1.5;
	padding: 5px;
	}
	
.content ul{
	font-family: verdana, helvetica, "sans serif";
	font-size: 12px;
	color: #000000;
	list-style-image: url(../images/dot_list.gif);
	}
	
.content li{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	}
	
 .content li a{
	color: #333333;
	}
	
.content li a:hover{
	background-color: #ffd195;
	color: #333333;
	}
	
.content li ul{
	padding-left: 12px;
	padding-bottom: 10px;
	}
	
.content li ul li a{
	color: #666666;
	}
	
 .content li ul li a:hover{
	background-color: #ffd195;
	color: #666666;
	}
	
 .content table{
	border-collapse: collapse;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: none;
	border-right: none;
	}
	
 .content table td{
	padding: 4px;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	}
	
 .content table th{
	color: #ffffff;
	background-color: #A5C7D5;
	padding: 4px;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	}