body
{
    font-family: arial, verdana, sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}

.required
{
    color:Red;
}
a.remove
{
	width: 21px;
	height: 19px; 
	background: url(btn_off_remove.gif);
	text-decoration: none;
	display: inline-block;
	margin: 2px 2px 2px 0px;
}

a.remove:hover
{
	background: url(btn_on_remove.gif);
}

a.add
{
	width: 21px;
	height: 19px; 
	background: url(btn_off_add.gif);
	text-decoration: none;
	display: inline-block;
	margin: 2px 2px 2px 0px;
}
a.add:hover
{
	background: url(btn_on_add.gif);
}

.btn
{
    height:20px;
    background-color:#F0F0F0;
    border:solid 1px #A8A8A8;  
}

.TextError
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
}

body#bodyLogin 
{
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

div#divCentered
{
    text-align:center;
    height: 20%;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 10%;
}

h1 {
	font-size: 22px;
	color: Black;
	margin:	12px 0 12px 0;
}

h3 {
	font-size: 16px;
	color: Black;
	margin: 12px 0 12px 0;
}
h4 {
	font-size: 14px;
	color: Black;
	margin: 9px 0 12px 0;
}
table.tableInformation
{
	border-style: solid;
	border-color: #0A3A85;
	border-width: 1px;
	width: 100%;
}
th.thInformation
{
	background-color: #0A3A85;
	font-size: 16px;
	color: White;
}
td.tdInformation
{
	background-color: #C2D3E7;
	color: Black;
}
td.tdInformation2
{
	background-color: #A2BFE1;
	color:Black;	
}

table.tableTopMenu
{
	background-color: #C2D3E7;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	
	border-style: solid;
	border-color: #0A3A85;
	border-width: 1px;
}
td.tdTopMenu
{
	border-color: #0A3A85;
	border-width: 2px;
	border-style: outset;
	background-color: White;
	color: #0A3A85;
}
td.tdTopMenu:hover
{
	background-color: #A2BFE1;
	color: #0A3A85;
}
td.tdTopMenuActive
{
	border-color: #0A3A85;
	border-width: 2px;
	border-style: inset;
	background-color: #A2BFE1;
	color: #0A3A85;
}
.linkTopMenu
{
	font-size: 14px;
	color: #0A3A85;
	text-decoration: none;
}
td.tdTitle
{
	background-color: #0A3A85;
	color: White;
	font-size: 14px;
}
div.divSpace
{
	background-color: White;
	width: 100%;
	height: 20px;
}
div.divSmallSpace
{
	background-color: White;
	width: 100%;
	height: 10px;
}
table.tablePage
{
	width: 1000px;
	border-width: 0;
}
table.tablePage:td
{
	text-align:left;
	vertical-align: top;
}
div.divTopMenu
{
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: bottom;
	text-align: left;
}
div.divStandard
{
	width: auto;
	height: auto;
}
th.thMenu
{
	background-color: #0A3A85;
	color: White;
	text-align: left;
	font-size: 14px;
}
td.tdMenu:hover
{
	background-color: #C2D3E7;
	text-align: left;
}
td.tdMenu
{
	background-color: White;
	text-align: left;
}
.linkMenu
{
	text-decoration: none;	
}

th.thContactInfo
{
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-left-width: 0px;
	border-left-style: outset;
}

