

.button {
        font-family: Verdana;
        font-size: 9pt;
        background-color: #DFDFFF;
        border-style: outset none;
        border-color: blue;
        color: darkblue;
        font-style: normal;
	border-width: 2pt;
	width: 200;
	font-weight : bold;
	}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
	text-align: center;
}

DIV {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
	text-align: center;
	padding: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #6666FF;
	border-width: thin;
	padding-top:10px;
}

H1 {
	font-family : Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
; text-decoration: underline; text-align: center
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-style : normal;
	font-variant : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	text-decoration: underline;
	text-align: left;
}


A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
	text-decoration : underline;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Navy;
	text-decoration : underline;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
	text-decoration : underline;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Gray;
	text-decoration : underline;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Navy;
	text-decoration : underline;
}








