html, body, ul, ol, li, dl, dt, dd, p, 
h1, h2, h3, h4, h5, h6, 
blockquote, form, fieldset, legend, 
table, td, th 
{
	margin:0;
	padding:0;
}

*{
	font-family: Tahoma, sans-serif;
	color:#333;
	zoom:1;
}

body, html{
	width:100%;
	height:100%;
}

#out {
	min-width: 900px;
	max-width: 1309px;
	width: expression(
	(
		document.getElementById('ruler')
		&& document.getElementById('ruler').clientWidth < 900
	)
	?	'900px'
	:	(
			document.getElementById('ruler')
			&& document.getElementById('ruler').clientWidth < 1309
		)
		?	'100%'
		:	'1309px'
	);
}

#ruler {
	position: absolute;
	width: 100%;
	top: 0;
	height: 1px;
	line-height: 1px;
}


/* general
-------------------------*/

p{
	font-size:85%;
	line-height:1.5em;
}

h1{
	font-size:130%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2{
	font-size:160%;
	margin: 0 0 0.5em 0;
}

h3{
	font-size:120%;
	font-weight:normal;
	margin: 0em 0 0.7em 0;
	clear:both;
}

h4{
	font-size:90%;
}

ul, ol{
	font-size:85%;
	/*line-height:1.4em;*/
}

li{
	list-style-type: none;
}

.pContent li {
	list-style-position: inside;
	margin: 0 0 3px 0;
}

.pContent ol {margin-left: 25px;}

.likeAOLTable .olNumbers {font-size: 1.1em; font-weight: bold;}

.pContent ol li
{
	list-style-type:none;
	text-indent:-20px;
	list-style-position: outside;
}

table{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td{
	vertical-align: top;
}

img.borderImg{
	border: 1px solid #ccc;
}

a img {border: none;}
 
.textParagraphBlock{
	padding: 0 20px 0 10px;
}

.imgBlock{float:left; border: 1px solid #ccc; background-color:#fff;}
.imgBlock img{margin: 4px; border:0;}


.none{
	display:none;
}

.visible{
	display:block;
}

.png{
	behavior: url('/png.htc');
}

.pOut h3 {
	font-weight: bold;
	float: left;
	clear: both;
}

.pOut.min h3, 
.pOut.min h3.active:hover {color: #336699; border-bottom: 1px dashed #336699; cursor: pointer;}
.pOut.min h3.active, 
.pOut.min h3:hover {color: #333; border-bottom: 1px dashed #333;}

.pOut.min, 
.pOut.notMin {overflow: hidden; margin-bottom: 1em;}

.pContent table {font-size: 0.8em;}

a p {text-decoration: underline;}
a p:hover {color: #F26129 !important;}


/* links
-------------------------*/
a{
	text-decoration:underline;
	color: #336699;
}

a:hover{
	text-decoration:underline;
	color: #f26129;
}


/* paragraph
-------------------------*/
div.pContent{
	/*padding-bottom:20px;*/
	overflow:hidden;
	clear: both;
}

div.pContent p, 
div.pContent ul, 
div.pContent table{
	line-height:1.6em;
	font-size: 0.8em;
	margin: 0 0 1em 0;
}

div.imgTop{
	margin: 1em 10px 1em 0;
}

div.imgLeft{
	float:left;
	margin: 0em 1em 1em 0;
}

div.imgRight{
	float:right;
	margin: 0em 0 1em 1em;
}

div.imgBottom{
	margin: 0.5em 10px 1em 0;
	float:left;
}

p.caption{
	font-size:70%;
	font-style:italic;
	margin: 0.5em 0;
}

table.pTable{
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

table.pTable th{
	font-size:80%;
	padding: 1.2em 10px 0.5em 10px;
}

table.pTable td{
	font-size:75%;
	padding: 0.5em 0px;
}

table.pTable td p{
	font-size:100%;
	line-height:normal;
}

div#paragraphFile{
	padding: 0.5em 10px 0.5em 28px;
	height: 26px;
}

div#paragraphFile a{
	font-size:80%;
}

div#paragraphFile small{
	font-size:70%;
	color:#ccc;
}

div.attach{
	background: url('../i/icons/default.gif') no-repeat left center;
}

div.pdf{
	background: url('../i/icons/pdf.gif') no-repeat left center;
}

div.word{
	background: url('../i/icons/word.gif') no-repeat left center;
}

div.excel{
	background: url('../i/icons/excel.gif') no-repeat left center;
}

div.zip{
	background: url('../i/icons/zip.gif') no-repeat left center;
}

h3.pHeader{
	font-size:85%;
}

h3.pHeader a{
	text-decoration:none;
	border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover{
	text-decoration:none;
	border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur{
	border-bottom: 1px dashed #f28b05;
	color:#f28b05;
	text-decoration:none;
}

/* path
-------------------------*/

div.path{
	margin: 0 0 40px 0;
}

div.path a{
	font-size:80%;
}

div.path span{
	font-size: 80%;
}

div.path h1{
	font-size:180%;
	margin: 10px 0 0em 0;
	font-weight: normal;
}

.paragraphTrigger {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}

.paragraphTrigger a{
	text-decoration: none;
	border-bottom: 1px dashed #336699;
}

.paragraphTrigger a:hover {
	border-bottom: 1px dashed #F26129; 
	text-decoration: none;
}

.paragraphTrigger.active a {
	color: #333;
	border-bottom: 1px dashed #333;
}

.paragraphTrigger.active a:hover {
	border-bottom: 1px dashed #F26129; 
	color: #F26129;
}



