/* TYPOGRAPHY */
body { 
margin: 0;
padding: 0;
font-size: 12px;
line-height: 18px;
font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
color: #333;
background: #BABAB8;
} 
img {
border: 0;
}
/* LINKS */
a,
a:link {
color: #4C4C4C;
text-decoration:none;
}

a:visited {
color: #4C4C4C;
text-decoration:none;
}

a:active {
color: #4C4C4C;
text-decoration:none;
}

a:hover {
color: #4C4C4C;
text-decoration:none;
}
/* END LINKS */

/* HEADINGS */
h1 {
color:#F03000;
font-size:26px;
line-height:24px;
font-weight:normal;
margin:0;
padding:0;
}

h2 {
color:#7D7D7D;
font-size:16px;
line-height:18px;
font-weight:normal;
padding:0;
}

h3 {
color:#336699;
font-weight:bold; 
font-size:12px;
line-height:12px;
margin:0;
margin-bottom:6px;
padding:0;
}

h4 {
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}

h5 {
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}

h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
color: black;
}
/* END HEADINGS */

/* TEXT */
blockquote {
font-size: 12px;
margin: 18px 0 18px 0;
padding: 0;
line-height:18px;
}

pre {
font-family: monospace;
font-size: 1em;
}

strong, b {
font-weight: bold;
}

em, i {
font-style:italic;
}

code {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
white-space: pre;
}
/* END TEXT */

hr {
height: 1px;
color: #CCC;
}
.head_black {
color: #000;
font-size: 24px;
font-weight: bold;
}
.head_grey {
margin-top:0;
padding-top:0;
color: #616161;
font-size: 16px;
}
.head_white {
color: #FFF;
font-size: 16px;
}
.aiw {
color: #F33B1D;
}
.small {
font-size: 10px;
line-height: 8px;
}
.und {
font-family: Arial;
}
.red {
color: #F33B1D;
}
.white {
color: #FFF;
}
.orange {
color: #D4710D;
}
.green {
color: #7FA710;
}
.blue {
color: #00234B;
}
.grey {
color: #948B6F;
}
/* END TYPOGRAPHY */	