/* Style Sheet */
a {
	color: #FFD7E9;
	text-decoration: none;
} 
a:link {text-decoration: none;}  
a:visited {text-decoration: none;}
a:hover {color:#4b5b12; text-decoration: underline;}

.dogs a {color:#ffffff;; text-decoration: none;} 
.dogs a:link {text-decoration: none;}  
.dogs a:visited { text-decoration: none; }
.dogs a:hover {color:#ff70b0; text-decoration: underline; }

.footer a {color:#000000;; text-decoration: none; font-size:xx-small;} 
.footer a:link {text-decoration: none; font-size:xx-small;}  
.footer a:visited { text-decoration: none; font-size:xx-small;}
.footer a:hover {color:#ffffff; text-decoration: underline; font-size:xx-small;}

body { background-color:#fbd4e5;
	color: #48373f;
	font-style: normal; 
	font-size: x-small; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #48373f;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #ffd7e9;
	scrollbar-darkshadow-color: #000000;
}

table {	border: 0px;
	padding: 0px;
	font-size: x-small; 
	background-color: #ffd7e9;  
	}

.xsmalltxt { font-size: xx-small; }
.smalltxt { font-size: x-small; }

.tblmain {	background-color:#ffd7e9; 
}	

.tblboxed {
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	font-size: x-small;
	background-color:#ffafd3;
}

.dogs {background-color:#48373f;}

.thboxheader {
	vertical-align: middle;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #4b5b12;
	font-weight: bold;
	font-size: small;
	background-color:#ffafd3;}
	
.tdbg {background-color:#fbd4e5}
.tdbgleft {background-image: url(layoutimages/bg_left.jpg)}
.tdbgright {background-image: url(layoutimages/bg_right.jpg)}
.tdbgbottom {background-image: url(layoutimages/bg_bottom.jpg)}

.tdbghead {background-image: url(layoutimages/bg_header.jpg)}

.tdchampion {border-width: 1px;
	border-style: solid;
	border-color: #340423;
	font-size: small;
	font-style: italic;
	color:#FFFFFF;
}

.tdnonchampion {border-width: 1px;
	border-style: solid;
	border-color: #340423;
	font-size: small;
	font-style: italic;
	color:#340423;
}

.pageheading { font-family: Verdana, Arial, sans-serif;
	font-size: larger;
	font-weight:bold;
	color: #657d29;
}

p { margin-top: 4px;
	margin-bottom: 4px;}

th {margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	font-size: large;
	background-color:#334778;}


h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#4b5b12;
	margin-bottom: 10px;
	margin-top:10px;
	font-weight:bold;
}

h2 {font:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #48373f;
	margin-bottom: 4px;
	margin-top:6px;
}

hr {color: #ffafd3;}
