/* CSS Document */
h1, h2, h3, h4, h5 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-weight: bold;
letter-spacing: -.05em;
margin: 0;
padding: 0;
line-height: 1em;
}

h1 {
text-transform: uppercase;
font-weight: lighter;
font-size: 2.3em;
letter-spacing: 0.09em;}

h2 {
text-transform: uppercase;
font-size: 3em;}

h3 {
text-transform: uppercase;
font-weight: lighter;
font-size: 1.1em;
letter-spacing: 0.09em;
line-height: 1.5em;
margin-top: 1em;}

h4 {
font-weight: lighter;
font-size: 1em;
letter-spacing: 0.1em;
line-height: 1.5em;}

h5 {
font-weight: lighter;
font-size: 1.5em;
letter-spacing: 0.1em;
line-height: 1.5em;}

h6 {
font-weight: lighter;
font-size: 1.2em;
margin: 0px;}

p {
margin: 0;}

.small {
font-size: 1em;
margin-bottom: 0em;
margin-top: 1em;
margin-left: 1em;
line-height: 1.5em;
text-transform: uppercase;}

.menu_margin {
margin-left: 1em;
}


.bold {
line-height: 1.5em;
font-weight: bold;}

.boxinner h3 {
line-height: 1.5em;}



a:link {
text-decoration: underline;
color: #FF6600;
}

a:visited {
text-decoration: underline;
color: #FF6600
}

a:active {
text-decoration: underline;
color: #888
}

a:hover {
text-decoration: underline;
color: #888
}