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

body {

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

}

html {

width: 909%;

}

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;
padding: 0 0 10px 0;

}

input {

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

}

a {

font-weight: bold;
color: #000;

}

a:hover {

color: #333;

}



