/* Global Styles */
#mjv-page-mask {
	margin:0px 0px 0px 5px;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width: 755px;
	font-family: Arial,Helvetica,sans-serif;
/*	background-color: gray;		*/
}

/* Location Bar */
#mjv-location-bar {
	/*background-color: #ffffff; */
	padding-left: 5px;
	font-size: 10px;
	height: 15px;
	color: #000000; 			/* Font Color */
}

#mjv-location-bar a {
	color: #000099;
	text-decoration: none;
}

#mjv-location-bar a:hover {
	/* background: #A9A9A9; */
	text-decoration: none;
	color: #da5a08;
}

/* ----- Main Content ----- */
#mjv-main-content {
	margin: 0px;
	border: 0px;
	padding: 0px 5px 0px 5px;
	height: auto;
/*	color: #333333;	
	background-color: gray;	*/
}

#mjv-main-content a {
	color: #000099;
	text-decoration: none;
}

#mjv-main-content b {
	color: #000000;
}

#mjv-main-content i {
	color: #000000;
}

#mjv-main-content tr.td {
	color: #000000;
}

#mjv-main-content tr.td.p {
	color: #000000;
}

#mjv-main-content a:hover {
	text-decoration: none;
	color: #da5a08;
}

#mjv-main-content h2 {
	font-size: 18px;
	margin-bottom: 0.8em;
	color: #000000;
}

#mjv-main-content ul.a {
	list-style-type: disk;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}

#mjv-main-content li {margin: 5px 0px 5px 0px;}

#mjv-main-content p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}

#mjv-main-content hr {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #000000;
	width: 690;
}

#mjv-main-content img {
	margin: 5px 5px 5px 5px;
	border: none;
}

#mjv-main-content form {
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}

#mjv-footer {
	clear: both;
	position: relative;
	height: 1px;
	margin: 5px 0 5px;
}

#rssTitleTemplate {
	font-size: 12px;
	color: #000000;
}

#rssTitleTemplate h1 {
	font-size: 18px;
	color: #000000;
}

#rssBodyTemplate  {
	font-size: 12px;
	color: #333333;
}

#rssBodyTemplate b {
	font-size: 12px;
	color: #000000;
}




