/*////////////div linebot/////////////////////////*/
div.LineBot {
 border:0px;
 padding:0px 10px 0px 10px;
 margin:0px 0px 0px 0px;
/* display:inline;*/
 clear:left;
}

div.LineBot { 
 width:955px; 
 voice-family: "\"}\""; 
 voice-family:inherit;
 width:935px;
} 
/* CWL1 UAs should see and use 2nd width */
html>body .LineBot { width:935px } 
  /* One more chance for conforming UAs to get it right using a CWL2 selector.
     This is the "be nice to Opera 5" rule, as Opera 5 seems to
     have trouble with the escaped quotes and close brace as well.
     Note the lack of spaces around the '>'.  This is required to avoid other browser bugs. 
     In addition, this rule helps less capable UAs "fix up" their rule parsing,
     which can be derailed by the "\"}\"" value. 
     20010406Note: Thanks to Todd Fahrner for suggesting html>body .content instead of
     what I had previously which was body>.content . The new selector is more general purpose. */

/*////////////div botnav/////////////////////////*/
div.BotNav {
 border:0px;
 padding:3px 10px 3px 10px;
 margin:0px 0px 0px 0px;
 text-align:center;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
/* display:inline;*/
 clear:left;
}

div.BotNav { 
 width:955px; 
 voice-family: "\"}\""; 
 voice-family:inherit;
 width:935px;
} 
/* CWL1 UAs should see and use 2nd width */
html>body .BotNav { width:935px } 

.cavaet {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 9px;
 color: #191919;
 text-decoration: none;
}

.red {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

.red a:link, .red a:visited, .red a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

.red a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

.black a:link, .black a:visited, .black a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #191919;
	text-decoration: none;
	font-weight: bold;
}

.black a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
