﻿@charset "utf-8";

body  {
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-color: #FFFBD6;
	background-image: url(background.jpg);
	margin: 25px;
	scrollbar-face-color:#FFFBD6;
	scrollbar-highlight-color:#FFFBD6;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#CDC9A4;
	scrollbar-shadow-color:#E1DDB8;
	scrollbar-arrow-color:#D7D7C8;
	scrollbar-track-color:#FFFBD6;
}

body.contentframe {
	background-image: url(background-content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

body.iframe {
    margin: 0px;
	margin-right: 15px;
}


body,p,li,td,input,select,textarea {
	font-size: 12px;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
}

b,strong {
	font-weight: bold;
}

h1,h2,h3  {
	font-size: 20px;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 16px;
	color: #BF3F1F;
}

h2  {
	font-size: 16px;
}

h3  {
	font-size: 12px;
	margin-bottom: none;
}

hr  {
	width: 100%;
	color : #FF3300;

}

a:link  {
	text-decoration: none;
	color: #BF3F1F;
}

a:visited  {
	text-decoration: none;
	color: #CC9966;
}

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;
}

a img,input.radio,input.checkbox {
	border: none;
}

a div, a span {
    border: none;
}


div.line {
	border-bottom:1px solid #BF3F1F;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:0;
}

*.subframeborder {
	background-color: #FFFBD6;
	position: absolute;
	top: 25px;
	left: 100px;
	width: 560px;
	height: 470px;
	border: 2px solid #BF3F1F;
	z-index: 1;
}

*.subframe {
	position: absolute;
	margin: 0px;
	top: 15px;
	left: 20px;
	width: 525px;
	height: 440px;
	z-index: 2;
}

*.subframestartborder {
	background-color: #FFFBD6;
	position: absolute;
	top: 175px;
	left: 100px;
	width: 500px;
	height: 320px;
	border: 2px solid #BF3F1F;
	z-index: 1;
}

*.subframestart {
	position: absolute;
	margin: 0px;
	top: 15px;
	left: 20px;
	width: 465px;
	height: 290px;
	z-index: 2;
}

img {
	border: 0;
}

.marquee {
	width: 500px;
	position: absolute;
	right: 120px;
	top: 8px;
}

.tickertext {
	font-weight: bold;
	color: #FFFBD6;
}

a:link.tickertext {
	text-decoration: none;
	color: #FFFBD6;
}

a:visited.tickertext {
	text-decoration: none;
	color: #FFFBD6;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: #BF3F1F;
}

a:active.tickertext {
	text-decoration: none;
	color: #BF3F1F;
}

.tickerseparator {
	color: #FFFBD6;
	margin-left: 20px;
	margin-right: 20px;
}


@font-face {
	font-family: Egyptian;
	font-style:  normal;
	font-weight: balb;
	src: url(egyptian-b.eot);
}

@font-face {
	font-family: Corbel;
	font-style:  normal;
	font-weight: normal;
   	src: url(corbel-n.eot);
}

@font-face {
	font-family: Corbel;
	font-style:  oblique;
	font-weight: normal;
	src: url(corbel-i.eot);
}

@font-face {
	font-family: Corbel;
	font-style:  normal;
	font-weight: bold;
	src: url(corbel-b.eot);
}

@font-face {
	font-family: Corbel;
	font-style:  oblique;
	font-weight: bold;
	src: url(corbel-bi.eot);
}
