﻿body 
{
	margin:0 0 0 0;
	 height:100%;
	background-color:white;
}
.headerback
{
	 background-image:url(images/headerSlice.png);
	 
	}
.dvheader
{
	  background-image:url(images/dvheaderslice.png);
	   padding-right:3px;
	    color:White;
	     font-weight:bold;
	}
.inline
{
	 display: inline;
	}
.button
{
	background-color:Maroon;
	 cursor:hand;
	  text-align:center;
	 }
.button:hover
{
	background-color: Transparent;
	 text-align:center;
	 }
.footerback
{
	background-image:url(images/footerback.png);
	}
.splash
{
	background-image: url(images/splashBack.png);
	}
.MainHeadSlice
{
	background-image: url(images/HeadSlice.jpg);
	 background-repeat:repeat-x;
	}
.center
{
	 text-align:center 
	}
.gridRow
{
    border-top-color:Black;
    border-top-style:solid;
    border-top-width:2px;
}
.gridRowl
{
    border-top-color:Black;
    border-top-style:solid;
    border-top-width:2px;
    padding-left:10px;
    padding-right:10px;
}
.button1
{
	 background-image:url(images/dvheaderslice.png);
	    color:White;
	     font-weight:bold;
	      cursor: hand;
	}
.bullListRow
{
		border-bottom-color:maroon;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.cButton
{
	 cursor: hand;
	  border-color: Silver;
	   background-color:Transparent;
	    color:Maroon;
}
.cButton:hover
{
	cursor: hand;
	  background-image:url(images/buttonslice.png);	
	   color: White
	}
