@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #184d9b;
	background-image: url(Media/GUI/Tile_Bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #184d9b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #cda89b;
}

.Title_Large {
	font-size: 18px;
	font-weight: bold;
	color: #c09282;
}

.Title_Medium {
	font-size: 14px;
	font-weight: bold;
	color: #184d9b;
}

.Title_Small {
	font-size: 12px;
	font-weight: bold;
	color: #c09282;
}

td.Specials {
	width: 170px;
	vertical-align: top;
	text-align: left;
}

div.Specials {
	border-right: 1px #c9d5e7 solid;
	border-left: 1px #c9d5e7 solid;
	padding: 5px;
}

td.Subscribe {
	width: 170px;
	vertical-align: top;
	text-align: left;
}

div.Subscribe {
	border-right: 1px #d2cdd3 solid;
	border-left: 1px #d2cdd3 solid;
	padding: 5px;
}

.Main {
	padding: 20px;
	vertical-align: top;
	text-align: justify;
}

.Bordered {
	border: 1px #184d9b solid;
}

.Caption {
	font-size: 10px;
	color: #666666;
}

.Coupon {
	border: 2px #c09282 dashed;
	padding: 10px;
}