/*a:visited {  font-family: "MS Sans Serif", "Microsoft Sans Serif"; color: #1D3A98; text-decoration: none}
a:hover {  font-family: "MS Sans Serif"; color: #FF0000; text-decoration: underline}
a:link {  font-family: "MS Sans Serif"; color: #1D3A98; text-decoration: none}*/

/* global style */
a:link {text-decoration: none; color:#ca7c00;}
a:visited {text-decoration: none; color:#ca7c00;}
a:active {text-decoration: none;color: red;}
a:hover {text-decoration: underline; color: red;}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: "Default Font", "Ms Sans Serif"; 
	background-color : #fdf9db;
	color: #000000;
	font-size:9pt;
}

table {  /* this table & td/th style is replacing with  'border="0" cellpadding="0" cellspacing="0"' */
	border-collapse: collapse; border-spacing: 0;
}
td, th { padding: 0;vertical-align:top; }


img {
	border: none;
}

/* shadow style for TD tag */
td.softshadow_bl{ /* bl = bottom left */
	background:url(images/softshadow_bl.gif);
	background-repeat:no-repeat;
}

td.softshadow_b{ /* b = bottom */
	background:url(images/softshadow_b.gif);
	background-repeat: repeat-x;
}

td.softshadow_br{ /* br= bottom right */
	background: url(images/softshadow_br.gif);
	background-repeat:no-repeat;
}

td.softshadow_r{ /* r = right */
	background:url(images/softshadow_r.gif);
	background-repeat:repeat-y;
}

td.softshadow_tr{ /* tr= top right */
	background: url(images/softshadow_tr.gif);
	background-repeat:no-repeat;
}

td.shadow_bl{ /* bl = bottom left */
	background:url(images/shadow_bl.gif);
	background-repeat:no-repeat;
}

td.shadow_b{ /* b = bottom */
	background:url(images/shadow_b.gif);
	background-repeat: repeat-x;
}

td.shadow_br{ /* br= bottom right */
	background: url(images/shadow_br.gif);
	background-repeat:no-repeat;
}

td.shadow_r{ /* r = right */
	background:url(images/shadow_r.gif);
	background-repeat:repeat-y;
}

td.shadow_tr{ /* tr= top right */
	background: url(images/shadow_tr.gif);
	background-repeat:no-repeat;
}

td.topic_bl{ /* bl = bottom left */
	background:url(images/topic_bl.gif);
	background-repeat:no-repeat;
}

td.topic_b{ /* b = bottom */
	background:url(images/topic_b.gif);
	background-repeat: repeat-x;
}

td.topic_br{ /* br= bottom right */
	background: url(images/topic_br.gif);
	background-repeat:no-repeat;
}

td.topic_trail1{
	background:url(images/topic_trail1.gif);
	background-repeat:no-repeat;	
}
td.topic_trail2{
	background:url(images/topic_trail2.gif);
	background-repeat:no-repeat;
}

td.topic_r{ /* r = right */
	background:url(images/topic_r.gif);
	background-repeat: repeat-y;
}
	
td.topic_center{
	background: url(images/topic_center.gif);
	background-repeat:repeat-x;
	background-color:#fedc99;
	vertical-align:middle;
}

td.file_header{
	background-color:#999999;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right:5px;	
	font-weight: bold;
	font-size:12pt;

}
td.file_headertab{
	background:url(images/file_header_r.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
}
td.file_body{
	background-color:#ffdb99;
	color:#6e571a;
	font-size: 14px;
}

td.footer{
	background-color:#faad5b;
	color:#000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:4px;
	padding-top:4px;
	font-size:8pt;
	text-align:center;

}

td.quickbar{
	color: #2b1c00;
	background-color:#FFF0D4;
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 10px;
}

td.topic{
	color: #6b5103;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

td.whitebase{
	color: #6b5103;
	background-color:#ffffff;
}

/* etc. */
td.spacer{
	background:url(images/spacer.gif);
}




/* text style */
.qb_header{ /* qb = quick bar */	
	color: #ffad00;
	font-size: 12pt;
	font-weight: bold;
}
.hilight{
	color: #cb1c00;
	font-weight: bold;
}

.darker{
	color: #800000;
	font-weight:bold;
}

.dark { color:#922323;}
.lighter { color:#8d95a9;}

.topic_header{
	color: #896204;
	font-size: 12pt;
	font-weight: bold;
}

