﻿body
{
	margin: 0px;
    /*background: #24323A url('images/bg.jpg') no-repeat;*/
    background-color: #4b6a7c;
}

body, td, div
{
    font-family: Verdana;
    font-size: 11;
    color: #434343;
}

.input1
{
	font: bold 10px verdana, tahoma, arial;
    color: #003366;
    border:solid 1px #7e8b99;
    height: 20px;
    padding: 3px;
}

.borders, .borders tr td
{
	border:solid 1px #7E8B99;
	border-collapse:collapse;
}

hr
{
	border:solid 1 #ededed;
	height:1px;
}

img
{
	border-style:none;
}

a
{
	font-family: Verdana;
	font-size: 11;
    text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

a.link
{
    color: white;
}

a.link2
{
    color: #0066CC;
    font-weight: bold;
}

.arr
{
	background: url(images/arrow_blue.gif) no-repeat left;
	padding-left: 16px;
}

.arr1
{
	background: url(images/bullet01.gif) no-repeat left 5px;
	padding-left: 16px;
	color: #0066CC;
	font-weight: normal;
}

.bgviewer
{
	position:absolute;
	z-index:900;
	visibility:hidden;
	/*width:100%;
	height:100%;*/
	max-width:100%;
	background-color: black;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
}

.viewer
{
	position:absolute;
	z-index:1000;
	visibility:hidden;
	width:100%;
	height:100%;
}

.title
{
    font-family: Verdana;
    font-size: 11;
    color: white;
    font-weight: bold;
}

.text
{
    text-align:justify;
}

.text2, .text2 tr td
{
	font-size: 11px;
	font-weight: bold;
	color: #435D75;
}

.text2
{
	font-size: 11px;
	font-weight: bold;
	color: #435D75;
}

.text4
{
	font-weight: bold;
	color: #F18700;
}

.textWhite, .footer
{
    font-family: Verdana;
    font-size: 11;
    color: white;
}

.menutable
{
    font-weight: bold;
    background-repeat:no-repeat;
    background-image:url("images/submenu_bk.jpg");
    background-color:#D4D7D0;
    /*background-color:#7A9FAF;*/
}

.menuLink
{
	color:White;
	text-decoration: none;
	width:100%;
	height:26;
	padding-top:6px;
}

.menu
{
    background-repeat:no-repeat;
    background-image:url("images/submenu_bk.jpg");
    background-color:#D4D7D0;
}

.menu a
{
	width: 210px;
	height:26;
	font-weight: bold;
	color:White;
	display: block;
	text-decoration: none;
	background: transparent url('images/btn_arrow_down.gif') no-repeat right top;
	border: solid 0px white;
	border-width: 0px 0px 1px 1px;
}

.menu a:hover
{
	background-color: #5A7F8F;
}

.menu a span
{
	display: block;
	padding: 6px 0px 0px 6px;
}

.borderlb
{
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    cursor:pointer;
}

.borderrb
{
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    cursor:pointer;
}

.borderlbu
{
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    cursor:pointer;
}

.borderrbu
{
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    cursor:pointer;
}

.footerMenu tr td img, .footerMenu tr td table tr td img
{
	margin: 0px 12px;
}

.footer
{
	color: #a5b5be;
}