
html,body {
	height: 100%;
}

div {
	height: 100%;
}

body {
	background-image:url(images/greybac.gif);
	margin:0; 
	padding:0; 
	height:100%; 
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #274FB3;
	font-style:normal;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D31616;
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

.smallish {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;;
}

#tall {
	height:100%;
	vertical-align:top;
	margin:0;
}

.caption {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #42437C;
	text-decoration: underline;
}

a:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #42437C;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

a.smallish:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #42437C;
	text-decoration: underline;
}

a.smallish:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #42437C;
	font-weight: bold;
	text-decoration: underline;
}
a.smallish:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffeeff;
	text-decoration:underline;
}

