/* PARAGRAPH STYLE */

body, p, li, td{
 font-size: small;
 font-family : Verdana, Arial, MS Sans Serif;
 font-style : normal;
 color : #000000;}
 
 /* HORIZONTAL RULE STYLES */
 
 hr {
	 color:#ff0000;
	 height:1px;
	 width:100%;}
	

/* HEADING STYLES */

h1{
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: large;
	font-weight: bold;
	color: #0000aa;
	margin-bottom: 5px;
	margin-top: 0px;}
	
h2, h3, h4{
	padding:2px;}
	
h2{
	font-size: medium;
	font-weight: bold;
	background-color: #eeeeee;
	color: #000000;	}

h3{
	font-size: medium;
	color: #000080}
	


/* CLASS STYLES */

.nav-panel{
	border : 1px solid #000000;}

.rcolumn{
	border-left : 1px solid;}

.winelist{
	font-size: large;}

.mainhead{
	font-family: Arial, Verdana, MS Sans Serif;
	font-weight: bold;
	font-size: x-large;
	font-color: #663333;}
	
.mainsub{
	font-family: Arial, Verdana, MS Sans Serif;
	font-weight: bold;
	font-size: large;
	font-color: #663333;}

.white{
	color: white;}

.greyrule{
	color: #eeeeee;
	size: 1;}
	
.leftnavtopoutline{
	border : 1px solid #003366;}
	
.leftnavoutline{
	border : 1px solid #D6D8E0;}
	
.relatedlinks{
	border : 2px solid #ff0000;}

/* LIST STYLES */

/* for related links on content pages */
.related_links{
	list-style-image : url('furniture/bullet.gif');
	color: #0000aa;
	margin-left: 10px}
	
/* LINK CLASSES */

/* default link */
a {
	text-decoration: none;
	color: #0000aa; 
	}
	
a:link{
	text-decoration: underline;
	color: #00000aa; 
	}
	
a:visited{
	text-decoration: underline;
	color: #ff0000; 
	}

a:hover {
	text-decoration: underline;
	}

/* white link  */
a.white{
	color:white;
	text-decoration: none;}
	
a.white:visited{
	color:white;
	text-decoration: none;}

a.white:hover{
	color:#FF0000;
	text-decoration: none;}

/* Copyright nodDesigns link */
a.copyright{
	font-size: xx-small;
	color: #ff0000;
	text-decoration: none;}
	