/* Overall style */
BODY,TD,LI {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     /* background: #cccccc; */
}

H1 {
     font-size: 12pt;
     font-weight: bold;
}

H2{
	font-size: 10pt;
	font-weight : bold;
}


/* side bar area. Enclose this in a table cell */
.sidebar {
	border-right: 1px double #666666;
	border-bottom: 1px double #666666;
     /* for NS4.x */
	border-right-width: 1px double #666666;
	border-bottom-width: 1px double #666666;

	padding-top: 0px;
	padding-left: 0px;

	padding-right: 15px;
	padding-bottom: 15px;

     text-align: right;

     /* Not perfect on NS4.x */
     background: #cccccc;
}


.sidetitle {  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #666;*/
	padding-top: 2px;
	padding-bottom: 2px;
	}

.side {  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
     line-height: 130%;
}

/* Main area. Enclose this in a table cell */
.content {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.maintitle {  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	}
.main {  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

.banner, .crumb {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

	border-right: 1px double #666666;
	border-bottom: 1px double #666666;
     /* for NS4.x */
	border-right-width: 1px double #666666;
	border-bottom-width: 1px double #666666;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;

     /* Not perfect on NS4.x */
     background: #cccccc;
	}

.src {
	font-family : "Courier New", Courier, monospace;
	margin-left : 50px;
	border : 1px solid Black;
	padding : 4px;
}

A         {color: #0033ff; text-decoration:none;}
A:link    {color: #0033ff; text-decoration:none;}
A:visited {color: #0033cc; text-decoration:none;}
A:active  {color: #339999; text-decoration:none;}
A:hover   {color: #339999; text-decoration:none;}

.disclaimer {  font-size: 9pt;
     font-style: italic;
     /* text-align: center; */
     border-color: #000000;
     border-top-width: 2px}

.lsdm {  font-size: 10pt; text-align: right; }
.q {  font-size: 12pt; font-weight: bold; }
ul {  list-style-type: square; }
.mod_line { font-size: 10pt; text-align: right; }
