/* ------ links ------ */

A, A:VISITED {
 font-family:verdana;
 font-size:xx-small;
 color:blue;
 text-decoration:none;
 font-weight: normal;
} A:HOVER { color:red; text-decoration:underline; }


A.link, A.link:VISITED {
 font-family:verdana;
 font-size:xx-small;
 color:red;
 text-decoration:none;
 font-weight: bold;
} A.link:HOVER { color:orange; text-decoration:underline; }

.red, b.msg {font-weight:bold; color:red;}

.normal {font-size:xx-small; font-family:verdana; color:#000000; }

p {margin:0;}

body { margin:0px; }

label {
	float: left;
	width: 140px;
	font-size: 12px; 	
	color: #000000;
  margin: 0px 0px 5px 0px
}	
input, textarea, select {
  font-family: 'Verdana', 'Times', 'serif'; 
  font-size:10px;
  vertical-align: bottom;
  margin: 0px 0px 5px 0px;
  border:solid 1px #666666;
}


/* Left Nav Links */
#leftnavTitle { font-weight:bold; font-size:12px;  margin-bottom:8px; }
div.leftnavRow   { 
 width:100; 
 padding:2px; 
 margin-bottom:6px; 
 margin-left:6px;
}


/* iframe css */
iframe.iboxStyle{
 /* border:dashed 1px #0072BC; */
 border:none;
 float:right;
}