body {
        background-color: #2E7CA8;
	font-family: Calibri, Arial;
        font-size: 11pt;
        color: #CCCCCC;
}

.h1 {
        font-family: Calibri, Arial Narrow, Arial;
        font-size: 20pt;
        color: #666666;
        font-weight: bold;
}

.h2 {
        font-family: Calibri, Arial;
        font-size:11pt;
        color: #595959;
}

.headertext {
        font-family: Calibri, Arial;
        font-size:14pt;
        color: #000000;
	font-weight: bold;
	font-style: italic;
}

p {
        font-family: Calibri, Arial;
        font-size: 11pt;
        color: #CCCCCC;
}

a:link {
        color: #CCCCCC;
        text-decoration: none;
}

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

a:active {
        color: #CCCCCC;
        text-decoration: underline;
}

a:hover {
        color: #7599EA;
        text-decoration: underline;
}

.bigborder {
        border-color: #FFFFFF;
        border-left: 2px;
        border-right: 2px;
        border-top: 2px;
        border-bottom: 2px;
        border-style: solid;
}

.mainback {
        background-image:url(images/design_09.png);
	background-repeat: no-repeat;
        font-family: Calibri, Arial;
        font-size: 11pt;
        color: #666666;
        font-weight: bold;

}


