A:link, A:visited    {
	font-family : Verdana, Arial, Georgia; 
	color : #0066FF; 
	text-decoration : none;
	border-bottom: 2px dotted #FFCC00; 
	font-weight : bold;
}

A:hover   {
	font-family : Verdana, Arial, Georgia; 
	color : #587000; 
	text-decoration : none;
	border-bottom: 2px dotted #FFCC00; 
	font-weight : bold;
}

A:link.image, A:visited.image, A:hover.image {
	border-bottom: 0px; 
}

A:link img.foo, A:visited img.foo, A:hover img.foo {
	border: 2px solid #000000;
}

BODY {
	scrollbar-face-color: #80A4FF;
	scrollbar-track-color: #BFD1FF; 
}

TABLE {
	font-family : Verdana, Arial, Georgia; 
	color : #000000; 
	font-size : 12; 
	font-weight : normal;
	line-height : 1.5;
	
}

H3 {
	font-size : 18;
	font-weight : bold;
}


P     {
	font-family : Verdana, Arial, Georgia; 
	color : #000000; 
	font-size : 12; 
	font-weight : normal;
}

hr {  
	border-style: dashed;
	color : #CCCCCC;
}

UL li {  
	list-style-image: url(images/paw.gif);
	line-height : 2;
}

INPUT {
	border-color: #80A4FF #80A4FF #80A4FF #80A4FF; 
	border-style: dotted;
}

INPUT.submit {
	color : #0099FF;
	background : #FFFFFF;
	border-style : dotted;
	border-bottom : 1px solid #0099FF;
	border-top : 1px solid #0066FF;
	border-left : 1px solid #0066FF;
	border-right : 1px solid #0099FF;
	
}

TEXTAREA {
	border-color: #80A4FF #80A4FF #80A4FF #80A4FF; 
	border-style: dotted;
}