/* 
#######################################
# Text Stylesheet                   #
# Author & Copyright: Andrew Watson   #
# Date: 02.10.2004                    #
#######################################
*/

p, h1, h2, h3, h4, h5, h6, a {
	font-family: Arial,Verdana;
	color: #333333;
	margin: 0px;
	text-decoration:none;
	text-align:left;
	}
	
h1 {
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 3px solid #000000;
	padding: 0px 0px 0px 15px; 
	background-image: url(../../sitepix/structural/bullet_h1.gif);
	background-repeat: no-repeat;
	background-position: 2px .4em;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}	
	
p {
	font-size: 12px;
	margin-bottom: 10px;
	}
p.item_title {
	font-style:italic;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
p.italic {
	font-style:italic;
	}
p.bold {
	font-weight:bold;
	}
table#item_info p {
	margin: 0px;
	}
p a:hover {
	color:#FF9900;
	}

.useful_links a {
	font-family: Arial,Verdana;
	color: #FF9900;
	margin: 0px;
	text-decoration:none;
	text-align:left;
}
.useful_links p a:hover {
	color:#FF9900;
	text-decoration:underline;
	}
	