/*
-----------------------------------------------
wcrcompany master SS (all html tag redefs here)
author:   Ryan Katkov 2/24/06

Do not copy without permission of the author.
----------------------------------------------- */
@import url("frame.css");
@import url("content.css");
@import url("lightbox.css");

body {
	margin: 0;
	padding: 0;
	font-family: Garamond, Georgia, Times, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b0a596;
	background: #272727 url(/img/bg.gif) no-repeat;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #ff9f26;
}

a:hover {
	text-decoration: underline;
	color: #ffde01;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
	background-color: none;
	letter-spacing: -0.1em;
}
h2 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
	background-color: transparent;
}
h3 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	display: inline;
}
h4 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	display: inline;
}
h5 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: #000;
	display: inline;
}
h6 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: #CC0000;
}

img {
	border: 0;
}

p {
	margin: 0;
}
pre {
	font-family: Garamond, Georgia, Times, "Times New Roman", Times, serif;
	font-size: 1.0em;
	white-space: pre;
	overflow: scroll;
}
strong, b {
	font-weight: bold;
}

select, input {
	font-family: Garamond, Georgia, Times, "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #444;
	border: 1px solid #666;
}

form { padding: 10px; }
