/* TitleCor Style Sheet */
* {
	color: #685f51;
	font-family: "Arial";
	font-size: 11pt;
	border: 0px;
	border-collapse:collapse;
}

html, body { background-color: #545454; height: 100%; width: 100%; margin: 0px; padding: 0px;	border: 0px; text-align: center;}
img { padding: 0px; margin: 0px; border: none; }
img.titleimg { padding-bottom: 10px; padding-top: 30px; }
a, a:visited, a:active { text-decoration: none; color: #0a22aa; font-size: 11pt;}
a:hover { text-decoration: underline; color: #6c584e; }

ol { margin: 0px 0px 0px 15px; }
li { margin: 0px 0px 7px 10px;}
ul { margin-left: 25px; }
li.qa {
	list-style: none;
	margin: 0px 0px 7px 0px;
	padding-left: 10px;
	text-indent: -1em;
}

h1 {
	font-size: 18pt;
	font-weight: normal; }

h2 { margin-left: 10px; }

p {	
	margin: 0px 10px 10px 10px;
	font-style: normal;
	text-align: justify;
}

INPUT, TEXTAREA, SELECT, .bginput {
	FONT-SIZE: 11pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: normal;
	COLOR: #555555;
	BACKGROUND-COLOR: #e6e6e6;
	SCROLLBAR-BASE-COLOR: #fffffff; 
	SCROLLBAR-ARROW-COLOR: #666666;
	border-color: #cccccc;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px; 
	border-style   : solid;
	padding: 2px 6px 2px 3px;
	margin-right: 5px;
}

div#pagecontainer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 10px;
	right: 0px;
	padding:0px;
	margin: auto;
	border:0px;
	width: 100%;
	height: 100%; }

div#backgroundcontainer {
	margin: 40px auto auto auto;
	width: 858px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

div#menucontainer {
	padding: 10px;
	text-align: left;
	margin-left: 10px;
}

div#contentcontainer {
	display: table-cell;
	width: 850px;
	height: 100%;
	vertical-align: top;
	text-align: left;
	clear: left;
	padding: 10px 30px 30px 30px;
	margin: 0px;
}


td { padding: 5px; }

table.formtable {
	width: 100%;
	margin: 0px;
}
table.formtable td {
	border: 1px solid #bbbbbb;
}
td.backtotop { text-align: right; padding: 3px; }

.breakhere { height: 60px; display: none; padding: 0px; margin: 0px;}
div.headerimage { height: 220px; width: 95%; display: block; }
div.printheaderimage { height: 134px; width: 100%; display: none; text-align: center;}
@media print {
		div#backgroundcontainer, div#contentcontainer { margin: 0px; padding: 0px; width: 98%; border: 0px; }
    table.formtable { width: 100%; margin: 0px; padding: 0px; border: 0px;}
		ul.udm, #menucontainer { display: none; height: 1px;}
		.breakhere { display: block; }
		.backtotop { display: none; height: 0px; padding:0px; }
		div.headerimage { display: none; }
		div.printheaderimage { display: block;}
		body, {width: 100%;}
		small { line-height: 12px; }
		INPUT, TEXTAREA, SELECT, .bginput { FONT-SIZE: 12px; border: 1px solid #aaaaaa; }
		html, body, div, table.formtable { width: 100%; }
  }

