@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-image: url(../../DSOV/images/back2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	
}

.style12 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.style14 {	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style16 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-style: italic; }
.style18 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFF33; font-style: italic; }
.style20 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
	height: auto;
	padding: 3px;
	margin-bottom: auto;
	vertical-align: top;
}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style21 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.style24 {
	color: #FFFF33;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#mediaspace {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	border-color: #FFFFCC;
	border-style: solid;
	border-width: 1px;
}
.stripe {
	background-color: #FFFF00;
	height: 3px;
}


#customers
{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
#customers td, #customers th 
{
	font-size:12px;
	padding:6px 7px 4px 7px;
}
#customers th 
{
	font-size:1.4em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#000000;
	color:#fff;
}
#customers tr.alt td 
{
color:#000;
background-color:#EAF2D3;
}

