@charset "utf-8";
/* CSS Document */

body {margin: 1px;	padding: 0px; } a {	text-decoration: underline } a:hover { 	color: #FFFF00;	background: #D8DFEE;	text-decoration: underline;}


span.highlight
{
background-color:#E7F1F8;
}

table{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: normal;
	font-weight: bold;
}
tr.row td{
	border-width:1px 0;
	border-style: double;
	border-color: #CC0000;
}
tr.row td.left{
	border: 2px solid #CC0000;
	white-space:inherit;
}
tr.row td.right{
border-width:6px 6px 6px 6px;
border-color:#000080;
border-style:double;
}
tr.row td.smtable{
border-spacing:8px;
border-width:6px 6px 6px 6px;
border-color:#000080;
border-style:double;
background-color: #F5F0DD;
}

.style1 {font-family: Arial, Helvetica, sans-serif; color: #CC0000;
}

.navtext {
width:150px;
font-size:12pt;
border-width:2px;
border-style:outset;
border-color:darkgray;
layer-background-color:tan;
background-color:tan;
color:black;
}

.vltitle {
	font: bold normal 16px "Arial";
	color: #333333;
	font-size: 12px;
	
}

/* Paragraphs styled as warnings */
td.warning 
{ 
background-color:#F5F0DD; margin-left:5px; padding:10px; border: solid thin #A60169;
}
