@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
}
h1 {
	font-size: 1.5em;
	color: #b5121b;
}
h2 {
	font-size: 1.25em;
	color: #b5121b;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .85em;
}
h6 {
	font-size: .75em;
}


p {
	font-size: .85em;
	margin-bottom: .5em;
	line-height: 1.2em;
}
#sidebarContent p {
	font-size: .75em;
}
a {
	text-decoration: none;
	color: #b5121b;
}
a:hover {
	text-decoration: underline;
}
a.dotted {
	border-bottom: 1px dotted #7e8083;
}
a.dotted:hover {
	border-bottom: none;
}
a img {
	border: 0;
}
ul {
	list-style-type: none;
	margin-bottom: .5em;
}
ol {margin-left: 1em;	margin-bottom: .5em;}
li {
	font-size: .85em;
}
ul.simpleList {
	list-style-type:square;
	margin: .75em 0 .75em 1em;
}
ul.simpleList li {
	font-size: .85em;
	margin-bottom: .25em;
}
ul.col1, ul.col2 {
float:left;
display: inline;
margin-right: 2em;
margin-top: 0;
}