﻿/* Colors:
Red: #ff0000
Blue: #000099
Yellow: #ffcc00
Green: #99cc00
*/
body {
	border: 0;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	text-align: center;
}
table {
	margin-left: auto;
	margin-right: auto;
}
.odd td {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.even td {
	background-color: #efefef;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.data td {
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #1A1A1A;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
td.homenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #1A1A1A;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
}
td.hometitle {
	border: 1px #ffcc00 solid;
	background-color: #ffcc00;
	color: #000000;
	font-weight: 800;
	font-size: 16px;
	height: 23px;
	vertical-align: middle;
	text-align: center;
}
a {
	COLOR: #000099;
	CURSOR: pointer;
	TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
a.menu {
	font-size: 12px;
	font-weight: 800;
	COLOR: #ffffff;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a.menu:hover {
	COLOR: yellow;
	TEXT-DECORATION: none;
}
a.top_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #ffffff;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a.top_menu:hover {
	COLOR: yellow;
	TEXT-DECORATION: none;
}
a.top_menu_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 16px;
	COLOR: yellow;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a.top_menu_highlight:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
a.top_menu_highlight-store {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 16px;
	COLOR: red;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a.top_menu_highlight-store:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
.bold {
	font-weight: 800;
}
.bold_blue {
	font-weight: 800;
	color: #000099;
}
.subtitle {
	font-size: 16px;
	line-height: 19px;
	color: #000099;
	font-weight: 800;
}
.subtitle_green {
	font-size: 16px;
	line-height: 19px;
	color: #99cc00;
	font-weight: 800;
}
.title {
	font-size: 18px;
	line-height: 21px;
	color: #000099;
	font-weight: 800;
}
.title_red {
	font-size: 16px;
	line-height: 21px;
	color: #ff0000;
	font-weight: 800;
}
.footertext {
	color: #666666;
	font-size: 11px;
	line-height: 12px;
}
.italic {
	font-style: italic;
}
.photocaption {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	COLOR: #000099;
	line-height: 14px;
	text-align: center;
	font-weight: 800;
}


