/*StyleSheet for Dom's Bistro*/

a {
	background-color: transparent;
	color: #660000;
	font-weight: normal;
}

a.nav {
	background-color: transparent;;
	color: White;
	font-weight: Bold;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
	font-weight: normal;
}

a:hover.nav {
	background-color: transparent;
	color: #FF9933;
	font-weight: Bold;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}

a:active {
	background-color: transparent;
	color: #FF0000;
	font-weight: normal;
}
a:active.nav {
	background-color: transparent;
	color: #FF9933;
	font-weight: Bold;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}

a:visited {
	background-color: transparent;
	font-weight: normal;
}

a:visited.nav {
	background-color: transparent;;
	font-weight: Bold;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

h1 {
	background-color: transparent;
	color: #0F0872;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 0.1%;
	text-align: center;
}

h2 {
	background-color: transparent;
	color: #0F0872;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h3 {
	background-color: transparent;
	color: #0F0872;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h4 {
	background-color: transparent;
	color: #0F0872;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

p {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

p.menuhome {
	background-color: transparent;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


li {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

p.super {
	background-color: transparent;
	color: #0F0872;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

td {
	background-color: White;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

td.nav {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

Font.menu {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

Font.super {
	background-color: #FFFFFF;
	color: #0F0872;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: Bold;
	vertical-align: super;
	}