/* -- formatting of the page ----------------------------------------- */
body {  
	padding: 0;
	margin:0;
}

#template_footer { 
	font-size: xx-small;
	text-align: center;
	vertical-align:middle;	
}

#template_page_title {  
	margin: 10px 0 10px -2px; /* IE doesn't listen to this either - and this causes issues. */
	font-weight: bold;
	text-align: left;
	height: 1%;  
	font-size: 14px;
	color: #033B92;	
	padding-left: 10px;								
}

#template_content { 
	padding: 10px; 
	height: 100%; 

}

table{
	font: 12px Verdana;
	border:0px;
}

.top_span {
	background-image:url(site/images/top_sp.jpg);
	background-repeat:repeat-x;
}

.template_table {
	width:900px;
	height: 700px;
}
textarea {
font-family:Arial, Helvetica, sans-serif;
}

textarea.highlight_red
{ 
font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FF0000; 

}
