﻿body{	
	margin: 0px;
	background-color: #fdf6dc;
	background-image: url('background.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #434343;
}

body, form
{
	height: 100%;
}

table.mainTable
{	
	width: 100%;
	table-layout: fixed;	
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px;
}

td.mainCell
{
	width: 996px;			
}

table.headerTable
{
	width: 996px;
	height: 214px;
	border: 0px;		
}

td.headerCell01
{
	width: 69px;	
}

td.headerCell02
{
	width: 196px;
}

td.headerCell03
{
	width: 731px;
}

td.headerCell0401
{
	text-align: right;
	width: 731px;
	height: 26px;
}

td.headerCell0402
{
	width: 731px;
	height: 143px;
	text-align: right;
	vertical-align: bottom;
}

td.headerCell0403
{
	width: 731px;
	height: 45px;
}



img.headerPart
{
	border: 0px;
}

table.headerSubTable
{
	width: 731px;
	height: 214px;
}

a.topMenuLink
{
	color: #AE5900;
	font-size:11px;
	text-decoration: none;
}

td.topMenuLink
{
	margin: 3px;
	color: #ae5900;	
}
.topMenuLink
{
	color: #AE5900;
}
a.topMenuLink:hover
{
	color: #AE5900;
	font-size:11px;
	text-decoration: underline;
}

a
{
	color: #AE5900;	
}

a:hover
{
	color: #575757;	
}


table.mainMenuTable
{
	border: 0px;		
}

table.mainMenuTable td
{
	width: 116px;
	height: 86px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ae5900;
}

table.mainMenuTable td a
{
	text-decoration: none;
	color: #434343;	
}

table.mainMenuTable td a:hover
{
	text-decoration: underline;
	color: #434343;	
}


table.mainMenuTable td a img, table.mainMenuTable td img
{
	border: 0px;
	width: 48px;
	height: 48px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #626b1a;
	text-align: left;
}

div.dialogPanel
{
	text-align: center;
}

div.dialogPanel div
{
	text-align: left;
	margin: 20px;
	border: solid 1px #f0e3b7;	
	background-color: #f3ecd1;
	width: 400px;	
	padding: 10px;
}

div.dialogPanel div *
{
	padding: 0px;
}

div.dialogPanel div div
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 0px;
	background-color: inherit;
		width: 100%;
		padding: 0px;
}


input
{
	font-family: Verdana;
	font-size: 11px;
	color: #434343;	
}

input.button
{
	font-weight: bold;		
	height: 25px;
	margin: 5px;
}

.error
{
	color: Red;
}
