body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, li, input, td, th, label, textarea, button, a {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
A {
	text-decoration: none;
	color: #800000;
}
A:hover {
	text-decoration: underline;
	color: #cc0000; 
}

A.important {
	text-decoration: underline;
	color: #990000;
}

A.important:hover {
	color: #f00;
}
P {
	padding: 0 0 10px 0;
	line-height: 18px;
}

UL, OL {
	margin: 0 0 0 20px;
}
.small_box .header H2 {
	color: #fff;
	text-indent: 35px;
	line-height: 28px;
}
.small_box P {
	font-weight: bold;
	color: #000;
	margin: 8px 0 0 16px;
}

.button {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #666;
    text-transform: uppercase;
}

H1 {
	font-size: 14px;
	color: #990000;
	line-height: 30px;
}

H2 {
	font-size: 13px;
	padding: 10px 0 10px 0;
}

H3 {
	padding: 10px 0 10px 0;
}

H4 {
	padding: 10px 0 10px 0;
}

.text_warning, P.warning {
	border-top: 1px dotted red;
	background-color: #fdf2d9;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	color: #f00;
	margin: 0 0 10px 0;
}

.text_success, P.success {
    border-top: 1px dotted #005500;
    background-color: #fdf2d9;
    text-align: center;
    padding: 5px;
    font-weight: normal;
    color: #005500;
    margin: 0 0 10px 0;
}

.redbold {
	font-weight: bold;
	color: #f00;
}

.text_warning UL {
	text-align: left;
}

.text_warning UL A {
	font-weight: normal;
}
A.help {
	position: absolute;
	right: 210px;
	top: 155px;
	text-transform: uppercase;
	background-color: #f00;
	color: #fff;
	padding: 1px 5px 1px 5px;
}

A.help:hover {
	color: #ff0;
	background-color: #f00;
	text-decoration: none;
}

HR {
	border: none;
	height: 1px;
	border-bottom: 1px solid #999;
}