html, body
{
  height: 100%;
}

#fullheight{height: 100%; min-height: 100%;}

body {
	font-family: Segoe Print, eurostile, Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.font-title {
	color: #5082E5;
	font-weight: bold;
}


td, p {
	font-family: Segoe Print, eurostile, Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.fadingcorner-bg-left {
	background-image: url(images/fading_corner_left.png);
	background-repeat: no-repeat;
}
.fadingcorner-bg-right {
	background-image: url(images/fading_corner_right.gif);
	background-repeat: no-repeat;
}.grey-line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDBF;
}
.fading-bg {
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
}
.bg-gap {
	background-image: url(images/bg-gap.png);
	background-repeat: repeat-y;
}
A:link {
	color: #0000FF;
}
A:visited {
	color: #0000FF;
}
A:hover {
	color: #CCCCCC;
}
.title-bg {
	background-image: url(images/title_background.png);
	background-repeat: repeat-x;
}
.greytext {
	color: #999999;
	font-size: 8pt;
}
.sidebarbg {
	background-image: url(images/side%20bar.png);
	background-repeat: repeat-y;
}

p {
	line-height: 25px;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.footerbg {
	background-color: #DDDDDD;
}
.borderallsides {
	border: 1px solid #CCCCCC;
}
.loading {
	background-image: url(images/loading.png);
	background-repeat: no-repeat;
	background-position: center center;
}

