body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tableGrey {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #000000;
	background-color: #efefef;
	font-size: 11px;
}
.tabPas {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #000000;
	background-color: #efefef;
	font-size: 11px;
	cursor: hand;
	background-image: url(../images/bg_tabPas.gif);


}
.tabAct {
	font-family: "Trebuchet MS", Arial, Verdana;
	background-color: #FF6600;
	font-size: 11px;
	color: #FFFFFF;
	cursor: hand;
	background-image: url(../images/bg_tabAct.gif);


}
.txtTtl {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}
.txtTtlBlack {

	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.txtNorm {

	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.txtGrey {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.txtError {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.txtOK {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #61A307;
}
a,a:link,a:active,a:visited{
	color: #FF6600;
	text-decoration:none;
}
a:hover{
	color: #ffffff;
	background-color:#FF6600;
	text-decoration:none;
}

.link_footer:link,.link_footer:active,.link_footer:visited{
	color: #808080;
	text-decoration:none;
}
.link_footer:hover{
	color: #000000;
	text-decoration:none;
	background-color:#EFEFEF;
}

.link_tab:link,.link_tab:active,.link_tab:visited{
	color: #000000; 
	text-decoration:none;
}
.link_tab:hover{
	color: #FFFFFF; 

}
.pageLinkAct{
	padding:1px 5px;
	color: #000000; 
	font-weight:bold;
	border:1px solid #000000; 
}

.pageLink:link,.pageLink:active,.pageLink:visited{
	padding:1px 5px;
	color: #07a5df; 
	text-decoration:none;
	border:1px solid #07a5df; 
}
.pageLink:hover{
	color: #FFFFFF; 
	background-color:#07a5df;
}

input,select,textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
}
div#altMsg{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	position:absolute;
	padding: 4px;
	background-image: url(../images/alt_header.gif);
	background-repeat: no-repeat;
}
div#RelatedPages {
	overflow: auto;
	height: 200px;
	width: 175px;
	border: thin solid #666666;
}
.tdLineDotted {
	background-image: url(../images/tdLineDotted.gif);
	background-repeat: repeat-x;
}
