/* @override http://localhost:8888/temp_ava/css/text.css */

body {
	font: 90% verdana, helvetica,arial,sans-serif;
	line-height:1.35;
	color: #ffffff;
}

p {
	color: #333;
	border: none;
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
	font-weight: normal;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: center;
	color: #004083;
}

h1 {
	font-size: 155%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h6 {
	font-size: 100%;
}

ol li strong {
	padding-left: 10px;
	color: #ff7600;
}

ol li {
	list-style: decimal;
	color: #ff7600;
	list-style-position: inside;
	padding-top: 25px;
}

ol p {
	padding: 0 40px;
	line-height: 2em;
}

ol strong {
	font-weight: bold;
	display: block;
	padding-left: 60px;
	padding-bottom: 6px;
	padding-top: 14px;
	color: #004083;
}

ol strong p {
	padding: 0;
	padding-top: 14px;
	color: #004083;
	font-size: 86%;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
	font-size: 70%;
	list-style-type: disc;
	padding-bottom: 4px;
	color: #000000;
	font-weight: bold;
}

ul.list li {
	position: relative;
	left: 25px;
	text-indent: 14px;
	padding-bottom: 6px;
	font-size: 70%;
	list-style-type: disc;
}

dl,hr,ol,ul,pre,table,address,fieldset {
	margin-bottom: 20px;
}