body {
	font-size: 62.5%;
	font-family: Arial,verdana,sans-serif;
}
* {
	color: #1A171B;
	border: 0;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: top;
	line-height: 17px;
}

div {
	overflow: hidden;
}

strong, em, sup, sub, address {
	color: inherit !important;
	line-height: inherit !important;
}

address {
	display: inline;
}

td, 
p, 
a 
{
	font-size: 1.2em;
}

td p,
td a,
p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	font-size: 1em;
}

sup {
	vertical-align: super;
}

h1,
h2,
h3,
h4
{
	font-weight: normal;
}

dt 
{
	font-size: 1.3em;
}

a,
a:visited,
a:active,
a:hover
{
	text-decoration: none;
	cursor: pointer;
}

hr 
{
	border-bottom: 1px solid #ccc;
}

.accessibility 
{
	display: none;
}

ul,
fieldset ul,
fieldset ol 
{
	list-style-type: none;
}

ul.disc li
{
    display: block;
    background: url('../images/bg-bullet.png') no-repeat ;
	list-style-type: none;
	margin-left: 0;
	padding-left: 25px !important;
}

.bold {
	font-weight: bold;
}
