﻿@charset "utf-8";

body  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(background.jpg);
	background-color: white;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 40px;
	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: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
}

.smallerwidth {
    width: 70%;
}


b,strong {
	font-weight: bold;
}

i,em {
    font-style: italic;
}

h1,h2,h3  {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	color: black;
	letter-spacing: 2px;
}

h2  {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
}

h3  {
	font-size: 11px;
	margin-bottom: none;
	margin-top: 30px;
}

hr  {
	width: 100%;
	color: #CE003C;

}

img {
	border: 0;
}

a:link  {
	text-decoration: none;
	color: #BF3F1F;
}

a:visited  {
	text-decoration: none;
	color: #B4ABA1;
}

a:hover,a:focus  {
	text-decoration: none;
	color: red;
}

a:active  {
	text-decoration: none;
	color: red;
}

input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	cursor: hand;
	text-align: center
}

a img,img, input.radio,input.checkbox {
	border: none;
}

div.line {
	border-bottom: 1px solid #CE003C;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

span.separator {
	color: #CE003C;
}

*.subframe {
	position: absolute;
	background-color: transparent;
	margin: 0px;
	top: 30px;
	left: 20px;
	width: 730px;
	height: 520px;
	z-index: 2;
}

.marquee {
	width: 600px;
	position: absolute;
	right: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.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;
}
