body {
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: white;
	color: #444444;
	color: black;
	background-image: url(../img/bg_default.gif);
	background-position: center;	
	/*line-height: 100%;*/
	
}
body.modaldialog {
	background: url(img/bb0000.gif);
	background-color: Gray;
}
p.monitoring {
	font-family: "Verdana CE", Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
	font-size: 11px;
	display: block;
	text-align: justify;
	text-indent: 15px;
	line-height: 125%;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:hover {
	text-decoration: none;
	color:  #ff4c00;
}
h1 {
	color: #ff4c00;
	font-size: 21px;
	line-height: normal;
}
h2 {
	color: #ff4c00;
	font-size: 18px;
	line-height: normal;
	margin-top:0;
}
h2 a {
	color: #ff4c00;
}
h3 {
	color: #ff4c00;
	font-size: 14px;
	line-height: normal;
}
p {
	line-height: 120%;
}
td {
	font-size: 11px;
}
form {
	margin: 0; padding: 0; border:0;
}
img {
	border: 0px;
}




/**************************** intro page **************************/
body.introPage {
	font-size: 14px;
	margin: 100px 0px 0px 0px;
	vertical-align: middle;
	background : none;
	background-color: Silver;
	color: black;
}
table.introPageBox {
	margin: 50px 0px 50px 0px;
	border: 1px solid Black;
	background-color: White;
	padding: 10px 0px 10px 0px;
}
.introGrayText {
	font-weight: bold;
	color: #808080;
}
td.introLogoBox {
	padding: 25px 0px 25px 0px;
}
td.introAddressBox {
	padding: 10px 0px 20px 0px;
/*	border-top: 1px dotted Black;*/
	background-color: #FFEFD5;
}
td.introEmailBox {
	padding: 0px 0px 10px 0px;
	background-color: #FFEFD5;
}

#topBox .logoBox {
	position: relative;
	left: 40px;
	/*top: 30px;*/
	top: 12px;
	width: 124px;
	height: 77px;
	/*background-image: url(img/logoSF.gif);*/
}