textarea
{
	font-family: arial;
	font-size: 12px;
}

a.one:visited
{
	color: #FFE401;
	text-decoration: none;
}	
a.one:link
{
	color: #FFE401;
	text-decoration: none;
}	
a.one:hover
{
	color: #FFE401;
	text-decoration: underline;
}

a.link02:visited
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}	
a.link02:link
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}	
a.link02:hover
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;

}

a.link03:visited
{
	color: #84B0D7;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}	
a.link03:link
{
	color: #84B0D7;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}	
a.link03:hover
{
	color: #84B0D7;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;

}

a.link04:visited
{
	color: #84B0D7;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}	
a.link04:link
{
	color: #84B0D7;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}	
a.link04:hover
{
	color: #84B0D7;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;

}

.header02
{
	height: 14px;
	border: 0px;
	background-color: #99A9DD;
	color: white;
	font-family: arial;
	font-size: 12px;
	margin-top:4px;
	width: 80px;
}

div#toolbar
{
	background-color: #84B0D7;
	border-bottom:1px solid #84B0D7;
	height: 25px;
	color: #FFE401;
	text-align: right;
	padding-right:15px;
	padding-top:1px;
	overflow:hidden;
}

h1#h1header
{
	text-align:center;
	font-size: 18px;
	color: #FFFFFF;
	margin:0px;

}

div#footer
{
	color: #84B0D7;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

div#table01 td
{
	padding-top: 5px;
	font-size: 14px;
}


div#table03 td
{
	padding-top: 5px;
	font-size: 14px;
	border: 1px solid white;

	height: 22px;

}

div#table03 table
{
	margin: 0px;
	padding: 0px;
}

div#table03 tr
{
	margin: 0px;
	padding: 0px;
}

.field01
{
	font-size:14px;
	font-weight: bold;
	height: 20px;
	border: 1px solid #A7AAB8;
	color: #000000;
	background-color: white;
	font-family: arial;
	padding-right:5px;
}

.field02
{
	font-family: arial;
	font-size:14px;
	height: 22px;
	border: 1px solid #A7AAB8;
	color: #000000;
}

.number_field
{
	font-size:14px;
	font-weight: bold;
	height: 20px;
	border: 1px solid #A7AAB8;
	color: #000000;
	background-color: white;
	font-family: arial;
	padding-right:5px;

	width: 60px;
}

.span01
{
	color:#000000;
}

.box01
{
	float:right;
	background-color: #D4DA90;
	border-top: #92A2C0 solid 1px;
/*	border-left: #92A2C0 solid 1px; */
	border-left: #978E46 solid 1px; 
	border-right: #978E46 solid 1px;
	border-bottom: #978E46 solid 1px;
	width:308px;
	height: 450px;
}

.box02
{
	float:right;
	background-color: #D4DA90;
	border-top: #92A2C0 solid 1px;
/*	border-right: #92A2C0 solid 1px; */
	border-right: #978E46 solid 1px;
	border-left: #978E46 solid 1px;
	border-bottom: #978E46 solid 1px;
	width:308px;
	height: 450px;
}

.box03
{
	float:right;
	background-color: #CCD7ED;
	border-left: #91A2C0 solid 1px; 
	width:308px;
	height: 500px;
}

.box04
{
	float:right;
	background-color: #CCD7ED;
	border-right: #FFFFFF solid 1px;
	width:300px;
	height: 500px;
}

.box05
{
	float:right;
	background-color: #D4DA90;
	border-top: #92A2C0 solid 1px;
	border-right: #978E46 solid 1px;
	border-left: #978E46 solid 1px;
	border-bottom: #978E46 solid 1px;
	width:391px;
	height: 101px;
}

.box06
{
	float:right;
	background-color: #D4DA90;
	border-top: #92A2C0 solid 1px;
	border-right: #978E46 solid 1px;
	border-left: #978E46 solid 1px;
	border-bottom: #978E46 solid 1px;
	width:225px;
	height: 101px;
}


.question
{
	font-weight: bold;
}

span#span02
{
	color: white;
}

select
{
	font-family: arial;
	font-size: 14px;
}

input
{
	font-family: arial;
	font-size: 14px;
}

/* */
#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.col01
{
	background-color: #D6D6D6;
	border-bottom: 1px dashed black;
	width: 100%;
	margin-bottom: 3px;
}

.col01_selected
{
	background-color: #6699FF;
	border-bottom: 1px dashed black;
	width: 100%;
	margin-bottom: 3px;
	color: white;
	font-weight: bold;
}

.col02
{
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	width: 100%;
	height: 50px;
	margin-bottom: 3px;
}

.col02_selected
{
	background-color: #D6D6D6;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	width: 100%;
	height: 50px;
	margin-bottom: 3px;
}

.row01
{
	background-color: yellow;
	font-size: 14px;
}

#phones_table 
{

}

#phones_table tr
{

}

#phones_table th
{
	text-align: right;
	border-bottom: 1px solid #000000;
}

#phones_table td
{
	border-bottom: 1px solid #000000;
	text-align: right;
}

.box_header
{
	text-align: right;
	margin-right: 10px;
	font-size: 18px;
	color: white;
	font-family: tahoma;
	padding-top: 5px;
}

.text01
{
	width: 167px;
	height: 50px;
}

.text02
{
	width: 167px;
	font-size: 12px;
}