﻿body
{
}

.div-a
{
	background-color: #FFFFFF;
	padding: 7px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
}
.div-a h2
{
	background-color: #4c9de1;
	color: #ffffff;
	padding: 4px 8px;
	margin: 0;
	font: 12px tahoma;
	font-weight: bold;
	border-bottom: 2px solid #1576c8;
	text-align: left;
}


.table-a
{
	border: 1px solid #d8d8d8;
	width: 100%;
	padding: 10px 0;
	border-top: 0;
	text-align: left;
	font: 11px arial;
}
.table-a a
{
	font: 11px arial;
	text-decoration: none;	
}
.table-a a:hover
{
	font: 11px arial;
	color: Red;
	text-decoration: underline;
}
.table-a h2
{
	background-color: #4c9de1;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0;
	font: 12px tahoma;
	text-align: left;
}


.footer-static
{
	background-color: #4C9DE1;
	padding: 3px 10px;
	text-align: left;
	color: #ffffff;
	width: 99%;
	font: 11px tahoma;
	position: absolute;
	bottom: 0px;
}
.footer-static b
{
	font-weight: normal;
	float: left;
}
.footer-static strong
{
	font-weight: normal;
	float: right;
}

.buttons
{
	width: 75px;
	border: 1px solid #c0c0c0;
	background-image: url(../images/btn-back.gif);
	cursor: hand;
}

.red
{
	color: red;
	font: 11px tahoma;
}

.div-home
{
	background-color: #FFFFFF;
	padding: 5px;
}
.div-home h2
{
	background-color: #4c9de1;
	color: #ffffff;
	padding: 4px 8px;
	margin: 0;
	font: 12px tahoma;
	font-weight: bold;
	border-bottom: 2px solid #1576c8;
	text-align: left;
}
.div-home a
{
	font: 11px arial;
	color:Blue;
	text-decoration: none;
}
.div-home a:hover
{
	font: 11px arial;
	color: Red;
	text-decoration: underline;
}


.grid
{
	width:572px;
	border:1px solid #aea593;
	border-bottom:0;
}
.grid td
{
	padding:7px 20px;
	border-bottom:1px solid #aea593;
	background:url(../images/bg3.gif) repeat-x;
	height:28px;
}
.grid-bg
{
   background:none;	
}
.grid-header
{
	background-color:#DAD4C6;	
	padding :5px 0 5px 20px;
}


.TreeView
{
	text-align: left;
}
.TreeView a
{
	color: #EF7000;
}
.TreeView a:hover
{
	color: #EF7000;
	text-decoration: underline;
}
.TreeView span
{
	color: #4A7FB6;
	font-weight: bold;
}