﻿@import url("layout.css");
/* ================================ GENERAL ================================= */
body { 
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px; 
}
/*body {
	background: #e0dfca;
	background-image: url(images/body_background_21.png);
	background-position: center;
	background-repeat: repeat-y;
	scrollbar-base-color: #666633;
	scrollbar-track-color: #993333;
	scrollbar-face-color: #CCCC99;
	scrollbar-highlight-color: #738DB2;
	scrollbar-3d-light-color: #CCCCCC;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #663333;
	scrollbar-arrow-color: #333333;
}
*/
/*a {
	color: #436976;
	background-color: inherit;
}
a:hover {
	color: #000;
	background-color: inherit;
}*/
a img {
	border: none;
}

a:link{color: #666633; font-weight: bold; text-decoration: none}
a:active{color: #666633; font-weight: bold; text-decoration: none}
a:visited{color: #663333; font-weight: bold; text-decoration: none}
a:hover{color: #990000; font-weight: bold; text-decoration: none}

a.footer:link {color: #666633; text-decoration: none; }
a.footer:visited {color: #666633; text-decoration: none; }
a.footer:active {color: #663333; }

p {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	}
/* ================================== BODY ================================== */
#body {
	color: #666;
}
#body h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", serif;
	color: #8c2121;
	background-color: inherit;
	text-decoration: none;
}
#body h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #8c2121;
	background-color: inherit;
	border-bottom: solid 1px #dbdbc5;
}
#body h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #8c2121;
	background-color: inherit;
	border-bottom: solid 1px #dbdbc5;
	margin:10px 0px 0px 0px;
}
#body h4, #body h5 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #8c2121;
	background-color: inherit;
}

#body small {
	font-size: .8em;
}
#body small a {
	font-size: 1em;
}

/*cinch*/
.prodname{font-family: Tahoma, Verdana, Arial,  MS Sans Serif; color: #663333; font-size: 13px; font-weight: normal}
.subheader{font-family: Tahoma, Verdana, Arial,  MS Sans Serif; color: #663333; font-size: 13px; font-weight: bold}
.sub{font-family: Tahoma, Verdana, Arial,  MS Sans Serif; color: #666633; font-size: 12px; font-weight: normal}
