html, body {
     height: 100%;
     margin: 0;
     padding: 0;
     background-attachment:fixed
    }
    
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

.text {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.smalltext {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

.bigtext {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:17px;
}


.text2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.pictureborder {
	border: 3px solid #000000;
}

.bigtitle {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
}

.subtitle {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #7F7D3E;
	line-height: 21px;
}

.pictureborder {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
}
