/* Fix for IE6 and Transparent PNGs */
IMG.png {
	behavior: url('/includes/png.htc');
}
/************************************/

@media print
{
	BODY {
		overflow: visible;
		margin: 0px;
		background-color: #ffffff;
		font-family: arial;
		}

	DIV.body {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: visible;
		z-index: 1;
		font-family: arial;
		font-size: 12px;
		}
}

@media screen
{
	BODY {
		overflow: hidden;
		margin: 0px;
		background-color: #efeadb;
		font-family: arial;
		background-image: url('/images/background_header.gif');
		background-position: top;
		background-repeat: repeat-x;
		}

	DIV.body {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 1;
		font-family: arial;
		font-size: 12px;
		}

	DIV.msgblk {
		 position: absolute;
		 width: 100%;
		 height: 100%;
		 left: 0px;
		 top: 0px;
		 text-align: center;
		 background-color: white;
		 filter: alpha(opacity=85);
		 overflow: auto;
		 z-index: 99;
		 display: none;
	}
}

TD {
	font-size: 13px;
	font-family: arial;
	color: #55534e;
	/* text-align: justify; */
	}

A {
	color: #324465;
	text-decoration: underline;
	}

A:hover {
	color: #5082d6;
	text-decoration: underline;
	}

A.hiddenlink {
	color: black;
	text-decoration: none;
	}

A.hiddenlink:hover {
	color: black;
	text-decoration: underline;
	}

INPUT.txt {
	font-family: arial;
	font-size: 11px;
	color: #0340bf;
	height: 18px;
	border: 1px solid #969696;
	//background-image: url('/images/background_input_text-area.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}

INPUT.txt_big {
	font-family: arial;
	font-weight: bold;
	font-size: 19px;
	color: #0340bf;
	height: 27px;
	border: 1px solid #969696;
	//background-image: url('/images/background_input_text-area.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}

SELECT {
	font-family: arial;
	font-size: 10px;
	color: #0340bf;
	height: 17px;
	border: 1px solid #969696;
	}

INPUT.btn {
	font-family: tahoma;
	/* padding-right: 25px; */
	}

INPUT.btn_sml {
	font-family: tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	}

TEXTAREA.txt {
	font-family: arial;
	font-size: 11px;
	color: #0340bf;
	border: 1px solid #969696;
	overflow: auto;
	//background-image: url('/images/background_input_text-area.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}

.shrunk {
	font-size: 11px;
	}

.small {
	font-size: 10px;
	}

.tiny {
	font-size: 9px;
	}

.micro {
	font-size: 8px;
	}

HR.dashed {
	background-color: white;
	color: white;
	border-top: 1px dashed #676d7a;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

.title {
	font-family: Times New Roman, times, serif;
	font-size: 35px;
	letter-spacing: -1px;
	color: #324465;
	}

.author {
	font-family: Times New Roman, times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	}

.subtitle {
	font-family: arial;
	font-size: 10px;
	}

.subheading {
	font-family: Times New Roman, times, serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #324465;
	}

.text {
	font-family: Times New Roman, times, serif;
	font-size: 17px;
	text-align: justify;
	}

B.hl {
	font-weight: normal;
	color: #875600;
	}

/* Print/Screen Styles **********************************************************/

@media print
{
	.onlyprint {
		visibility: visible;
		display: ;
	}

	.onlyscreen {
		visibility: hidden;
		display: none;
	}
}

@media screen
{
	.onlyprint {
		visibility: hidden;
		display: none;
	}

	.onlyscreen {
		visibility: visible;
		display: ;
	}
}


/* Special Styles **********************************************************/

INPUT.txt#pass {
	font-family: system, arial;
	}

/****************************************************************************/