* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

html {
	height: 100%;
}

body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

/********** DEFAULT **********/

a:link,
a:visited {
	color: #666666;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:active,
a:focus {
	color: #ed1c24;
}

p {
	margin: 0 0 15px 0;
}

blockquote {
	margin: 0 0 15px 30px;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 17px;
	font-weight: normal;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
}

h3 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	margin: 0 0 15px 0;
	font-size: 11px;
	font-weight: bold;
}

h6 {
	margin: 0 0 15px 0;
	font-size: 9px;
	font-weight: bold;
}

ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

ol li {
	margin: 0 0 5px 0;
}

ul {
	margin: 0 0 20px 0;
	list-style-type: none;
	padding: 0 0 0 20px;
}

ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(../gfx/bul.right_arrow.png) no-repeat 0px 6px;
}

button {
	background: url(../gfx/bgr.button.png) repeat-x top black;
	border: 1px solid black;
	line-height: 22px;
	padding: 0 5px;
	height: 22px;
	vertical-align: middle;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
}

button.Disabled {
	color: silver;
	cursor: default;
}

.Small {
	font-size: 11px;
	color: #999999;
}

.Special {
	border: 1px solid #cccccc;
	padding: 10px;
}

.RedText {
	color: #ed1c24;
}

.Copyright {
	float: right;
}

.DataTable {
	width: 100%;
	border-top: 1px solid #eeeeee;
	margin: 0 0 30px 0;
}

.DataTable td {
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0;
}

.Title {
}

.Spacer {
}
