BODY { MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px;  FONT-FAMILY: Arial }


.text 	{ color: #043E95; font-size: 11px;  }
.cost 	{ color: #FF3300; font-size: 11px; font-weight: bold; }

.in1 { height: 20 ; }

.in2 { height: 18 ; width: 200 ; }
.textarea { width: 200 ; }


a 		{ color: #043E95; text-decoration: none; font-size: 11px; font-weight: bold;}
a:hover 	{ color: #043E95; text-decoration: underline; font-size: 11px; font-weight: bold;}

a.a1 		{ color: #043E95; text-decoration: underline; font-size: 11px; }
a.a1:hover 	{ color: #043E95; text-decoration: none; font-size: 11px; }



.bg1	 { background-color: #ffffff; BACKGROUND-POSITION: top; BACKGROUND-IMAGE: url(img/bg2.jpg); BACKGROUND-REPEAT: repeat-x; }
.botpic2 { background-color: #ffffff; BACKGROUND-POSITION: bottom; BACKGROUND-IMAGE: url(img/botpic2.jpg); BACKGROUND-REPEAT: repeat-x; }

.td1	{ background-color: #ffffff; BACKGROUND-POSITION: bottom; BACKGROUND-IMAGE: url(img/td1.jpg); BACKGROUND-REPEAT: repeat-x; }


img 	{border: 0; }
 .show
{
    visibility: visible;
    position: absolute;
	border: 1px solid #0B408C;
	color: #245592;
	background-color: #F1F6FA;
	font: bold 11px Arial;
	text-transform: none;
}
 .show a
{
	display: block;
	color: #245592;
	font: bold 11px Arial;
	padding: 0px 8px 0px 8px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
}
 .show a:hover
{
	font: bold 11px Arial;
	background-color: #DDE5F2;
	text-decoration: none;
}
 .show a span
{
	margin-right: 5px;
	border-left: 3px solid #CED2D5;	
}
 .hidden
 {
        visibility: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 30px; 
}
