body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}
/*** links ***/
a {
	outline: none;
	color: #ED1B23;
}
a:hover {
	text-decoration: none;
}

/*** text elements ***/
ul, ol {
	list-style: none;
}
ul li
{
	padding: 1px 0 1px 15px;
	background: url(img/arrow.gif) left 5px no-repeat;
}
/*** tables ***/
table
{
	margin: 0 0 15px 0;
	border-spacing:0;
	border-collapse:collapse;
	border-color: #8d8d8d;
}
td,th
{
	padding:2px 5px;
}
th
{
	background: #7dc640;
	color:#000;
	text-align:left;
}
tbody th
{
	background: #e8f7dc;
	color: #343434;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
/*** headings ***/
h1 {
	margin: 0 0 7px 0;
	padding: 0 0 2px 0;
	line-height: 1.2em;
	font-size: 2.067em;
	font-weight: normal;
	color: #ee1c24;
	border-bottom: 1px solid #7a7a7a;
}
h2 {
	padding: 0 0 14px 0;
	line-height: 1.2em;
	font-size: 1.833em;
	font-weight: normal;
	color: #858588;
}
h2.extra {
	letter-spacing: -1px;
	word-spacing: -2px;
}
h2.extra1 {
	padding: 0 0 9px 0;
	letter-spacing: -1px;
	word-spacing: -2px;
}

h3
{
	line-height: 1.2em;
	font-size: 1.367em;
	font-weight: normal;
	color: #fff;
	margin: 0 0 7px 0;
}
h3.extra
{
	color: #ee1c24;
	font-size: 1.167em;
	font-weight: bold;
}
h6, span.subh1 {
	padding: 0 0 8px 0;
	line-height: 1.383em;
	font-size: 1.083em;
	color: #000;
	display: block;
}
h6.extra {
	margin: 0 0 -1px 0;
	padding: 0;
}
/*** other marks ***/
cite
{
	padding-left:25px;
	border-right: 1px solid #8d8d8d;
	font-style: italic;
	display:block;
	background: url('./img/quote.png') no-repeat left top;
}
code
{
	font-family: monospace;
	border: 1px solid #8d8d8d;
	background: #e8f7dc;
	display:block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: scroll;
}
abbr
{
	border-bottom: 1px dashed #8d8d8d;
	cursor:help;
}
samp
{
	background: #e8f7dc;
}
/*** cms styles ***/
.list_autor
{
	margin-bottom: 1.5em;
	font-size: 0.8em;
	font-style: italic;
	padding: 2px 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	font-style: italic;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
hr
{
	width:100%;
}
img 
{
	border: 0;
	vertical-align: top;
	text-align: left;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#message li, ul#warning li
{
	list-style:none;
	padding-left:25px;
}
ul#message li
{
	background: url('./img/icons/tick.png') no-repeat left center;
}
ul#warning li
{
	background: url('./img/icons/cross.png') no-repeat left center;
}
