@import url("typo.css");
@import url("colour.css");
@import url("layout.css");
@import url("tools.css");



body  {
font-family: arial, verdana, helvetica, sans-serif;
font-size:12px;
color:#333;
}


h1 { font-size: 17px; } 
h2 { font-size: 34px; } 
h3 { font-size: 22px; } 
h4 { font-size: 14px; } 
h5 { font-size: 12px; }

h1,h2,h3,h4,h5,h6 {
font-weight:bold;
margin:10px 0;
}


img	{ border: 0px; }

th,td	{
text-align: left;
vertical-align: bottom;
}


p {
margin:10px 0;
}

ul {

}

a:link { color: #003; text-decoration: none; }
a:visited { color: #006; text-decoration: none; }
a:active { color: #cc3300; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }



.required { color: #990000; font-weight: bold; }

.orange { color: #f60; }