* Global 
-------------------------------*/

body {

font: 12pt/130% Verdana, Tahoma, sans-serif;
color: #000;

}

html {

width: 90%;

}

img {

border: none;

}



/* Generic Styles 
-------------------------------*/

h1 {

font-size: 18px;
padding: 0 0 10px 0;

}

h2 {

font-size: 16px;

}

h3 {

font-size: 12px;

}

h4, h5, h6
{

font-size: 11px;

}

p {

font-size: 11px;

}

input {

padding: 3px;
border: solid 1px #B0B0B0;

}

a {

font-weight: bold;
color: #000;

}

a:hover {

color: #CD002D;

}
