/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin:0;
padding:0;
}
body {
font-size:70%;
font-family:"Trebuchet MS";
color:#fff;
background:#000000;
/*padding-top:30px;*/
}
h1 {
width:100%;
text-align:left;

}

h2, h3 {
color:#3bc7f4;
font-weight:normal;
font-size:3.375em;
padding-bottom:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3 {
font-size:1.2em;
color:#3bc7f4;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
font-size:11px;
color:#FFFFFF;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
label {
font-size:1.2em;
}

input,textarea,select,button {

font-size:1em;

font-family:Arial, Helvetica, sans-serif;


color:#000
}

#table.form
{
width:263px;
height:362px;
}

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;
     
}
