/*
	tswnavbar.css	1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcssbuttons {
	width: 190px ;
	text-align: right ;
}
#tswcssbuttons ul {
	margin: 3 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 3 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
}
#tswcssbuttons li a {
	color: #660066 ;
            
/*	background-color: #d8bcd8 ;   */
	border: 1px outset #000000 ;
	width: 190px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #660066 ;
/*	background-color: #d8bcd8 ;   */
}

table#sample {
    background-color:#FFFFFF;
    border: solid #000 1px;
    width: 560px;

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: left;
    font-family: Arial,Helvetica;
    font-size: 9pt;

}

.toprow {
    font-family: Arial,Helvetica;
    color: #ffffff;
    font-size: 8pt; 
    font-style: italic;
    text-align: center;
    background-color: #000000;

}

.adv {
    font-family: Arial,Helvetica;
    color: #ffffff;
    font-size: 14pt; 
    text-align: center;
    background-color: #035d03;

}

.hlp {
    font-family: Arial,Helvetica;
    color: #ffffff;
    font-size: 14pt; 
    text-align: center;
    background-color: #660066;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}