﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
body {
	line-height: 1;
}
ul {
	background: yellow;
	margin-left: 1px;
	color:  #333333;
	font-weight:bold;
	font:11px arial;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	list-style-type: none;
	line-height:16px;}

ul div li{
	text-decoration: none;
	list-style-type: none;
	text-align:left;
	width: 11em;
	border: 1px;
	line-height:35px;}
	
div {
	line-height: 32px;
	margin-left:.5em;

}
ol {
	background: yellow;
	margin-left: 3px;
	color: black;
	font-weight:bold;
	font:12px arial;
	line-height:16px;
}

#navigation td {
	border-bottom: 1px solid rgb(51,51,51);
	}
	
#navigation a {
	font:11px arial;
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:12px 6px 8px 20px;
	background:  url("../images/mm_arrow_bullet.gif") 8px 55% no-repeat;
	font-weight:bold;
	}
	
#navigation a:hover {
	background:  url("../images/mm_arrow_bullet_on.gif") 8px 55% no-repeat;
	color:#000099;
	}
#navigation a1 {
	font:11px arial;
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:12px 6px 8px 20px;
	background:  url("../images/mm_arrow_bullet.gif") 8px 55% no-repeat;
	font-weight:bold;
	}
	
#navigation a1:hover {
	background:  url("../images/mm_arrow_bullet_on.gif") 8px 55% no-repeat;
	color:#00FFFF;
	}


quotes: {
	quotes: none;
}
blockquote {
	quotes: none;
}
q:after {
	content: '';
	content: none;
}

q:before {
	content: '';
	content: none;
}

blockquote:after {
	content: '';
	content: none;
}

blockquote:before {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

