<!--
body { background-color: white; color: black; }

h1.title
{
	font-size: 300%;
	font-weight: bold;
	color: blue;
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

h2 { font-family: Georgia; font-style: italic; }

h3 { text-align: center; font-family: Georgia; }

h3.title
{
	font-size: 125%;
	font-weight: bold;
	color: dark-blue;
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

a { color: blue; text-decoration: none; }
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }

a.menu { font-weight: bold; color: white; text-decoration: none; }
a.menu:link { font-weight: bold; color: white; text-decoration: none; }
a.menu:visited { font-weight: bold; color: white; text-decoration: none; }
a.menu:hover { font-weight: bold; color: white; text-decoration: underline; }

a.store_categories { font-weight: bold; text-decoration: none; }
a.store_categories:link { font-weight: bold; text-decoration: none; }
a.store_categories:visited { font-weight: bold; text-decoration: none; }
a.store_categories:hover { font-weight: bold; text-decoration: underline; }

table.main { }

td { font-size: 11pt; font-family: Geneva, Arial, Helvetica, sans-serif; }

td.title
{
	font-variant: small-caps;
	font-size: 34pt;
	font-family: Georgia;
	background-color: white;
	color: black;
	padding-left: 20px;
}
td.subtitle
{
	font-variant: small-caps;
	font-size: 18pt;
	font-family: Georgia;
	background-color: white;
	color: black;
	padding-left: 20px;
}
td.menu
{
	font-variant: small-caps;
	font-size: 12pt;
	font-family: Georgia;
	color: white;
	background-image: url("images/dark.png");
	border: none;
}
td.menu_spacer
{
	width: 11%;
	color: white;
	background-image: url("images/dark.png");
	border: none;
}
td.menu_link
{
	width: 13%;
	font-variant: small-caps;
	font-size: 12pt;
	font-family: Georgia;
	color: white;
	background-image: url("images/dark.png");
	border: none;
}
td.footer
{
	font-size: 9pt;
	color: black;
	background-image: url("images/light.png");
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.light
{
	color: black;
	background-image: url("images/light.png");
	border: none;
}
td.dark
{
	color: white;
	background-image: url("images/dark.png");
	border: none;
}
td.box
{
	color: white;
	/*background-image: url("images/dark.png");*/
	border: none;
}
td.events
{
	color: black;
	background-image: url("images/light.png");
	border: none;
	padding: 10px;
}
td.newsletter
{
	color: black;
	background-image: url("images/light.png");
	border: none;
	padding: 10px;
}
td.social_network
{
	color: black;
	background-image: url("images/light.png");
	border: none;
	padding: 10px;
}
td.store_categories
{
	color: black;
	background-image: url("images/light.png");
	border: none;
	padding: 10px;
}
td.shopping_cart
{
	color: black;
	background-image: url("images/light.png");
	border: none;
	padding: 10px;
}

span.box_title
{
	font-variant: small-caps;
	font-size: 12pt;
	font-weight: bold;
	font-family: Georgia;
}

span.Store_Item_Title
{
	font-weight: bold;
}

hr { background-image: url("images/dark.png"); height: 5px; border: 0px; width: 90%; display: inline; }

pre { margin-top: 0pt; margin-bottom: 0pt; }

p { margin: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; }
-->