@charset "utf-8";
/* CSS Document */

body
{
background-image:url(images/bg.jpg); 
background-repeat:repeat-x;
margin:0px;
background-color:#065b85;
}

#logo
{
background-image: url(images/logo.png);
width:332px;
height:125px;
background-repeat:no-repeat;
}

* html #logo
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png");
width:332px;
height:125px;
background-repeat:no-repeat;
} 

#tbanner
{
background-image: url(images/toppic.png);
width:356px;
height:231px;
background-repeat:no-repeat;
}

* html #tbanner
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/toppic.png");
width:356px;
height:231px;
background-repeat:no-repeat;
} 


.titlepal
{
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#000033;
}

.titlepaltxt
{
font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#FFFFFF;
}

.titlebanner
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#00456d;
font-weight:bold;
}


.titlebanner2
{
font-family:"Times New Roman", Times, serif;
font-size:20px;
color:#00456d;
font-weight:bold;
}


.txtbanner
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}


.consult
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.consultgray
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}

.consulttitlewhite
{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFFFFF;
}

.consulttitleorange
{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#ffa800;
}

.consulttitlewhite2
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#FFFFFF;
}

.consulttitleblack
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
line-height:30px;
}

.consulttitleblue
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000066;
}



.consulttitleorange2
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#ffa800;
}



.bodytxt
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}

.bodytxt2
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}

.bodytxt2:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:underline;
}


.txtbox {
width:300px;
height:15px;
font-size:11px;
font-weight:bold;
}

.txtarea {
width:300px;
height:80px;
font-size:11px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footer
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
}

.footer2
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}


