@charset "utf-8";

body
{ 
	background-image: url(images/bjmc_bg4.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}



li {
	background: url(images/bullet.png) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}

.normaltext body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	}

.smalltext {
	font-size: 12px;
	}

a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #00336A;
	}

a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #00336A;
}

a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #33CC33;
}

a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FF0000;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h3.header {
	font-family: Georgia, Times New Roman, Times, serif;
}

h4 {
	font-family: Georgia, Times New Roman, Times, serif;
}

.bodybg {
	background-image: url(images/bodybg.jpg);
}

.navbg {
	background-image: url(images/menubg.jpg);
}

hr.horizrule {
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 90%;
	height: 2px;
	margin: 2px auto 0 0;
	text-align: left;
	}
	
.bluetext {	
	color: #0E4274;
	font-weight: bold;
	}

.redtext {
	color: #883638
	}