/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin-top:0px;
padding:0;
}
body {
font-size:75%;
font-family:"Trebuchet MS";
color:#000000;
background:#ecdfcd;
padding-top:0px;
}
h1 {
text-align:left;
color:#890000;
text-transform:uppercase;

}

h3 {
text-align:left;
text-transform:uppercase;
color:#890000;

}

p {
font-size:11px;
color:##890000;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
label {
font-size:1em;
color :#000000;
}

input,select,button {
margin-bottom:6px;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;

}
.inputWidth{
	width:200px;
	
}
textarea{
witdh:100px;	
}

#table.form
{
width:263px;

}

fieldset
{
border:0;
width:263px;
}

A:link, A:active, A:visited {
font-family: arial, helvetica, sans-serif;  
font-size: 12px; 
text-decoration: none;
color: blue; 
font-weight: normal;  
}

A:hover {
text-decoration: underline;  
font-family:arial, helvetica, sans-serif;  
font-size: 12px;
color: blue;
font-weight: normal; 

}

img
{
border:0;
}

.hr {
	
	height:1px solid;
	color:#e2f829;
     
}
