body {  
background: #EAB9BE;
margin-top: 10;
margin-bottom: 10;
margin-left: 0;
margin-right: 0;
text-indent: 0;
 }
 
 a.one:Link {color:#A9343D;text-decoration:underline;}
 a.one:Visited {color:#A9343D;text-decoration:underline;}
 a.one:Hover {color:#EAB9BE;text-decoration:none;}
 
 a.two:Link {color:#333333;text-decoration:underline;}
 a.two:Visited {color:#333333;text-decoration:underline;}
 a.two:Hover {color:#EAB9BE;text-decoration:none;}
 
p {text-align:justify; font:10pt "Arial"; color: #333333;}

h1, h2 { font-family: arial, helvetica, sans-serif;
color: blue;
font-size: 1.8em; }

h4 {
font-family: "Arial";
color: #333333;
font-size: 100%;
font-weight: bold;
}
 
#text { font: 8pt "Verdana";
color: #333333;
}

#text2 { font: 10pt "Verdana";
color: #FF0000;
}
 
#text3 { font: 10pt "Arial";
color: #333333;
}

.bdr {
border: 1px solid #CCCCCC !important;
}

.ten  { font-family: arial, helvetica, sans-serif;
font-size: .75em; }

.eight  { font-family: arial, helvetica, sans-serif;
font-size: .65em; }

hr {
margin-left: 0;
margin-right:auto;
border-top: 1px solid #E7ECDF;
width: 90%;
height: 2px;
color: #000000;
text-align: center;
}

#table1 {
border-style: solid;
border-color: #EAB9BE;
border-width: 0 0 3px 0;
}

address { font-family: arial, helvetica, sans-serif;
font-size: 1em; }
 

input {
border:1px solid #666666;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:2px;
}

textarea {
border:1px solid #666666;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:2px;
}

}
#submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 3px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

legend {
color:#993333 !important;
}

fieldset {
border: 1px solid #993333 !important;
padding: 5px !important;
}