a {color: #dd0000; text-decoration: none}
a:hover {color: #dd0000; text-decoration: underline}

body {
	margin: 0;
	padding: 0;
	background: #a9bac3;
	font-family: Times New Roman, Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #171193;  /*#222222;*/
	}

/* start HORIZONTAL MENU */
ul#Hlist {
	margin: 0 10px 4px 0;
	padding: 0;
	white-space: nowrap;
	}
#Hlist li {
	margin-left: 1px;
	display: inline;
	list-style-type: none;
	letter-spacing: 1px;
	}
#Hlist a {
	padding: 5px 10px 4px 10px;
	}
#Hlist a:link, #Hlist a:visited {
	color: #ffffff;
	background-color: #2b8ac9;
	text-decoration: none;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#Hlist a:hover {
	color: #ffffff;
	background-color: #1069ad;
	text-decoration: none;
	}
/* end HORIZONTAL MENU */

/* start VERTICAL MENU */
.menutitle_off {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	background: #2b8ac9 url(../images/blt_arw_right.gif) no-repeat 5px 9px;
	cursor: pointer;
	padding: 4px 4px 6px 17px;
	}
.menutitle_on {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	background: #1069ad url(../images/blt_arw_down.gif) no-repeat 5px 9px;
	cursor: pointer;
	padding: 4px 4px 6px 17px;
	}
.menutitle_offS {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	background: #2b8ac9 url(../images/blt_square.gif) no-repeat 6px 10px;
	cursor: pointer;
	padding: 4px 4px 6px 17px;
	}
.menutitle_onS {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	background: #1069ad url(../images/blt_arw_right.gif) no-repeat 5px 9px;
	cursor: pointer;
	padding: 4px 4px 6px 17px;
	}
.submenu {
	font-size: 14px;
	color: #1069ad;
	background-color: #b1d6f3;
	padding: 4px 3px 6px 0px;
	line-height: 18px;
	}
ul.Vlist {
	margin: 0;
	padding: 0 0 0 25px;
	}
li.VlistL {
	list-style: url(../images/blt_submenu.gif);
	}
li.VlistX {
	font-size: 15px;
	color: #222222;
	padding-top: 3px;
	list-style: none;
	}
.submenu a {color: #1069ad; text-decoration: none}
.submenu a:hover {color: #111111; text-decoration: underline}
/* end VERTICAL MENU */

/* modificare latimi cu conditia: widthLeft + widthRight + widthContent = widthTotal */
.widthTotal {width: 1000px;}
.widthLeft {width: 200px;}
.widthRight {width: 120px;}
.widthContent {width: 680px; background-color: #ffffff;}
.content {margin: 16px 18px;}
.contentScroll {height: 600px; overflow:auto; padding-right: 10px;}

.motto {font-style: italic; font-size: 18px; color: #0c1785;}

.title_1 {font-size: 32px; color: #f6f6f6;}
.title_2 {font-size: 24px; color: #1069ad;}

.liteCol {background-color: #5aa0d7;}
.darkCol {background-color: #1069ad;}
.path {color: #888888; font-size: 11px;}

.copyright {font-size: 12px; color: #1069ad; padding: 4px 0 10px 0;}

.bld {font-weight: bold}
.pad_t10 {padding-top: 10px}
.pad_b20 {padding-bottom: 20px}
.pad_b30 {padding-bottom: 30px}


/* scrolling image */

#container {
     position:relative;
     width:1000px;
     height:120px;
     overflow:hidden;
     border:0px double #000;
     background-color:#fff;
     margin:0px auto 0 auto;
 }
#div1 {
     position:absolute;
     left:0px;
     top:0px;
     width:1946px;
     height:120px;
 }
#div2 {
     position:absolute;
     left:2000px;
     top:0px;
     width:1946px;
     height:120px;
 }
/*
img {
     border:1px solid #000;
     margin:2px;
     float:left;
 }
*/
/* end scrolling image */

.msg_err {
	font-size: 14px;
	font-weight: bold;
	color: #DD0000;
	}

.title1 {
	font-size: 16px;
	font-weight: bold;
	color: #487BA8;
	}

