/* CSS Document */

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
}

.navigation:hover {
   font-family: "Times New Roman", Times, serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #FFFFFF;
   display: block;
   padding: 6px 8px 6px 10px;
   width: 140px;
   text-decoration: none;
   background-color: #D03D03;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000CC;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
}

.sandisk_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color:#666666;
	font-weight: bold;

}

.sdkmm_hdr {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color:#666666;
	font-weight: bold;

}