/* The @import rule, using this exact syntax, hides the imported
stylesheet from NS4, IE4, WebTV and probably other legacy browsers. */

@import "template-footer-import.css";

body {
  background-color: transparent;
  color: #000;
  font-family: sans-serif;
}
h1, h2 {
  background-color: transparent;
  color: #FF3333;
  margin-right: 210px;
	background-image: url(images/paw.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 31px;
}
h4 {
  border-bottom: 1px dotted #ff6666;
}

a, a:link {
color: #FF3333;
text-decoration:none;
font-weight:bold;
background-color: #FFFFFF;
}
a:visited { 
color: #FF6666; 
text-decoration:none; 
}
a:hover , a:active {
	color: #FF0000;
}


.data {
	border: 1px solid #ff6666;
	color: #000;
	width: 200px;
}
.data_sub {
	font-weight: bold;
	background-color: #ff6666;
	color: #000;
}
											
.tip {
	font-size: 11px;
	line-height: 1em;
	font-style: italic;
}

blockquote {
	border: 1px none #ff6666;
	width: 400px;
	padding: 10px;
	font-size: 12px;
	background-image: url(images/paw.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px 40px ;
	font-size: 12px;
}
