/* CSS Document */

@charset "utf-8";

/* Get rid of browser default margin & padding values */
html {
	margin: 0;
	padding: 0;
}

/* Body */
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #b4c9e4;
	background-image: url(/graphics/bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

/* Links */
a {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #990000;
}

a.brown {
	font-family: Arial;
	font-size: 12px;
	color: #323232;
}

a.brown:link {
	text-decoration: none;
}

a.brown:visited {
	text-decoration: none;
	color: #323232;
}

a.brown:hover {
	text-decoration: underline;
	color: #323232;
}

a.brown:active {
	text-decoration: none;
	color: #323232;
}

a.footer {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.footer:link {
	text-decoration: none;
}

a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}




/* Text */

.title_text {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px, 10px, 3px, 10px;
}

.content {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 3px, 10px, 3px, 10px;
}

/* Other Elements */

div#coupon {
	width: 600px;
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left:auto;
	border-style: dashed;
}

div#borderbox {
	width: 300px;
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left:auto;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}

div.titles {
	background-color: #323232;
}

.box_shadows {
	background-image: url(_graphics/bkg_boxShadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.box_separator {
	background-repeat: repeat-y;
	background-position: center center;
	height: auto;
	text-decoration: none;
	display: none;
	background-image: url(_graphics/separator.gif);
}

.sidebar {
	background-color: #FFFFFF;
	margin: 5px, 10px, 5px, 10px;
}

div#borderbox {
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left:auto;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}

div#coupon {
	width: 500px;
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left:auto;
	border-style: dashed;
}