.color
{
	background-color : #FAFAFA;
}

.contur
{
	border-width : 1;
	border-style : solid;
	border-color : lightgray;
}

.conturl
{
	border-width : 1;
	border-style : solid;
	border-color : lightgray;
	text-align : right;
}

.conturc
{
	border-width : 1;
	border-style : solid;
	border-color : lightgray;
	text-align : center;
}
	
b.header
{
	font-family: sans-serif;
	font-size: 26px;
	color: white;
	margin-top: 0px;
	margin-right: 0px;
}

body
{
	margin : 5;
}

table.autentificare
{
	border-color: #EFEFEF;
	border-width: 1;
	border-style: solid;
	BACKGROUND-COLOR: #FAFAFA;
	spacing: 0;
	padding: 5;
	align: center;
}

table.bg
{
	border-width : 1;
	border-style : solid;
	border-color : black;

}

td.header
{
	 background-color : #FAFAFA;
	 text-align : center;
	 font-weight : bold;
	 border-width : 1;
	 border-style : solid;
	 border-color : lightgray;
}	
	
i.color
{
	background-color : #FFFFCF;	
	font-weight: bold;	
}

A.meniu
{
	font-weight : bold;
	font-size : 12pt;
	color : white;
}	

A.meniu:link 
{
	COLOR: white;
	TEXT-DECORATION: none;
}
A.meniu:visited 
{
	COLOR: white;
	TEXT-DECORATION: none;
}
A.meniu:hover 
{
	COLOR: red;
	TEXT-DECORATION: none;
}
A.meniu:active 
{
	COLOR: white;
	TEXT-DECORATION: none;
}


a:link 
{
	COLOR: #0066CC;
	TEXT-DECORATION: none;
}
a:visited 
{
	COLOR: #0066CC;
	TEXT-DECORATION: none;
}
a:hover 
{
	COLOR: 0066CC;
	TEXT-DECORATION: none;
}
a:active 
{
	COLOR: 0066CC;
	TEXT-DECORATION: none;
}
