﻿body { margin: 0px; }
body,td,th { color: #006699; font-size: 10pt; font-family: Arial; }
input,select {color: #000000; font-size: 10pt; font-family: Arial;}

h1{ font-family: Arial; font-size: 20pt; font-weight: normal; }
h2{ font-family: Arial; font-size: 14pt; font-weight: normal; }

a { text-decoration: underline; font-family: Arial; color: #006699; }
a:hover { text-decoration: none; font-family: Arial; color: #006699; }

a.Link1 { text-decoration: none; font-family: Arial; color: #006699; }
a.Link1:hover { text-decoration: underline; font-family: Arial; color: #006699; }

a.Link2 { text-decoration: none; font-family: Arial; color: #006699; }

a.Link3 { text-decoration: underline; font-family: Arial; color: #4c607a; }
a.Link3:hover { text-decoration: none; font-family: Arial; color: #4c607a; }


.Button {
	width: 115px;
	height: 22px;
	border: 0px;
	background-image: url(/img/button.png);
    background-repeat: no-repeat;
    background-color: transparent;
    text-align: center;
    color: #3479B1;
}
.ButtonDown {
	width: 115px;
	height: 22px;
	border: 0px;
	background-image: url(/img/button.png);
    background-repeat: no-repeat;
    background-position: 0px -22px;
    background-color: transparent;
    text-align: center;
    color: #3479B1;
}