﻿.bg {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bghome {
	background-image: url("../images/bghome.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

.bgdisplay {
	background-image: url("../images/bgdisplay.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

body, table{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	scrollbar-face-color:#c7c8ca;
	scrollbar-highlight-color:#c7c8ca;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#c7c8ca;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFFF;
}

.orangeSmall {
	font-family:Arial;
	font-size:12px;
	color:#be6e00;
}

.orange {
	font-family:Arial;
	font-size:14px;
	color:#be6e00;
}

.orangett {
	font-family: arial;
	font-size:20px;
	color:#be6e00;
}

.green {
	font-family: Arial;
	font-size: 14px;
	color: #20784a;
	text-align: left;
}

.greenLarge {
	font-family:Arial;
	font-size:16px;
	color: #20784a;
}

.greenSmall {
	font-family:Arial;
	font-size:12px;
	color: #20784a;
}

.greentt {
	font-family:Arial;
	font-size:20px;
	color: #20784a;
}

.greenAlignRight {
	font-family: Arial;
	font-size: 14px;
	color: #20784a;
	text-align: right;
}

.frame {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url("../images/bghome.gif");
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.beigeFrame {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image: url("../images/bgbege.gif");
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.footer {
	width: 100%;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	border-top: 1px solid #999999;
}

td.padded {
	padding: 10px;
	vertical-align: middle;
}

.beigett {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	background: #C4C393;
	height:28px;
}


.button {
	background:#999966;
	border:1px solid #666666;
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
}

.fields {
	background:#FFFFFF;
	border:1px solid #cccccc;
	font-family:Arial;
	font-size:9px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #be6e00;
	text-decoration: none;
}

a.greenLink{
	color: #20784a;
	text-decoration: none;
}

a.greenLink:hover {
	color: #be6e00;
	text-decoration: none;
}

a.link {
	color: #666666;
	text-decoration: none;
}

a.principal:hover {
	color: #f9b262;
	text-decoration: none;
}

a.mini:link {
	color: #cccccc;
	text-decoration: none;
	font-family:Arial;
	font-size:9px;
}

a.mini:visited {
	color: #cccccc;
	text-decoration: none;
	font-family:Arial;
	font-size:9px;	
}

a.mini:active {
	color: #cccccc;
	text-decoration: none;
	font-family:Arial;
	font-size:9px;	
}

a.mini:hover {
	color: #B3B4B6;
	text-decoration: none;
	font-family:Arial;
	font-size:9px;
}

.NewsText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.NewsTextBold {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.centered {
	text-align: center;
}

.border0px {
	border-width: 0px;
}

