﻿.titlePage
{
    background-color: #cccccc;
    color: White;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.titlePageBorder
{
    width: 100%;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 5px;
}

.titlePageBorderTop
{
    width: 100%;
    border-top: solid 1px #cccccc;
    padding-top: 5px;
}

.pageContent
{
    border: solid 1px #cccccc;
    margin-top: 10px;
    padding: 10px;
    background-color: White;
}


/* ADDITION LINK STATES ADDED CREATED BY SATNAAM */

h1 a:link {
	color:#17487A;
	}

h1 a:hover {
	color:#0E3256;
	}

h1 a:visited {
	color:#0E3256;
	}
	

h2 a:link {
	color:#17487A;
	}

h2 a:hover {
	color:#0E3256;
	}

h2 a:visited {
	color:#0E3256;
	}
	

h3 a:link {
	color:#17487A;
	}

h3 a:hover {
	color:#0E3256;
	}

h3 a:visited {
	color:#0E3256;
	}
