body, input, td, option, select {
    font-family:Verdana,Tahoma,sans-serif;
    font-size:11px;
}

h1, h2, h3 {
    font-family: 'HelveticaRounded LT Std Bd',Helvetica,Arial,sans-serif;
}

h4, h5, h6 {
    font-family: Verdana,Tahoma,sans-serif;
}

h1, h3, h5, h6 {
    color:#f15c2b;    
}

h2, h4 {
    color:#272727;    
}

h1 {
    font-size: 22px; 
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 10px;
    font-weight: bold;
}

h5 {
    font-size: 10px;
    font-weight: bold;
}

h6 {
    font-size:10px;
    font-weight:normal;
}

ul, ol {
    padding-left:0;
    margin-left:0;
}

li {
    padding-left:0;
    list-style-position:outside;
}

.text-block ul {
    margin-left:0;
}

.text-block ul li {
    padding-left:20px;
    list-style-type:none;    
    background: url(/gfx/icons/bullets.gif) 3px 8px no-repeat;
}

.intro .extend ul {
    padding-left:14px;
    list-style-type:disc;    
}

.intro ol li,
.intro ul li {
		list-style-position:inside;
}

.text-block ol {
    margin-left:20px;
}

p {
	margin: 0 0 15px 0;
}

div.grey a {
    color:#000 !important;
    text-decoration:none !important
}

div.grey a:hover {
    color:#000 !important;
    text-decoration:underline !important;
}


img.content-left {
    float:left;
    margin-right: 15px;
}


img.content-right {
    float:right;
    margin-left: 15px;
}