﻿
img
{
	image-rendering: optimizeQuality; /* Firefox 3.6 */
	-ms-interpolation-mode: bicubic; /* Internet Explorer 7.0+ */
}
.clear
{
	float: none;
	clear: both;
}
.holder
{
	margin: 0;
}


p
{
	line-height: 18px;
}
a
{
	color: #000000;
	text-decoration: underline; /*font-weight: bold;*/
}
a img
{
	border: 0;
}

body
{
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif; /*background-image: url(/images/bck_body.gif);*/
	background-repeat: repeat-y;
	background-color: #dcdcdc;
	background-image: url(/images/background.png);
	color: #000;
	font-size: 13px;
	overflow: visible;
}

.uppercase
{
	text-transform: uppercase;
}
.smallcaps
{
	font-variant: small-caps;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;
}

h1.heading
{
	font-family: Andika, Tahoma, Arial, Trebuchet MS, sans-serif;
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 35px;
	font-weight: lighter;
	text-transform: uppercase;
}
h2
{
	font-variant: small-caps;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
}
hr
{
	margin: 5px 0;
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #bbb;
	color: #bbb;
	overflow: hidden;
}

#navi
{
	font-family: Andika, Tahoma, Arial, Trebuchet MS, sans-serif;
}


 h2.smallcaps{font-weight: bold;}
