a { text-decoration: none; color: #73b8ff; }
a:hover { text-decoration: underline; }

.noUnderline { font-family: Arial, sans-serif; font-size: 12px; color:#FFCC00; text-decoration: none; }
.noUnderline:hover { font-family: Arial, sans-serif; font-size: 12px; color:#FFCC00; text-decoration: none; }

h1 { 
/*border-bottom: solid 1px #d9d9d9;*/
padding-top: .5em;
line-height: normal;
font-weight: normal;
font-size: 180%;
text-indent: 10px;
letter-spacing: -1px;
background-image: url('../images/p_background.png');
color: #FF0;
}

h2 { 
border-bottom: solid 1px #d9d9d9;
margin-bottom: .5em;
line-height: normal;
font-weight: normal;
font-size: 150%;
text-indent: 0px;
letter-spacing: -1px;
}

/*h2 { font-family: Arial, sans-serif; font-size: 15px; color: #000000; margin-top: 3px; margin-bottom: 3px; padding: 0px;}
h3 { font-family: Arial, sans-serif; font-size: 13px; color: #000000; margin-top: 3px; margin-bottom: 3px; padding: 0px;}
.text14 { font-family: Arial, sans-serif; font-size: 14px;}
.text13 { font-family: Arial, sans-serif; font-size: 13px; }
.text13Maro { font-family: Arial, sans-serif; font-size: 13px; color: #875e29; font-weight: bold; }
.text12 { font-family: Arial, sans-serif; font-size: 12px;}
.text12Green { font-family: Arial, sans-serif; font-size: 12px; color: #00BF00; }
.text14Strong { font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; }
.text14Green { font-family: Arial, sans-serif; font-size: 14px; color: #00BF00; }
.text10Green { font-family: Arial, sans-serif; font-size: 10px; color: #007F00; }
.text11Green { font-family: Arial, sans-serif; font-size: 11px; color: #00BF00; }
.text11 { font-family: Arial, sans-serif; font-size: 11px; }
.text10 { font-family: Arial, sans-serif; font-size: 10px; }
.obligatoriu10 { font-family: Arial, sans-serif; font-size: 10px; color: #FF0000; }
.obligatoriu11 { font-family: Arial, sans-serif; font-size: 11px; color: #FF0000; }
.obligatoriu12 { font-family: Arial, sans-serif; font-size: 12px; color: #FF0000; }*/

body {
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #000;
background-position: top;
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
font-size: 12px;
color: #FFF;
}

p {
background-image: url('../images/p_background.png');
padding: 10px;
margin: 0px;
display: block;
text-align: left;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.messageStackError, .messageStackWarning { font-family:Arial, sans-serif; font-size: 12px; background-color: #ff0000; }
.messageStackSuccess { font-family:Arial, sans-serif; font-size: 12px; background-color:#3C0; }
