﻿/* Headings */
h1,h2,h3
{
    font-family:Tahoma,Verdana;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    font-style:normal;
}

h1
{
	font-size:10pt;
	color:#990000;
    margin:0px 0px 5px 0px;
}

h2
{
	font-size:10pt;
	color:#2F3595;
	margin:0px 0px 1px 0px;
}

h3
{
	font-size:10pt;
	color:#6A7A7F;
	letter-spacing:0.05em;
	margin:0px 0px 1px 0px;
}


/* Colours */
.cNormal
{
    color:#555555;
}

.cRed
{
	color:#990000;
}

.cBlue
{
	color:#13007C;
}

.cGrey
{
	color:#6A7A7F;
}

.cLight
{
	color:#ECE5E5;
}

.headline
{
    font-weight:500;
}

.white
{
    color:#fff6f5; 
}


/* Effects */
.emphasis
{
    font-weight:bold;
}

.underline
{
    text-decoration:underline;
}

.italic
{
    font-style:italic;
}

.caps
{
    font-family:Tahoma,Verdana;
    font-weight:bold;
    font-size:74%;
    text-decoration:none;
    text-transform:uppercase;
}

.caps whitedetail
{
    color:#7B7C7F;
    font-family:Tahoma,Verdana;
    font-weight:bold;
    font-size:74%;
    text-decoration:none;
    text-transform:uppercase;
}

.smallertext
{
	font-size:11px;
}