h1 {
    font-family : Verdana,  Arial, Helvetica, sans-serif;
	font : bold;
	font-size : 12px;
}
.link2:link {
	color : #000099;
	text-decoration : none;
	font-weight : bold;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}

.link2:visited {
	color : #000099;
	text-decoration : none;
	font-weight : bold;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}

.link2:active {
	color : #000099;
	text-decoration : none;
	font-weight : bold;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}

.link3:link {
	color : Black;
	text-decoration : underline;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
}

.link3:visited {
	color : Black;
	text-decoration : underline;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
}

.link3:active {
	color : Black;
	text-decoration : underline;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
}

.link2:hover {
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : bold;
}

.link3:hover {
	color : Black;
	text-decoration : underline;
	font-weight : bold;
}



h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : White;
	font-weight : lighter;
}
h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : lighter;
}
BODY {
	color : Black;
	background-color : White;
	font-family : "Times New Roman", Arial, serif;
	font-size : 14px;
	text-align : center;
}
td.center {
	vertical-align : middle;
	text-align : center;
	background-color : #ccffff;
}

td.center2 {
    vertical-align : top;
	background-color : #9999FF;
}

td.center3 {
    vertical-align : middle;
	text-align : center;
}

td.right {
    vertical-align : middle;
	text-align : right;
}
td.left {
    vertical-align : middle;
	text-align : left;
	background-color : #ccffff;
}

td.top {
    vertical-align : top;
	text-align : left;
}

table {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 12px;
}

table.center {
	margin-left : auto;
	margin-right : auto;
}



p {
	font-family : "Times New Roman", Arial, serif;
	font-size : 14px;
	text-align : center;
}


A {
	color : #000099;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

a:visited {
	color : #000099
	text-decoration : none;
	font-weight : bold;
}


A:HOVER {
	color : #99CCFF;
	text-decoration : underline;
	font-weight : bold;
}
