.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
	text-decoration: none;
	top: auto;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-align: left;
}

.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-align: right;
	vertical-align: top;
}

.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
	text-align: left;
	vertical-align: top;
}

.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	text-align: justify;
	vertical-align: top;
}

.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #3f3f3f;
}
	


.formtext {
BORDER-BOTTOM: #999 1px solid; 
BORDER-LEFT: #999 1px solid; 
BORDER-RIGHT: #999 1px solid; 
BORDER-TOP: #999 1px solid; 
FONT: 11px Verdana, Arial, san-serif; 
width: 90px;
}

.formtext2 {
BORDER-BOTTOM: #999 1px solid; 
BORDER-LEFT: #999 1px solid; 
BORDER-RIGHT: #999 1px solid; 
BORDER-TOP: #999 1px solid; 
FONT: 11px Verdana, Arial, san-serif;
WIDTH: 100%;
}

.formbuton {
BORDER-BOTTOM: #7f7f7f 1px solid;
BORDER-LEFT: #e0e0e0 1px solid;
BORDER-RIGHT: #7f7f7f 1px solid;
BORDER-TOP: #e0e0e0 1px solid;
COLOR: black;
FONT: 11px Verdana, Arial, san-serif;
}

.centru {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}

a:link {
color: #000080;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #000080;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
}

a:hover {
text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #0093DD;
}

a:active {
text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
}

a.centru1:link {
color: #000080;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}

a.centru1:visited {
text-decoration: none;
color: #000080;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

a.centru1:hover {
text-decoration: none;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0093DD;
font-weight: bold;
}

a.centru1:active {
text-decoration: none;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

a.noutati:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000080;
text-decoration: none;
}

a.noutati:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000080;
text-decoration: underline;
}

a.noutati:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000080;
}

a.noutati:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000080;
}

					
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.classitDropDownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.classitDropDownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.classitDropDownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.classitDropDownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.classitDropDownMenu .item {
    color:#011982;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.classitDropDownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.classitDropDownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.2;
	filter:alpha(opacity=20);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.classitDropDownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.2;
	filter:alpha(opacity=20);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.classitDropDownMenu .item.hover {
	background:#003399;
		color:#FFFFFF;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.classitDropDownMenu .item img {
	margin-left:10px;
	}
