/* td styles */
td { vertical-align:top }

/* master font styles */
body,td { 
font-family:verdana,arial,helvetica,sans-serif;  
color:#000000;
}

font { font-family:verdana,arial,helvetica,sans-serif; }

/* anchor styles */
a:link 		{ color:#053666; }
a:visited 	{ color:#053666; }
a:hover		{ color:#888888; }
a:active	{ color:#053666; }

/* text styles */
.text {
font-size:.8em;  
line-height:1.5em;
}

/* text small styles */
.textSmall { 
font-size:.6em;
line-height:1.5em;
}

/* nav styles */
.nav {
font-size:9.4px;
text-decoration:none;
}	
a.nav:link 		{ color:#FFFFFF; }
a.nav:visited 	{ color:#FFFFFF; }
a.nav:hover		{ color:#C8D2DD; }
a.nav:active	{ color:#FFFFFF; }

.navCell { padding:2px 5px 3px 0px; }

.szNavCell { padding:10px 10px 10px 10px; }

/* bread crumb styles */
.breadCrumb {
font-size:9.4px;
text-decoration:none;
}
a.breadCrumb:link 		{ color:#053666; }
a.breadCrumb:visited 	{ color:#053666; }
a.breadCrumb:hover		{ color:#777777; }
a.breadCrumb:active		{ color:#053666; }

/* header styles */
.header1 {
font-family:arial,helvetica,sans-serif;
font-size:24px;
color:#A8430A;
}

.header2 {
font-family:arial,helvetica,sans-serif;
font-size:16px;
color:#403A1D;
}

.header3 {
font-family:arial,helvetica,sans-serif;
font-size:16px;
color:#A8430A;
}

/* footer styles */
.footer {
font-size:9.4px;
color:#666666;
}

/* form styles */
form,input,select,textarea {
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

/* search styles */
.search {
color:#99363E;
border:1px solid #000000;
background-color:#FFFFFF;
height:17px;
width:150px;
}