html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial;
}

table.main {
	border: solid black 1px;
}

.int_links {
	text-align: right;
	color: #064cb1;
	font-size: 12px;
}
td.int_link {
	padding-right: 30px;
}
.blue_title {
	color: #064CB1;
	font-weight: bold;
}
.main_text {
	font-size: 12px;
	line-height: 1.5;
}
.red_link {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.blue_link {
	color: #064CB1;
	font-size: 12px;
	font-weight: bold;
}

.screen_top_border {
	background-image: url("img/screen_top_2.gif");
	background-repeat: repeat-x;
}

.screen_left_border {
	background-image: url("img/screen_left_filler.gif");
	background-repeat: repeat-y;
}

.screen_right_border {
	background-image: url("img/screen_right_filler.gif");
	background-repeat: repeat-y;
}

.screen_bottom_border {
	background-image: url("img/screen_bottom_filler.gif");
	background-repeat: repeat-x;
}