/*your custom style goes in this file*/
.normal {
	color: #000000;
}
/* subhead: subheading text */
.subhead {
	color: #000099;
	}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	text-decoration: none;
	font-weight: bold;
	color : #880000;
}
A:VISITED {
	text-decoration: none;
	font-weight: bold;
	color : #880000;
	}
A:HOVER {
	color: #696969;
	
}

body {
	background-color: White;
	color: Black;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
	font-size: 12px;

}
p {
	font-size: 12px;
	color: Black;
}
h1 {
	font-size: 24px;
	text-align: left;
	font-weight: lighter;
	color: #000099;
	font-style: normal;
	}
h2 {	
	font-size: 16px;
	text-align: center;
	color: #000099;
	}
h2.navigation {
	font-size: 12px;
	text-align: left;
	font-weight: lighter;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	}
h4 {
	font-size: 16px;
	}
h5 {
	font-size: 12px;
	text-align: center;
	font-weight: lighter;
	}
h6 {
	font-size: 10px;
	text-align: center;
}
/* databack: background color for data areas */
.databack {
	background-color: #ffffff;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #FFF; 
	border-bottom: 1px solid #FFF;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #6699CC;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}
.titleboxphoto {
	border: 1px solid silver;
	background-color: #f9f9f9;
	padding: 10px;
	margin: 1px;
	text-align:center
}
#loadingdiv, #loadingdiv2 {
	position: absolute;
	background-color: white;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border: solid 1px red;
	z-index: 5;
}