/* Basic Page Elements */

body {
    background-color : #CCCCCC;
    color : #000000;
    font-size : 10pt;
    font-family : Arial, Verdana, Helvetica, Geneva, Sans-serif;
    margin : 0px;
    padding : 0px;
    }

html {
    margin : 0px;
    padding : 0px;
    }

a {
    color : #5F105E;
    font-weight : bold;
    text-decoration : none;
    }

a:hover {
    color : #981A96;
    font-weight : bold;
    text-decoration : underline;
    }

img {
    border : 0px;
    }

/* Specified div Elements */

#container {
    background : #FFFFFF;
    margin : 0px;
    padding : 0px;
    position : absolute;
    width : 100%;
    }

#hdr {
    background-color : #000000;
    border-bottom : 1px solid #000000;
    width : 100%;
    }

#pagehdr {
    text-align : right;
    }

#site {
    background-color : #FFFFFF;
    padding : 25px;
    }

#footer {
    background-color : #CCCCCC;
    border-top : 1px solid #000000;
    color : #000000;
    text-align : right;
    width : 100%;
    }

/* Miscellaneous Classes */

.AlignCenter {
    text-align : center;
    }

.AlignLeft {
    text-align : left;
    }

.AlignRight {
    text-align : right;
    }

.Error {
    color : #FF0000;
    font-weight : bold;
    }

.SmallText {
    color : #000000;
    font-size : 8pt;
    }

.TextField {
    background-color : #EDD1EB;
    border : 1px solid #000000;
    }

