/* CSS Document */

TD {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;

}

SELECT {
	font-family: Arial;
	color: #173A50;
	font-size: 11px;
	font-weight: normal;
}

INPUT {
	font-family: Arial;
	color: #173A50;
	font-size: 11px;
	margin: 0px;
	height: 20px;
	width: 190px;
	border: 0;
	padding: 8px 7px;
	background: transparent; 
	
}

FILE {
	font-family: Arial;
	color: #173A50;
	font-size: 11px;
	margin: 0px;
	height: 20px;
	width: 250px;
	border: 0;
	padding: 8px 7px;
	background: transparent; 
	
}

.contactTEXTAREA {
	font-family: Arial;
	color: #173A50;
	font-size: 11px;
	margin: 0px;
	height: 230px;
	width: 187px;
	border: 0;
	padding: 8px;
	background: transparent;
	overflow: hidden;

}

.resumeTEXTAREA {
	background: transparent;
	font-family: Arial;
	color: #173A50;
	font-size: 11px;
	margin: 0px;
	height: 85px;
	width: 357px;
	border: 0;
	padding: 10px;
	overflow: hidden;
}

LI {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	padding-top: 0px;
	list-style-image: url(../images/small-arrow.gif);
}



A:LINK {
	color: #022940;
	text-decoration: none;
	font-weight: bold;  
}
A:VISITED {
	color: #022940;
	text-decoration: none;
	font-weight: bold; 
}
A:HOVER {
	color: #022940;
	text-decoration: underline;
}

.subHeadText {
	font-family: Arial;
	color: #173A50;
	font-size: 11px;
	font-weight: normal;
}
.darkTextBold {
	font-family: Arial;
	color: #173A50;
	font-size: 12px;
	font-weight: bold;
}

.teamMemberName {
	font-family: Arial;
	color: #022940;
	font-size: 14px;
	font-weight: bold;
}
.emphText {
	font-family: Arial;
	color: #022940;
	font-size: 12px;
	font-weight: bold;
}

