img.pngfix { behavior: url(/assets/project/pngfix/iepngfix.htc) }

html, body {
	height:100%;
}
body {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../img/main_wrapper_background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-position: center top;
	width: 100%;
	height: 100%;
}
td { 
	font-size: 11px;
	line-height: 150%;
}
li {
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-size: 9px;
}
.smaller {
	font-size: 9px;
	line-height: 9px;
}
.shop { padding:4px 0 0 0; }

h1 { font-family: Georgia, sans-serif; font-size: 18px; font-weight: bold; margin: 0 0 10px 0; color: #0B6976 !important; }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	/* margin-left: 5px; */ /* why? */
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	padding: 10px 15px;
	line-height: 11px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-top:10px;
	margin-bottom:10px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
}
h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a { font-weight: bold; font-size: 11px; text-decoration: underline; color:#0b6976; }
a:hover { color:#940000; }


input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	padding: 2px;
	
	margin: 2px 0px 2px 5px;
}

/* Colors */
.white {
	color: #FFFFFF;
}
.pink {
	color: #f3cf8e;
	padding-left: 10px;
}

.lightblue {
	color: #99cccc;
}
.blue {
	color: #0B6976;
}

#content_news_middle h1 { color: #0B6976 !important; font-size:20px; }
.darkblue {
	color: #006699;
}
.red {
	color: #940000 !important;
}
.brown {
	color: #330000;
}

/* HR Colors */
.hrbrown {
	border: 1px solid #ac8d4d;
}
.hrblue {
	border: 1px solid #006666;
	margin: 0px 15px;
}
.hrblue_band {
	border: 1px solid #006666;
}
.hrred {
	border: 1px solid #990000;
	margin: 5px 0px;
}

p { font-size: 11px; padding:0 10px 10px 0; line-height: 150%; }

td.form-elements .input-title { font:11px Verdana; }
