/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin:0;
padding:0;
}
body {
font-size:70%;
font-family:"Trebuchet Unicode MS",Georgia, "Times New Roman", Times, serif;;
color:#000;
background:#fff url(images/bg.jpg) repeat-x;
/*padding-top:30px;*/
}
h1 {
width:100%;
text-align:center;
}

h3 {
color:#3bc7f4;
font-weight:normal;
font-size:3.375em;
padding-bottom:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
font-size:1.2em;
padding-bottom:10px;
text-align:left;
font-family: "Trebuchet Unicode MS",Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}


p {
font-size:1.2em;
padding-bottom:10px;
text-align:left;
font-family: "Trebuchet Unicode MS",Georgia, "Times New Roman", Times, serif;
}
label {
font-size:1.2em;
}

input,textarea,select,button {

font-size:1em;

font-family:Arial, Helvetica, sans-serif;

background:#f2f2f2;

color:#000
}

#table.form
{
width:263px;
height:362px;
}

fieldset
{
border:0;
width:263px;
}

A:link, A:active, A:visited {
font-family: "Trebuchet Unicode MS",Georgia, "Times New Roman", Times, serif;  
font-size: 12px; 
text-decoration: none;
color:#848585; 
font-weight: normal;  
}

A:hover {
text-decoration: underline;  
font-family: "Trebuchet Unicode MS",Georgia, "Times New Roman", Times, serif;	  
font-size: 12px;
color:#848585;
font-weight: normal; 

}

img
{
border:0;
}

blockquote{
float:right;
margin-top:-185px;

}
