body { 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/ducati/noback_vert.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;}

.stars { 
	background-color: #ffffff;
	background-image: url(images/ducati/noback_back.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;}
	
.header { 
	background-color: #ffffff;
	background-image: url(images/ducati/noback_header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 760px;
	height: 170px;}
	
.footer	{ 
	background-color: #ffffff;
	background-image: url(images/ducati/noback_footer.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 760px;
	height: 25px;}

.headline { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #771100; /*  dk brown  */
	line-height: 1.5em;}

p	{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
    	color: #771100; /*  dk brown  */
	text-align:left;
	margin-top:0; margin-bottom:0}
	
.smText {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #771100; /*  dk brown  */
	margin-top:0; margin-bottom:0}	
	
/*  Default link styles, other pseudo-classes inherit this sytling unless changed  */ 	
a:link {
	color: #B36B00;  /*  orange  */
	font-size:12px;
	text-decoration: underline;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-top:0; margin-bottom:0}
a:visited {
	color: #AA0000;/*  dark red  */
	font-size:12px;
	text-decoration: underline;
	font-family: verdana, helvetica, arial, sans-serif;}
a:hover {
	color: #AA0000; /*  dark red  */
	font-size:12px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;}
a:active {
	color: #B36B00;  /*  orange  */
	font-size:12px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;}

/*  Browser links (same as default for now)  */ 	
a.browse:link {
	color: #B36B00;  /*  orange  */
	text-decoration: underline}
a.browse:visited {
	color: #AA0000;  /*  dark red  */
	text-decoration: underline}
a.browse:hover {
	color: #AA0000; /*  dark red  */
	text-decoration: none}
a.browse:active {
	color:#B36B00;  /*  orange  */
	text-decoration: none}	
	
H1	{
	font-size: 14px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #771100; /*  dk brown  */
	line-height:1.5em;
	margin-top:0in; margin-bottom:0in}

/*  folder/file grid alternating row colors  */
.folderrow1 {
	background-color: #ffffff;}
.folderrow2 {
    background-color: #ffffff;}
.filerow1 {
    background-color: #ffffff;}
.filerow2 {
    background-color: #ffffff;} 
	
table.defaultTbl {
	font-size:11px;
	color:#771100; /*  dk brown  */
	font-family:verdana, helvetica, arial, sans-serif;
	border: 1px solid #4A2376;
	border-collapse: collapse;
	text-align:center;
	padding:0;
	margin-left:auto;
	margin-right:auto;}
table.defaultTbl td {
	vertical-align:top;
	text-align:left;
	border-bottom: 1px solid #4A2376;
	padding:1px 2px 1px 2px;}
table.defaultTbl th {
	font-weight: bold;
	color: #B36B00; /*  orange  */
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid #4A2376;
	padding: 2px;
	background: #FFE6BF; /*  cream  */
	line-height:1.2em;}
table.defaultTbl a:link {
	color:#B36B00; /*  orange  */
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:11px; 
	text-decoration: underline;}
table.defaultTbl a:visited {
	color: #AA0000;  /*  dark red  */
	font-size:11px;
	text-decoration: underline;}
table.defaultTbl a:hover {
	color: #AA0000; /*  dark red  */
	font-size:11px;
	text-decoration: none;}
table.defaultTbl a:active {
	color: #B36B00; /*  orange  */
	font-size:11px;
	text-decoration: none;}
	
table.trade {
	font-size:11px;
	color:#771100; /*  dark brown  */
	width:100% !important;
	border-left:1px solid #4A2376;
	border-spacing: 0px;
	empty-cells:show;
	margin:0 auto 1em auto;
	text-align:left;
	padding:0;
	font-family:verdana, helvetica, arial, sans-serif;
	line-height:16px;}	