/* CSS Document */
.page_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #138D5C;
	}
.page_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	}
.table_header{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#88C6AD;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	}
.table_content{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E7F4EF;
	font-size:12px;
	color: #333333;
	}
.text_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	}
.text_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	}
A:link{color: #138D5C; text-decoration: none; font-weight: bold;}
A:visited{color: #138D5C; text-decoration: none;font-weight: bold;}
A:active{color: #138D5C; text-decoration: none;font-weight: bold;}
A:hover {color: #FFCC00;text-decoration: none; font-weight: bold;}
ul{
	list-style-image: url(images/bullet.jpg);
	line-height: 1.5em;
	}
p{
	line-height: 1.5em;
	}
