html, body {
 height: 98%
}

body {
 margin: 0px 0px 0px 0px
}

a {
 color: #266680;
 font-weight: bold;
 text-decoration: none
}

a:hover {
 text-decoration: underline
}

img {
 border-style: none
}

body.iframe {
 background-color: white;
 background-image: url('../img/background.png');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center center;
 margin: 25px 25px 25px 25px
}

.copyright {
 font-size: 10px
}

h1 {
 font-size: 18px;
 color: #3080a0
}

h2 {
 font-size: 18px;
 color: gray
}

.header {
 background-color: #3080a0;
 color: white;
 font-size: 16px;
 font-weight: bold
}

.body {
 color: black;
 font-size: 14px
}
div.button {
	height: 25px;
	width: 150px;
	background-image: url('../img/button_new.png');
	text-align: center;
	margin-top: 5px
}
a.button {
	color: white;
	text-decoration: none;
	font-weight: normal
}
a.button:hover {
	text-decoration: none
}
