﻿body  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(background.jpg);
	background-color: white;
	margin-left: 40px;
	margin-right: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #ECECEC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #F6F6F6;
}

body.header {
	background: gray;
	background-image: url(background-header.jpg);
}

body.menu {
	background: black;
	background-image: none;
}

body,p,li,td,input,select,textarea {
	font-size: 13px;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
}

.smallerwidth {
    width: 70%;
}

b,strong {
	font-family: 'Futura Medium';
	font-weight: normal;
}

i,em {
    font-style: italic;
}

h1,h2,h3  {
	font-size: 22px;
	font-family: 'Futura Medium', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	color: black;
	letter-spacing: 2px;
}

h2  {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3  {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

hr  {
	width: 100%;
	color: black;
}

img {
	border: 0;
}

a:link  {
	text-decoration: none;
	color: #00008b;
}

a:visited  {
	text-decoration: none;
	color: #00008b;
}

a:hover,a:focus  {
	text-decoration: none;
	color: blue;
}

a:active  {
	text-decoration: none;
	color: blue;
}

input,select,textarea {
	margin-right: 3px;
	margin-top: 3px;
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	font-size: 12px;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	border: 1px solid gray;
	background: transparent;
}

input.checkbox {

}

a img,img,input.radio,input.checkbox {
	border: none;
}

div.line {
	border-bottom: 1px solid black;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

.with_line {
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

span.separator {
	color: black;
}

marquee.marquee {
	margin-left: 20px;
	margin-right: 20px;
}

div.marquee {
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 5px;
}

.tickertext {
	font-family: Futura Medium, Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

a:link.tickertext {
	text-decoration: none;
	color: #00008b;
}

a:visited.tickertext {
	text-decoration: none;
	color: #00008b;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: blue;
}

a:active.tickertext {
	text-decoration: none;
	color: blue;
}

.tickerseparator {
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}

td.contactform_leftcol {
	width: 180px;
	vertical-align: top;
    text-align: left;
}

td.contactform_rightcol {
	width: 300px;
	vertical-align: top;
    text-align: left;
}

input.contactform,select.contactform {
    width: 300px;
}

select {
    background-color: white;
}


textarea.contactform {
    width: 300px;
	height: 100px;
}

div.feed_title {
	font-size: 16px;
	font-family: 'Futura Medium', Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}


div.feed_item {
   	background: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}


div.feed_item_title {
	font-weight: bold;
}

a:link.feed_item_link {

}

a:visited.feed_item_link {

}

a:hover.feed_item_link,a:focus.feed_item_link {

}

a:active.feed_item_link {

}

div.feed_item_description {

}

a:link.feed_page {
	text-decoration: none;
	color: gray;
}

a:visited.feed_page {
	text-decoration: none;
	color: gray;
}

a:hover.feed_page,a:focus.feed_page {
	text-decoration: none;
	color: red;
}

a:active.feed_page {
	text-decoration: none;
	color: red;
}

.warning {
    color: red;
}


@font-face {
	font-family: Futura;
	font-style:  normal;
	font-weight: normal;
   	src: url(futura.eot);
}

@font-face {
	font-family: Futura Medium;
	font-style:  normal;
	font-weight: normal;
   	src: url(futura_medium.eot);
}