html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

body, table, input, textarea, select
{
	color:       #000000;
	font-family: Tahoma, sans-serif;
	font-size:   12px;
}

img
{
	border: 0;
}

a:hover
{
	color: #000088;	
}

h1
{
	font-size: 1.6em;
	color: #000099;	
}

h1 a:visited
{
	color: #000088;	
}

h1 a:hover
{
	color: #000000;	
}

h2
{
	font-size: 1.4em;
	color: #000099;
	margin:0px;
}

h3
{
	font-size: 1.2em;
	color: #000099;
	margin:0px;
}

small
{
	font-size: 0.9em;
}

.leftMenu
{
	height: 100%;
}

div#wrapper{float:left;width:100%}
div#content{margin: 0 200px}
div#extra{float:left;width:250px;margin-left:-250px;margin-top:55px}
div#navigation{float:left;width:200px;margin-left:-100%;margin-top:55px}
div#footer{clear:left;width:100%}
.contents
{
	padding-left: 40px;
	padding-right: 40px;	
	padding-bottom: 50px;
}

table.successPanel
{
	border: solid 2px green;
	color: Green;
	font-weight: bold;
	padding: 15px;
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
}

table.failPanel
{
	border: solid 2px red;
	color: Red;
	font-weight: bold;
	padding: 15px;
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
}

ul.cabinet
{
	list-style-type:disc;
}

ul.cabinet_level2
{
	padding: 5px;
	margin-left: 10px;
	list-style-type: square;
}

.div_notice {
	padding-top: 20px;
	color:       #666666;
	font-size:   11px;
}

.div_header {
	margin-left:   5;
	margin-bottom: 10;
	font-size:     12px;
}

.errorText
{
	color: Red;
	font-weight: bold;
}

.offerTable th, .serviceTable th, .documentTable th, .pageTable th
{
	border-bottom: solid 1px black;
	text-align: center;
}

.offerTable td, .serviceTable td, .documentTable td
{
	border-bottom: solid 1px gainsboro;
	height: 3em;
}

.companyTable th
{
	border-bottom: solid 1px black;
	text-align: left;
}

.companyTable td
{
}
a.mainMenuHeader:link, a.mainMenuHeader:visited
{
	color: #353535;
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.15em;
}

a.mainMenuHeader:hover
{
	color: #5A5A5A;
	text-decoration: none;
}

a.mainMenuItem:link, a.mainMenuItem:visited
{
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
}

a.mainMenuItem:hover
{
	color: #C9C9C9;
	text-decoration: none;
}
    a.mainlevel:link, a.mainlevel:visited
    {
        background: url(img/menu_back.png) no-repeat;
        background-position: top left;
        font-family: Tahoma;
        font-size: 25px;
        color: #294683;
        text-align: left;
        padding-left: 28px;
        padding-top: 20px;
        line-height: 56px;
        height: 56px;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
    }
    a.mainlevel:hover
    {
        background-position: 0px -58px;
    }
    a.mainlevelA
    {
        background: url(img/menu_back.png) no-repeat;
        background-position: 0px -58px;
	font-family: Tahoma;
        font-size: 25px;
        color: #294683;
        text-align: left;
        padding-left: 28px;
        padding-top: 20px;
        line-height: 56px;
        height: 56px;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
    }