abbr { cursor: help; }
a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a img { border: none; }

h2 {
	font-size: 22px;
	line-height: 1.2em;
    margin: 40px 0 30px;
	padding: 0 0 0 40px;
	background: url(../img/h.png) no-repeat scroll 0 2px;
	color: #A42B38;
	font-style: italic;
	display: block;
	position: relative;
}
h2 > a.right {
	font-size: .6em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	color: #a42b38;
	right: 0;
}

h3 {
	font-size: 16px;
	line-height: 1.2em;
	color: #A42B38;
	font-style: italic;
}
h3 span {
	margin-left: 10px;
	color: #505050;
	font-size: .8em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
}

.strong_link {
    font-size: 1.2em;
    line-height: 1.2em;
    font-style: italic;
    font-weight: bold;
}

.l { text-align: left !important; }
.c { text-align: center !important; }
.r { text-align: right !important; }

.fl { float: left; }
.fr { float: right; }
.fclear,
.fc { clear: both; }
img.fl { margin: 0 10px 10px 0; }
img.fr { margin: 0 0 10px 10px; }

ol.rome { list-style-type: upper-roman; }
li { margin: 4px 0;}

table { border-bottom: 1px solid #EAEAEA; }
tr:nth-child(odd) { background-color: #FFF; }
tr:nth-child(even)  { background-color: #EAEAEA; }
th { padding: 8px 10px; border-top: 1px solid #EAEAEA; }
td { padding: 4px 10px; border-top: 1px solid #EAEAEA; }
