/* fontul principal */
body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #666666;
}

/* header */
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-size: 19px;
	font-weight: lighter;
	color: #CC0000;
}

/* link normal */
a:link {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

/* link pentru clasa meniu principal */
a.menu:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}

a.menu:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}

a.menu:hover {
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;

}
/* pentru meniu - cand este in pagina curenta */
.menuover{
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;

}


/* link pentru clasa submeniu */
a.submenu:link {
	font-size: 10px;
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;

}

a.submenu:visited {
	font-size: 10px;
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;

}

a.submenu:hover {
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;

}

/* link pentru clasa submeniuSelected */
a.submeniuSelected:link {
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;

}

a.submeniuSelected:visited {
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;

}

a.submeniuSelected:hover {
	font-size: 10px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;

}


.controlBoxs
{
	border-style:Solid; 
	border-color:Gray; 
	background-color: whitesmoke; 
	border-width:1px;
	font-family:Tahoma;
	font-size:10px;
	word-spacing: -1pt;
	height: 16px;
	vertical-align: middle;
	color: Gray;
}

.controlBoxsNoSize
{
	border-style:Solid; 
	border-color:Gray; 
	background-color: whitesmoke; 
	border-width:1px;
	font-family:Tahoma;
	font-size:10px;
	word-spacing: -1pt;
	vertical-align: middle;
	color: #CC0000;
}

.controlBoxsRedFont
{
	border-style:Solid; 
	border-color:Gray; 
	background-color: whitesmoke; 
	border-width:1px;
	font-family:Tahoma;
	font-size:10px;
	word-spacing: -1pt;
	height: 16px;
	vertical-align:text-bottom;
	color: #CC0000;
}

.controlBoxsSubmit
{
	border-style:Solid; 
	border-color:Gray; 
	background-color: whitesmoke; 
	border-width:1px;
	font-family:Tahoma;
	font-size:10px;
	word-spacing: -1pt;
	height: 16px;
	vertical-align:middle;
	color: #CC0000;
}

p {
    margin: 0px;
    padding: 0px;
}
