@charset "ISO-8859-1"; 						/* common */

html, select, textarea, td, div, p, th {	/* common */ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:140%;
}
body {										/* common */
	width:770px;
	margin:10px;
}
td, div, th{								/* common */ 
	padding: 4px;
}
p{											/* common */
	padding-right: 4px;
	padding-left: 4px;
}
a:link, a:visited {							/* common */
	color: #336699;
	text-decoration: underline;
}
a:active, a:hover {							/* common */
	color: #d68b16;
	text-decoration: underline;
}
form{										/* common */ 
	margin-bottom:0px;
}
#PageTitle{									/* common */
	/*	Complete Template Width: 780px;  */
	width:780px;
	color: #dea245;
	font-size: 22px;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-weight: bold;
	background-image: url(../images/TitleBackground.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #0066FF;
	padding: 0px;
	text-indent:10px;
}
hr { color:#5588BD; height:1px;}
th { text-align:left;}
.WebmasterNote{ /* Silvia Reinhardt's comments, will be applied between span tags */
	color: #009933;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:3px;
	margin-top:3px;

}

.Copyright{
	font-size: 9px;
	color: #999999;
	width:100%; 
	text-align:right;}