@import url(css/layout.css);
@import url(css/component.css);

body,p,td,th,input,select,textarea {
	font: normal normal 12px Arial;
	margin: 0;
	padding: 0;
}
ul,dl,dt,dd,form {
	margin: 0;
	padding: 0;
	font-size:14px;
}
ul {
	list-style: none;
}
#shell ol {
	font-size:13px;
	letter-spacing: 1px;
}
#shell p,
h1,h2,h3,h4,h5,h6 {
	font-size: 13px;
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
	letter-spacing: 1px;
	vertical-align: middle;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}
h2 {
	padding-left: 25px;
	padding-bottom: 10px;
	text-indent: 26px;
	line-height: 130%;
}
h3 {
	text-indent: 26px;
	line-height: 130%;
}
h4 {
	font-size: 13px;
	padding-left: 15px;
	margin-left: 20px;
	background: url(images/ball.gif) no-repeat left;
}
h5 {
	line-height: 130%;
}
h6 {
	font-size: 13px;
	padding-left: 25px;
	margin-left: 30px;
}
body {
	background-color: #BAD6E2;
}
img {
	border: 0;
}
a:link,a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover,a:active,
#footer .footerNav a:hover,a:active,
#pageBottom a:hover,a:active,
#title .print a:hover,a:active,
#title .home a:hover,a:active,
#shell .topicTableB a:hover,a:active,
#shell .file a:hover,a:active,
#headerNav a:hover,a:active {
	text-decoration: underline;
	color: #E35B00;
}
