html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #d2e3ea;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a:link { text-decoration: none; font-weight:bold; color: #c00; }
a:visited { text-decoration: none; font-weight:bold; color: #0b1e63; }
a:hover { text-decoration: none; font-weight:bold; color: #c00; }
a:active { text-decoration: none; font-weight: bold; color: #c00; }

a:link:hover { text-decoration: none; font-weight: bold; color: #c00; }
a:visited:hover { text-decoration: none; font-weight: bold; color: #0b1e63; }
a:active:hover { text-decoration: none; font-weight: bold; color: #c00; }

@font-face {
	font-family: "Tempus Sans ITC";
    font-style:  normal;
    font-weight: normal;
    src: url("../TEMPUSS0.eot");
}

font.subtitle {
	font-family:"Tempus Sans ITC";
	font-size: 19.0pt;
    font-style:  normal;
    font-weight: bold;
	color:#0b1e63;
	line-height: 22px;
}

.mainbg {
	background-image: url('../images/mainbg.jpg');
}

.content {
	font-family: arial, helvetica;
	font-size: 9.0pt;
    font-style:  normal;
    font-weight: normal;
	color:#000;
}

.wishlist {
	font-family: arial, helvetica;
	font-size: 8.5pt;
    font-style:  normal;
    font-weight: normal;
	color:#000;
}

input, select, textarea {
	background-color: #fafafa;
	border: solid #c99450;
	border-width: 1px;
	font-size: 10pt;
}

input.button {
	border-color: #c99450;
	border-width: 1px 2px 2px 1px;
	background: #f6ecd6;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	height: 18px;
	font-weight: bold;
	color: #000;
}

ul, li { font-family: arial, helvetica, sans-serif; margin-left: 10px; margin-top: 2px; list-style-type: circle outside; font-size: 9pt; }
