a {
	color: #056cc8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.custom_red { color: #ac1e0f !important; }
.custom_blue{ color: #003366 !important; }





.content {
	line-height: 1.5em;
}
/*
.content h1,.content h2,.content h3,
.content h4,.content h5,.content h6 {
	margin: 0 0 4px 0;
	line-height: 1em;
}
*/

.content h1 {
	color: #ac1f0d;
}


.ie.ver-7 .content img {
	text-align: right;
}



.content hr {
	height: 1px;
	background: 0;
	border: 0;
	border-bottom: 2px dotted #7B7B7B;
}

.content blockquote {
	background: #ededed url(../images/default/blockquote_left.gif) 10px 18px no-repeat;
	padding: 18px 52px 18px 52px;
	margin: 20px 0 20px 20px;
	display: block;
	float: right;
	font-size: 1.1em;
	color: #646464;
	width: 196px;
}

.content blockquote p {
	display: block;
	position: relative;
	background: #ededed url(../images/default/blockquote_right.gif) right bottom no-repeat;
	width: 196px;
	padding-right: 35px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content ul li {
	padding: 0 0 0 14px;
	margin: 0;
	color: black;
	background: url(../images/default/red_bullet.gif) 0 6px no-repeat;
}

.content table {
	min-width: 50px;
}

.content img {
	/* margin: 0 20px 20px 0; */
}

a.round_button {
	position: relative;
	display: inline-block;
	width: auto;
	height: 22px;
	line-height: 22px;
	border: 1px solid #c4c4c4;
	font-size: 9px;
	font-weight: bold;
	color: #3f7776;
	text-decoration: none;
	padding: 0 8px;
	background: url(../images/default/link_button_bg_ready.gif) repeat-x;
}

a.round_button:hover {
	color: #6b6b6b;
	text-decoration: none;
	background: url(../images/default/link_button_bg_hover.gif) repeat-x;
}

