/*Elements for Global Style*/
body {
    font-family: Times, "Times New Roman", serif;
    font-size: 14px;
    color: #000000;
    margin: 0;
    padding: 0;
}

A:link, A:visited, A:active { 
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	color: #993333; 
	font-weight: bold;
	text-decoration: none; 
}
A:hover { 
	color: #993333;
	font-weight: bold;
	text-decoration: underline; 
}

.normalText{
	font-family: Times, "Times New Roman", serif;
    font-size: 14px;
    color: #000000;
}

.textHeader{
	font-size: 15px;
	font-weight: bold;
	color: #993333;
}

.projectHeader{
	font-size: 16px;
	font-weight: bold;
	color: #993333;
}

.photoThumb {
	border: 1px solid #000;
	margin-bottom: 5px;	
}

.photoGrid {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 10px;
	color: #9b9b9b;
	font-style: italic;
	line-height: 12px;
	margin-top: 5px;
	
}