body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#3a3a3a;
}
/*** links ***/
a:link
{
	color: #b72b06;
	text-decoration: underline;
}
a:visited
{
	color: #919191;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #000;
}
#content a[href^="http:"]
{ 
	background: url('./img/icons/new_window.png') no-repeat right center; 
	padding-right: 14px; 
}

/*** text elements ***/
p, ul
{
	margin:10px 0 0 0;
	line-height: 17px;
}
ul, ol
{
	padding-left:20px;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0px;
}
ul li
{
	background: url('./img/li.gif') no-repeat left 5px;
	padding: 0 0 0 15px;
	margin: 3px 0 0 0;
	display:block;
}
ol li
{
  margin: 7px 0 0 0;
	
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #8d8d8d;
}
td,th
{
	padding:3px 5px;
	border-color: #000;
}
td
{
  border-top: 1px solid #bbb;
}
th
{
	color:#b72b06;
	text-align:left;
}
tbody th
{
	
	color: #b72b06;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
/*** headings ***/
h1,h2,h3
{
	font-weight:normal;
	color: #000;
}
h1
{
	margin:10px 0 0 0;
	font-size:22px;
}
h2
{
	margin:10px 0 0 0;
	font-size:18px;
}
h3
{
	font-size: 15px;
}
/*** 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 ***/
.annotation
{
	color: #636144;
	font-weight: bold;
}
.list_autor
{
	margin: 10px 0 30px 0;
}
.annotation_list
{
	color: #636144;
	font-weight: bold;
}
.autor
{
	
	margin:-0.5em 0 1em 0;
	font-size: 0.9em;
	padding: 3px 0;
}
.list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float: left;
	margin: 0 15px 15px 0;
}
img.right
{
	float: right;
	margin: 0 0 15px 15px;
}
hr
{
	height: 1px; 
	color: #636144; 
	background-color: #636144; 
	border: 0px solid #636144;
	clear:both;
	margin:10px 0 0 0;
}
img 
{
	border:none;
}
/*** 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;
	margin: 0 0 0 35px;
}
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;
}
/*** colors ***/
span.red
{
	color: #b72b06;
}

