/******************
 * General Styles *
 ******************/
* { margin:0; padding:0; border:0; }
body { background:#24190d; margin-bottom:15px; }

/* Text Styles */
html, h1, h2, h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#24190d; }
hr { background:#24190d; margin:20px;}
.rosu { color:#660000; }
.bold { font-weight:bold; }
.boldrosu { color:#660000; font-weight:bold; }
.underline { text-decoration:underline; }
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center; }
/*.first:first-letter { color:#600; font-weight:normal; font-size:18px; }*/

/* Link Styles */
a img { border:0; }
a { color:#660000; text-decoration:underline; }
a:hover { color:#660000; text-decoration:none; }
a.bottom, a.bottom:visited { color:black; font-weight:bold; text-decoration:none; }
a.bottom:hover, a.bottom:active { color:#600; font-weight:bold; text-decoration:underline; }

/* "Table" Styles */
ul.table { list-style:none; }
ul.table.obiective { list-style:square; }
ul.table li { padding-bottom:5px; }
ul.table li span { display:block; float:left; text-align:right; width:140px; }
