* {
	margin:0;
	padding:0;
}

img {
	border: none;
}
/*ul { list-style-type:none; }*/
input {
	vertical-align: middle;
}

div.clear {
	clear: both !important;
	display: block;
	float: none !important;
}

.nobr {
	white-space: nowrap;
}
.hidden {
	display: none;
}
blockquote {
	padding: 0;
	margin: 8px 8px 14px 40px;
    font-style: italic;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5em;
}
h1 { font-size:24pt; }
h2 { font-size:20pt; }
h3 { font-size:16pt; }
h4 { font-size:13pt; }
h5 { font-size:11pt; }
h6 { font-size:10pt; }

div#nav ul li {
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
}

#article p {
	margin-bottom: 1.2em;
}
#article table {
    font-size: 13px;
    border-collapse: collapse;
}

#article .sub-page-description {
	font-style: italic;
	color: #666;
}

ul {
	list-style-type: none;
}

ul.text li {
	padding-left: 20px;
	background: url(/resources/images/dash.png) no-repeat 0 2px;
}

#article ul ul,
#article ol ul,
#article ul ol,
#article ol ol {
	margin-left:1.2em;
} 

#article table thead {
	background-color: #ddd;
}
#article table th,
#article table td {
	vertical-align: top !important;
	border: 1px dashed #ddd; 
	padding: 3px 6px;
}

#article table caption {
	font-size: 19px;
}
#article table p {
	margin: 0;
}
#article table .left {
	float: none !important;
	text-align: left;
}

#article table .right {
	float: none !important;
	text-align: right;
}

#article table .extra {
	background-color: #e3e3e3;
}

#article .pagination li {
	list-style-type: none;
	display: inline;
	padding: 0 3px;
}
#article .pagination li:before {
	display:none;
}

#article img.center {
	display: block;
	margin: 0 auto 1.2em auto;
}
#article img.right {
	float: right;
	margin: 0 0 1.2em 1.2em;
}
#article img.left {
	float: left;
	margin: 0 1.2em 1.2em 0;
}

hr {
	border: none;
	border-top: 1px solid #999;
	height: 0;
	margin-bottom: 1.2em;
}

ul.breadcrumbs li {
	display: inline-block;
}

a[href$=".mp3"],
a[href$=".ogg"],
a[href$=".wav"],
a[href$=".aac"],
a[href$=".flac"],
a[href$=".wma"],
a[href$=".pdf"],
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".ppt"],
a[href$=".txt"],
a[href$=".rtf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".zip"],
a[href$=".rar"] {
	padding: 0 0 2px 20px;
	background-position: 0 0;
	background-repeat:no-repeat;
}

a[href$=".mp3"],
a[href$=".ogg"],
a[href$=".wav"],
a[href$=".aac"],
a[href$=".flac"],
a[href$=".wma"] { background-image: url(/resources/images/ext/music.png); }
a[href$=".zip"],
a[href$=".rar"] { background-image: url(/resources/images/ext/ziprar.png); }
a[href$=".pdf"] { background-image: url(/resources/images/ext/pdf.png); }
a[href$=".xls"] { background-image: url(/resources/images/ext/xls.png); }
a[href$=".xlsx"] { background-image: url(/resources/images/ext/xls.png); }
a[href$=".ppt"] { background-image: url(/resources/images/ext/ppt.png); }
a[href$=".txt"] { background-image: url(/resources/images/ext/txt.png); }
a[href$=".doc"] { background-image: url(/resources/images/ext/doc.png); }
a[href$=".docx"] { background-image: url(/resources/images/ext/doc.png); }
a[href$=".rtf"] { background-image: url(/resources/images/ext/doc.png); }
