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

body {

font: 11px/130% Verdana, Tahoma, sans-serif;
background: url(../images/body-bg.gif) 0px 171px repeat-x;
color: #000;

}

html * {

margin: 0;
padding: 0;

}

img {

border: none;

}



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

h1 {

font-size: 18px;

}

h2 {

font-size: 16px;

}

h3 {

font-size: 12px;

}

h4, h5, h6
{

font-size: 11px;

}

p {

font-size: 11px;


}

input {

padding: 2px;
border: solid 1px #ccc;

}

a {

font-weight: bold;
color: #000;

}

a:hover {

color: #333;

}



