/* DEFACTO STYLES FOR OVERRIDING ANNOYING FORMATTING DEFAULTS */

html {
	/* Always have scrollbars */
	margin-bottom: 5px;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-width: 0;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
hr {
	color: white;
	height: 0;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	margin-bottom: 20px;
}
	div.divider {
		margin-bottom: 20px;
		clear: both;
	}
		div.divider hr {
			display: none;
		}
caption {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
	background-color: #FFF9E5;
}
blockquote {
	border-left: 2px solid #CCCCCC;
	margin: 4px 0px 2px 5px;
	padding: 3px 5px;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
a {
	color: #4372c3;
	cursor: pointer;
}
a:hover {
	color: #11326c;
	text-decoration: underline !important;
}
a.destructive {
	color: red;
}
a.important {
	font-weight: bold;
}

p {
	line-height: 15px;
	margin: 0 0 10px 0;
}

.highlight {
	color: #333;
}
.lowlight {
	color: #999;
}
.lowlight a {
	color: #999;
}
.cleared {
	display: block;
	clear: both;
}
.add_top_margin {
	margin-top: 10px;
}
.borderless {
	border: none !important;
}
.hidden {
	display: none;
}
.nomargin {
	margin: 0 !important;
}
.noborder {
	border: none !important;
}
ul.inny {
	list-style-position: inside;
}
.floaty_left {
	float: left !important;
}
.floaty_right {
	float: right !important;
}
.floaty_none {
	float: none !important
}
.align_right {
	text-align:  right !important;
}