/* VBSC CSS Document */

body {
	background: url(artwork/sand.jpg) repeat;
    width:900px;
	}

img {
    border:0;
    }
    
table {
    border-style:none;  
    }    

table.header {
	background: url(artwork/ocean.jpg) no-repeat;
    height:340px;
	}
	
table.dealer {
      border-style:inset;
      padding:6px;
      width:550px;
      margin-left:auto;
      margin-right:auto;
      text-align:center;
      }
      
table.centered {
    margin-left:auto;
    margin-right:auto;
    }
    
 p {
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 1em;
	background-color: transparent;
	color: black;
	font-weight: normal;
	}
	
p.indent {
    text-indent:100px;
    }

p.center {
	text-align:center;
	}
	
p.bold  { 
	font-weight: bold;
	} 
	
p.red  { 
	color: red;
	} 
	
p.blue  { 
	color: blue;
	} 
	
p.green  { 
	color: green;
	} 

p.small {
	font-size: 8pt;
	}

p.font14 {
	font-size: 14pt;
	}
	
p.font16 {
	font-size: 16pt;
	}
	
p.font18 {
	font-size: 18pt;
	}
	
p.font24  { 
	font-size: 24pt;
	} 

p.font48  { 
	font-size: 48pt;
	} 

ul {
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 1em;	
	color: black;
	background-color: transparent;
	}
    
a {
	font-family: "Arial", Tahoma, sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: blue; 
	background-color: transparent;
	}
    
a:link {
	color: blue
	}
	
a:visited {
	color: blue
	}

a:hover {
	color:red
	}
	
a:active {
	color: blue
	}

div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	font-size: 12pt;
	text-decoration: none;
	color: #000ccc;
	background-color: transparent;
}
div#navbar2 li a:link {
   	color: blue;
   	background-color: transparent;
}
div#navbar2 li a:visited {
   	color: blue;
   	background-color: transparent;
}
div#navbar2 li a:hover {
   	color: red;
   	background-color: transparent;
}	
div#navbar2 li a:active {
   	color: green;
   	background-color: transparent;
}
