/*
body.main {
	scrollbar-face-color:       #ff9900;
	scrollbar-shadow-color:     #ff9900;
	scrollbar-highlight-color:  #ff9900;
	scrollbar-base-color:       #ff9900;
	scrollbar-track-color:      #ffffff;
	scrollbar-arrow-color:      #330066;
	scrollbar-3dlight-color:    #330066;
	scrollbar-darkshadow-color: #330066;
}

body.menu {
	scrollbar-face-color:       #ff9900;
	scrollbar-shadow-color:     #ff9900;
	scrollbar-highlight-color:  #ff9900;
	scrollbar-base-color:       #ff9900;
	scrollbar-track-color:      #ffffff;
	scrollbar-arrow-color:      #330066;
	scrollbar-3dlight-color:    #330066;
	scrollbar-darkshadow-color: #330066;
}
*/

A:link    { text-decoration: none;      color: #FF9900; font-family: Arial, sans-serif; }
A:visited { text-decoration: none;      color: #FF9900; font-family: Arial, sans-serif; }
A:active  { text-decoration: none;      color: #FF3333; font-family: Arial, sans-serif; }
A:hover   { text-decoration: underline; color: #FF3333; font-family: Arial, sans-serif; }

A.menu:link    { text-decoration: none;      font-weight: bold; color: #FF9900; }
A.menu:visited { text-decoration: none;      font-weight: bold; color: #FF9900; }
A.menu:active  { text-decoration: none;      font-weight: bold; color: #FF3333; }
A.menu:hover   { text-decoration: underline; font-weight: bold; color: #FF3333; }

body      { font-family: Arial, sans-serif; font-size: 15px;    color: #330066; }
h3        { font-family: Arial, sans-serif;						color: teal }
p         { font-family: Arial, sans-serif; font-size: 15px;    color: #330066; }
div       { font-family: Arial, sans-serif; font-size: 15px;    color: #330066; }

ul { 
	list-style-image: url(/gifjpg/dogprint.gif); 
	/*line-height: 1.4; */
	}
li{
	margin-bottom: 5px;
	}

.justified { text-align: justify }
.detail    { font-family: Arial, sans-serif; font-size: 10px; }
.picture   { font-family: Arial, sans-serif; font-size: 10px; text-align: center; color: #000000; }
.table     { font-family: Arial, sans-serif; font-size: 15px; color: #330066; }
.tablebase { font-family: Arial, sans-serif; font-size: 15px; color: #330066; border-style: solid; border-width: 1px; border-color: #330066; }
.tablecell { font-family: Arial, sans-serif; font-size: 15px; color: #330066; border-style: dashed none none none; border-width: 1px; border-color: #330066; }
.dogped    { font-family: Arial, sans-serif; font-size: 15px; color: #330066; border-style: solid; border-width: 1px; border-color: #330066; }

/* Search form */
.button
{
	BORDER-RIGHT: #FF9900 1px solid; 
	BORDER-TOP: #FF9900 1px solid; 
	BORDER-LEFT: #FF9900 1px solid; 
	BORDER-BOTTOM: #FF9900 1px solid; 
	/*FONT-SIZE: 10px; */
	BACKGROUND: #330066; 
	CURSOR: pointer; 
	COLOR: #FF9900;
	FONT-WEIGHT: bold;
	/* FONT-FAMILY: verdana, arial, helvetica, sans-serif; ;  */
	HEIGHT: 19px; 
	TEXT-DECORATION: none
}

.form
{
	COLOR: #330066;
	/* FONT-FAMILY: verdana, arial, helvetica, sans-serif; */
	/* FONT-SIZE: 10px; */
	/* FONT-WEIGHT: bold; */
	TEXT-DECORATION: none;
	BACKGROUND: #FFdd99;
	BORDER-RIGHT: #FF9900 1px solid; 
	BORDER-TOP: #FF9900 1px solid; 
	BORDER-LEFT: #FF9900 1px solid; 
	BORDER-BOTTOM: #FF9900 1px solid; 
	HEIGHT: 19px; 
}

.select
{
	COLOR: #330066;
	/* FONT-FAMILY: verdana, arial, helvetica, sans-serif; */
	/* FONT-SIZE: 10px; */
	/* FONT-WEIGHT: bold; */
	TEXT-DECORATION: none;
	BACKGROUND: #FFdd99;
	BORDER-RIGHT: #FF9900 1px solid; 
	BORDER-TOP: #FF9900 1px solid; 
	BORDER-LEFT: #FF9900 1px solid; 
	BORDER-BOTTOM: #FF9900 1px solid; 
	HEIGHT: 19px;
}
