body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #75829F;
}

table.site {
	border: 1px solid #676767;
	background-color: white;
}

td.box_standard{
	background-color: #EAF0F4; border: 1px solid #C0D2DE; padding: 10px;
}


h1 {
	font-size: 14px;
	color: #915700;
}


h2 {
	font-size: 14px;
	color: #f7b82f;
	font-weight: normal;
}

h3 {
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 3px;
	color: #f7b82f;
	font-weight: normal;
}

a {
	font-size:12px;
	text-decoration:none;
	color: #0066B4;
}

a:hover {
	text-decoration: underline;
}

a.bold {
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}

a.bold:hover {
	text-decoration: underline;
}

.upperbar {
	border:1px solid #474747;
	height:38px;
	font-weight:bold;
	font-size: 12px;
}

.redbar {
	height:20px;
	font-size:12px;
	color: #ffffff;
}

.redbaranchor {
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.redbaranchor:hover {
	text-decoration: underline;
	font-weight: bold;
}

.txtinput {
	border:1px solid #474747;
	height: 18px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px; padding-right: 3px;
}

select {
	border:1px solid #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
}

textarea {
	border:1px solid #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.button {
	height: 21px;
	font-size: 12px;
	font-weight: bold;
}

td.rightheading {
	font-size: 12px;
	background-color: #F4F3EA;
	background-repeat: repeat-x;
	border: 1px solid #474747;
}

.bottombar {
	padding-left: 12px;
	padding-top: 3px;
	font-size: 12px;
	height: 31px;
}

td {
	font-size: 12px;
}

/*	clasa de formulare	*/

td.FormClassErrors {
	color: red;
}

input.FormClassInput {
	border: 1px solid #898989;
}