﻿body {
	top: 0;
	left: 0;
	font-family: Arial;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url('Images/back.jpg');
	margin:0px;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #0000CC;
	scrollbar-base-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #F7EFD2;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #CC3333;
}
.break {
	page-break-before: always;
}
.small {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a:hover {
	color: red;
}
p {
	font-family: Arial;
	font-size: 10pt;
}
.dark{
	background-color:#FFFFCC;
	border-color:#DDDDAA #DDAA00 #DDAA00 #DDDDAA;
}
.light{
	background-color:#FFCC00;
	border-color:#DDAA00 #DDDDAA #DDDDAA #DDAA00;
}
.odd {
	background-color: #FFFFFF;
}
.even {
	background-color: #FFFFCC;
}
td {
	font-family: Arial;
	font-size: 8pt;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #CC3333;
	vertical-align: middle;
	text-align: center;
}
td.menu {
	vertical-align: middle;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: black;
}
td.head {
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	background-color: #F7EFD2;
}
td.headbig {
	font-weight: bold;
	vertical-align: top;
	font-size: 10pt;
}
td.main {
	font-family: Tahoma;
	font-size: 8pt;
	vertical-align: top;
}
td.white {
	color: White;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
th.white {
	color: White;
}
li {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.grayBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background-color: #DAD3CF;
	padding-left: 10px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
.btn, .btnHover {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFFFCC;
}
.btnHover {
	color: #FFFFFF;
	background-color: #CC3333;
}
hr {
	color: #CC3333;
}
table.editForm {
	background-color: #FFFFCC;
	border-width: 0px;
	empty-cells: show;
	padding: 0px;
	border-spacing: 2px;
}
