/* CSS Document */

body {
	background-image:url(../images/simm.background.gif);
	margin: 0px;
}
.page_image {
	border: 1px;
	border-color: #FF6600;
	padding: 1px;
}
.header_table {
	background: #FFFFFF;
	color: #BABABA;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header_table a {
	color: #BABABA;
}
.header_table a:hover {
	color: #BABABA;
}
.page_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF6600;
}
.page_content, page_content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434; //898989
}
.page_content a {
	color: #FF6600; //FF6600
	text-decoration: underline;
}

#bullet ul {
	list-style: disc outside;
	margin: 0;
	padding: 0;
	}
