/* CSS Document */
@charset "utf-8";


.mbody {
	background-color:#000000;
	}

.red_cell {
	background-color: #cc0033;
	font-family:"Bookman Old Style", Garamond, "Lucida Calligraphy";
	font-size:16px; color:#FFFFFF;
	text-decoration:none;
	}

.red_header {
	background-color: #ffffff;
	font-family:"Bookman Old Style", Garamond, "Lucida Calligraphy";
	font-size:16px; color:#cc0033; font-weight:bold;
	text-decoration:none;
	}

.pink_cell {
	background-color:#ff66cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; color:#ffffff;
	text-decoration:none;
	}

.nured_cell {
	background-color: #cc0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; color:#ffffff;
	text-decoration:none;
	}

.footerred_cell {
	background-color: #cc0033;
	font-family: "Courier New", Courier, monospace;
	font-size:12px; color:#FFFFFF;
	text-decoration:none;
	}

.footerpink_cell {
	background-color: #ff66cc;
	font-family: "Courier New", Courier, monospace;
	font-size:12px; color:#FFFFFF;
	text-decoration:none;
	}

.white_cell {
	background-color: #ffffff;
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px; color:#cc0000;
	text-decoration:none;
	}

.blackwhite_cell {
	background-color: #ffffff;
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px; color:#000000;
	text-decoration:none;
	}

.blackhilite_cell {
	background-color:yellow;
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px; color:#000000;
	text-decoration:none;
	}
.redfont {
	color:#CC3333;
	}

.black_cell {
	background-color: #333333;
	font-family:"Bookman Old Style", Garamond, "Lucida Calligraphy";
	font-size:16px; color:#FFFFFF;
	text-decoration:none;
	}

.bk_cell {
	background-color:#FF9933;
	background-image:url(../images/cell_bg.jpg);
	background-repeat:repeat;
	text-decoration:none;
	}
	
div.navbar{
	height:inherit;
	text-decoration:none;
	}
	
.poshevent {
	font-weight:bold;
	font-style:italic; color:#cc0033;
	}
	
.poshhilite {
	font-weight:bold;color:#FF6600;
	font-style:italic;
	text-decoration:none;
	}
	
.page_header {
	font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#cc0033;
	}
	
.poshlinks {
	font-weight:bold;color:#cc0033;
	text-decoration:none;
	}

.white_bg {
	background-color:white;

	}

.pink_bg {
	background-color:pink;
	}