/* Email stylesheet
----------------------------------------------
	Name: Firstname Lastname
	Date: Day Month Year
*/

/* Index
----------------------------------------------
	1. Generic Fonts & Colours
*/

/* 2. Generic Fonts & Colours
----------------------------------------------*/

/* trigger special view in browser link */

#ForceOutlook2010BrowserLink span {
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

/* --- links */

a {
    color: #27479E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- paragraph */

p {
    padding: 4px 0 8px;
    margin: 0;
}

/* --- headings */

h1 {
    font-size: 37px;
    line-height: 45px;
    margin: 0 0 14px;
    font-weight: normal;
    font-style: italic;
    color: #27479e;
}

h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
}

h2 {
    font-size: 33px;
    line-height: 41px;
    font-weight: normal;
    color: #fba618;
}

h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: normal;
    color: #27479e;
}

h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fba618;
}

h5 {
    font-size: 19px;
    line-height: 27px;
    color: #27479e;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

h4 a, h5 a, h6 a {
    color: #faa518;
    display: block;
}

h4 a:hover, h5 a:hover, h6 a:hover {
    color: #27479e;
    text-decoration: none;
}

/* --- lists */

ul {
    margin: 0;
    padding: 6px 0 12px 18px;
}

ol {
    padding: 6px 0 12px 21px;
}

ul li {
    list-style: square;
    padding: 3px 0 0 5px;
}

ol li {
    list-style: decimal;
    padding: 3px 0;
}

li ul li {
    list-style: disc;
}

li li ul li {
    list-style: circle;
}

/* Australia Day template */

.headtext {
    color: #0168BC;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
}
