﻿body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #f3f5f7;
	width: 1280px;
	margin-left: 40px;
}
#header
{
	text-align: center;
	height:16px;
}
h1
{
	font-size: 16px;
    color: blue;
	line-height: 16px;
	padding: 0;
	margin:0;
}
h2
{
	font-size: 14px;
	margin: 0 2px;
	padding: 0;
    width: 500px;
}
h3
{
	font-size: 13px;
	font-style: italic;
	color: blue;
	margin: 2px 10px 2px 2px;
	padding: 0;
	height: 19px;
}
h12
{
	font-size: 12px;
	padding: 0;
}
h10
{
	font-size: 10px;
	padding: 0;
}
table
{
	width: 103%;
	height: 114px;
}
td
{
	vertical-align: top;
	text-align: left;
}
td.title
{
	text-align: center;
}
td.celltxt
{
	width: 35%;
	font-size: 11px;
}
td.celltb
{
	width: 15%;
	height: 50px;
}
#A1, #A2, #A3, #A4, #A5, #B1, #B2, #B3, #B4, #C1, #C2, #C3
{
	border-left: 1px solid grey;
}
#A3, #A5, #B3, #B4, #B5, #C3
{
	border-right: 1px solid grey;
}
#divsvg
{
    margin-bottom: 0px;
}
input[type=text], textarea 
        {
        border: 1px solid Blue;
        }
input[type=text]:hover, textarea:hover
        {
        background-color: lightcyan;
        border: 1px solid Blue;
        }
input[type=text]:focus, textarea:focus
        {
        background-color: #b3e7fb;
        border: 1px solid Blue;
        }
.ccolor:hover
       {
       color: black;
       background-color:lightcyan;
       border:2px solid blue;
       }
        #btnnav
        {
        	display:none;
        }