
body, ul, li, p, h1, h2, h3, h4, h5, h6, form, input, select, textarea, dl, dt, dd, table, td, tr, img{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	border: 0;
	outline: none;
}
/* This body used for the FCK editor only. Overridden in default.css for front end. */
body {
    font: 69%/1.27em Verdana, Arial, Helvetica, sans-serif;
    margin: 5;
    color: #5f5f5f;
}
td, th{
	vertical-align: top;
}
p{
	margin-bottom: 15px;
}
a{
	color: #5f5f5f;
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: none;
	color: #26b0e5;
}
input, select, textarea{
	font-size: 1.36em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#5f5f5f;
}
h2{
	font-size: 1.27em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
h3{
	font-size: 1.18em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
h4{
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
h5{
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(/site/inc/img/arrow_list_link.gif) no-repeat 0 5px;
	vertical-align: top;
}
h5 a{
	text-decoration: underline;
}
h5 a:hover{
	text-decoration: none;
}
h6{
	font-size: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #26b0e5;
	line-height: 1em;
}
ul{
	margin-bottom: 15px;
}
ul li{
	background: url(/site/inc/img/bullet_listItem.gif) no-repeat 0 5px;
	vertical-align: top;
	padding-left: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
ul li ul{
	margin-top: 4px;
	margin-bottom: 0;
}
ul li ul li{
	background: url(/site/inc/img/bullet_listItem_nested.gif) no-repeat center left;
	vertical-align: top;
	padding-left: 10px;
	margin-bottom: 4px;
}

ol{
}
ol li{
	list-style-type: decimal;
	padding-bottom: 5px;
}
ol li ol{
}
ol li ol li{
	list-style-type: lower-alpha;
}

ol li ol li.roman{
	list-style-type: lower-roman;
}


