    HTML,BODY {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14px;
		background-color: #477bb5;
		color : Navy;
    }
    H1 {
		background-color: #477bb5;
		color: #FFFFFF;
		font-size : 20px;
		font-weight : bold;
		text-align : center;
    }
    H2 {
		background-color: #477bb5;
		color: #FFFFFF;
		font-size : 16px;
		text-align : left;
		padding-left : 1em;
		padding-right : 1em;
    }
    H3 {
		background-color: #477bb5;
		color: #FFFFFF;
		font-size : 16px;
		text-align : center;
		padding-left : 1em;
		padding-right : 1em;
    }
    H4 {
		background-color: #477bb5;
		color: #FFFFFF;
		font-size : 16px;
		text-align : center;
		padding-left : 1em;
		padding-right : 1em;
		width: 90%;
    }

	P{
		text-align : justify;
		padding-left : 2em;
		padding-right : 2em;
		text-indent : 2em;
        font-size : 14px;
    }
	LI{
		padding-right : 2em;
		text-align : justify;
		color : Navy;
    }
	.vistable{
		font-size : 14px;
		background-color: white;
		border-collapse: collapse;
		border: 1px solid navy;
    }
	.vistable td{border: 1px solid navy;}
    .vistable th{background-color: #deedf8; border: 1px solid navy;}
    .ntable td{
		border: none;
	}
/***************************/    
table.gridtable {
	color:navy;
    border: 1px solid navy;
	border-collapse: collapse;
    font-size : 14px;
}
table.gridtable th {
    color: navy;
    border: 1px solid navy;
	background-color: #deedf8;
    
}
table.gridtable td {border: 1px solid navy;}
table.gridtable tr:hover {
    color: white;
    border: 1px solid navy;
    background-color: #678db2;
    /*background-color: #64a0dc;*/
}
table.gridtable a{color: navy; text-decoration: none; height: 100%; width: 100%; display: block;}
table.gridtable tr:hover a{color: white; text-decoration: none;}
/***************************/
    .menu1 {
		text-decoration : none;
		font-weight : bold;
		color : #ddddff;
        font-size : 14px;
    }
    .menu1:hover {
		text-decoration : none;
		font-weight : bold;
		color : white;
    }
    .menu2 {
		text-decoration : none;
		font-size : 12px;
		margin-left : 12px;
		color : #ddddff;
    }
	.menu2:hover {
		text-decoration : none;
		font-size : 12px;
		margin-left : 12px;
		color : white;
	}
