.ul {
	line-height: 12px;
	list-style-type: disc;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.gif);
}

.box {
	background-color: #Efefef;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.ulbig {
	line-height: 20px;
	list-style-type: disc;
	vertical-align: text-top;
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

a:link {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;


}

a:hover {
	color: #993333;
	font-weight: bold;

}

a:active {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;


}

.ulbigCopy {
	line-height: 16px;
	list-style-type: disc;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-image: url(images/heading_bg.gif);
	background-repeat: no-repeat;
	display: none;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: normal;

}

ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}

li {
	padding-bottom: 5px;
}

h1 {
	font-size: 22px;
	color: #A42B27;
	margin: 0px 0px 10px;
	font-weight: normal;

}

h2 {
	font-size: 18px;
	color: #C84731;
	margin: 10px 0px 5px;
	font-weight: normal;
}

p,
td {
	margin: 0px 0px 8px;
	line-height: 17px;
	font-size: 13px;
}

.imageright {
	margin: 0px 0px 10px 10px;
	float: right;
}

.tiny {
	font-size: 10px;
}

body {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
