/* CSS Document */

/************************************************* HTML */

body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

td { font-size: 9pt; }

p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6F8999;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 1px;


}
a:link {
	color: #506775;
	text-decoration: none;
}
a:visited {
	color: #506775;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: underline;
	clear: both;
}

/* STRUCTURE */

#header {
	width: 600px;
	padding-top: 16px;
	height: 33px;
	background-color: #FFFFFF;
	margin-left: 16px;

}
#header .logo {
	float: left;
}
#header .buttons {
	float: right;
	text-align: right;
}
.button-print {
	font-weight: bold;
}
.button-close {
	color: #666666;
}

#content {
	padding-bottom: 20px;
	margin-left: 78px;
	padding-top: 30px;
	width: 540px;
	text-align: justify;
}

#footer {
	width: 540px;
	clear: both;
	height: 30px;
	margin-left: 78px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F8999;
	font-size: 8pt;


}

/* CONTENT */

.table-article table {
	border-top: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}

.table-article td {
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}
.table-article th {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}

.example {
	font-family: arial, verdana, helvetica;
	color: #506775;
	font-size: 12px;
}
.example a:link {
	color: #666666;
	text-decoration: underline;
}
.example a:visited {
	color: #666666;
	text-decoration: underline;
}
.example a:hover {
	color: #000000;
	text-decoration: underline;
}
.help {
}
.help a:link {
	color: #000000;
	text-decoration: none;
	cursor: none;
}
.help a:visited {
	color: #000000;
	text-decoration: none;
}
.help a:hover {
	color: #000000;
	text-decoration: none;
}
#content  h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-right: 12px;
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom: 4px;
}
.article {
	padding-bottom: 6px;
	line-height: 16px;	
}
.article h2 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
}
.article ul li {
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	list-style: circle;
}
.article ol li {
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
}
.information-article a:link {
	color: #6F8999;
	text-decoration: none;
}
.information-article a:visited {
	color: #6F8999;
	text-decoration: none;
}
.information-article a:hover {
	color: #999999;
	text-decoration: underline;
}
.learn {
	padding-top: 18px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #6F8999;
	margin-right: 12px;
}
.learn h2 {
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.learn h3 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.learn ul {
	margin: 0px;
	padding: 0px 0px 4px;
}
.learn li {
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 4px;
	list-style-image: url(../images/arrow-black.gif);
	list-style-position: outside;
}

.category {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F8999;
	padding-bottom: 3px;
	color: #666666;
}
