
div.content {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #441900;
	}

div.content a {
	font-weight: bold;
	color: #3333A0;
	text-decoration: none;
	}

div.content a:hover {
	color: #3333A0;
	font-weight: bold;
	text-decoration: underline;
	}

div.content a:hover:visited {
	color: #3333A0;
	font-weight: bold;
	text-decoration: underline;
	}

div.content a:visited {
	color: #3333A0;
	font-weight: bold;
	text-decoration: none;
	}


/* Main menu items - links to major pages on site */
div.mainmenu { 
	color: #E0E0E0;
	font-weight: bold;
	font-size: 12px;
        }        
 
div.mainmenu a {
        color: E0E0E0;
        font-weight: bold;
        text-decoration: none;
        } 
 
div.mainmenu a:hover {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
        } 
 
div.mainmenu a:hover:visited {
        color: #FFFFFF; 
        font-weight: bold;
        text-decoration: underline;
        } 
 
div.mainmenu a:visited {
        color: #E0E0E0;
        font-weight: bold;
        } 
 
div.mainmenu ul { 
        position: relative; 
        list-style-type: none;
        float: left;
        margin: 0px 0px 0px 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        } 
 
div.mainmenu li {
        position: relative;
        list-style-type: none;
        float: left;   
        margin-left: 0px; 
        margin-bottom: 0px;
        padding-left: 20px;
        }

span.pagetitle {
	color: #000060;
	font-size: 18px;
	font-weight: bold;
	}

table.formdata {
	color: #202020;
	font-size: 14px;
	font-weight: bold;
	}
