﻿body  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(background.jpg);
	background-color: white;
	margin-left: 40px;
	margin-right: 40px;
	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: #F5F5F5;
	background-image: none;
}


body,p,li,td,input,select,textarea {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
	color: #666;
}

.smallerwidth {
    width: 70%;
}


b,strong {
	font-weight: bold;
}

i,em {
    font-style: italic;
}

h1,h2,h3  {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	color: black;
	letter-spacing: 2px;
}

h2  {
	font-size: 14px;
	margin-bottom: 10px;
}

h3  {
	font-size: 11px;
	margin-bottom: 10px;
}

hr  {
	width: 100%;
	color: #CE003C;

}

img {
	border: 0;
}

input {
    padding-left: 3px;
	padding-right: 3px;
}

input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	cursor: pointer;
	text-align: center;
}

a img,img, input.radio,input.checkbox {
	border: none;
}

div.line {
	border-bottom: 1px solid #CE003C;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

span.separator {
	color: #CE003C;
}

marquee.marquee {
	margin-left: 20px;
	margin-right: 20px;
}

div.marquee {
	width: 600px;
	position: absolute;
	right: 0px;
}


.tickertext {
	font-weight: bold;
	color: gray;
}

a:link.tickertext {
	text-decoration: none;
	color: gray;
}

a:visited.tickertext {
	text-decoration: none;
	color: gray;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: red;
}

a:active.tickertext {
	text-decoration: none;
	color: red;
}

.tickerseparator {
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
}

td.contactform_leftcol {
	width: 140px;
	vertical-align: top;
    text-align: left;
}

td.contactform_rightcol {
	width: 200px;
	vertical-align: top;
    text-align: left;
}

input.contactform {
    width: 300px;
}

textarea.contactform {
    width: 300px;
	height: 100px;
}