/* Global Styles */

body {
	margin:0;
	}
	
td {
	font:12px arial;
	color:#000000;
	}
	
hr {
	height:1px; 
	color: #000000;
	border: 0;
	}
	
a {
	color: #FF33CC;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color: #FF33CC;
	text-decoration: underline;
	}
/* ID Styles */

#navigation td {
	border-bottom: 1px solid rgb(51,51,51);
	}
	
#navigation a {
	font:11px arial;
	color: #ffffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:12px 6px 8px 20px;
	background:  url("mm_arrow_bullet.gif") 8px 55% no-repeat;
	font-weight:bold;
	}
	
#navigation a:hover {
	background:  url("mm_arrow_bullet.gif") 8px 55% no-repeat;
	color:#000000;
	}
	
#sidebarHeader {
	padding: 4px;
	border: 1px solid rgb(102,102,102);
	}

#tagline {font:10px geneva;
	color: #000000;
	letter-spacing:.4em;
	}
	
#dateformat {font:12px arial;
	color: #ffffff;
	letter-spacing:.4em;
	vertical-align: middle;
	}
	
#dateformat a {font:11px arial;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #000000;
	letter-spacing:.1em;
	}
	
#borderLeft {
	border-left: 1px solid rgb(102,102,102);
	}
	
#borderRight {
	border-right: 1px solid rgb(102,102,102);
	}
	
#borderBottom {
	border-bottom: 1px solid rgb(102,102,102);
	border-left: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(102,102,102);
	}
	
/* Class Styles */
	
.bodyText {
	font:12px arial;
	color:#000000;
	line-height:20px;
	margin-top:0;
	}
	
.pageName{
	font:18px arial;
	color:#000000;
	line-height:22px;
	}

.logo {
	font:oblique bold 28px Arial;
	color: #000000;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:11px arial;
	color: #000000;
	line-height:18px;
	letter-spacing:.1em;
	font-weight:bold;
	}	

.detailText {
	font:11px arial;
	color:#000000;
	line-height:16px;
	}
	
.smallText {
	font:10px arial;
	color:#000000;
	}

.highlight {
	font-weight:bold;
	}	

