
BODY
{
	background-color: #F0F0F0;
}

BODY, HR, INPUT, SELECT
{
	color: Navy;
}

A, A:visited
{
	color: #2020E0;
	text-decoration: none;
}

A:hover
{
	color: #2020E0;
	text-decoration: underline;
}

H1
{
	color: Navy;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}

H2
{
	color: Navy;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

H3
{
	color: Navy;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
}

.ArticlePublicationData
{
	font-style: oblique;
	font-style: italic;
}

.ArticleTitle
{
	color: Navy;
	font-weight: bold;
}

.ResumeViewer
{
	background-color: White;
	page-break-before: always;
	width: 7.5in;
}

.SiteBanner
{
	cursor: default;
	margin-bottom: 12px;
}

.SiteBannerArea
{
	background-color: #9999C0;
}

.SiteBannerLogo
{
	background-color: #9999C0;
	color: Navy;
	text-align: left;
	vertical-align: middle;
}

.SiteBannerLogo A, .SiteBannerLogo A:visited
{
	color: Navy;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.SiteBannerLogo A:hover
{
	color: White;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.SiteNavigation
{
	background-color: Navy;
	color: #9999C0;
}

.SiteNavigationButton
{
}

.SiteNavigationButton A, .SiteNavigationButton A:visited
{
	color: #C0C0C0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.SiteNavigationHighlight
{
	background-color: #6666CC;
}

.SiteNavigationHighlight A:visited
{
	color: White;
}

/*
============================================================================
Navigation Tree
============================================================================
*/

.Navigation
{
	background-color: White;
}

.Navigation UL
{
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

/*
============================================================================
Imported Embedded Styles From The Resume
============================================================================
*/

.RESUME
{
	background-color:		White;
	color:					Black;
	font-family:			Times New Roman;
	font-size:				12pt;
	width:					7in;
}

.RESUME A {
	color:					blue;
}

.RESUME A:visited {
	color:					blue;
}

.RESUME H1 {
	border-bottom-color:	gray;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	color:					Black;
	font-family:			Times New Roman;
	font-size:				14pt;
	font-weight:			bold;
}

.RESUME TABLE {
	color:					Black;
	table-layout:			fixed;
}

.RESUME TBODY {
	vertical-align:			top;
}

.RESUME TD {
	padding-bottom:			0;
	padding-left:			0;
	padding-right:			0;
	padding-top:			0;
}

.RESUME TH {
	font-weight:			bold;
	text-align:				left;
	text-decoration:		underline;
}

.RESUME UL {
	list-style-type:		square;
}

.RESUME .Applications {
	font-size:				10pt;
}

.RESUME .Applications CAPTION {
	font-size:				10pt;
	font-weight:			bold;
	text-align:				left;
}

.RESUME .Applications TD {
	font-size:				10pt;
	padding-bottom:			0;
	padding-left:			0;
	padding-right:			0;
	padding-top:			0;
}

.RESUME .Applications TH {
	font-size:				10pt;
	font-weight:			bold;
	text-decoration:		underline;
}

.RESUME .ExperienceCompanyName {
	font-weight:			bold;
}

.RESUME .ExperienceJobFunction {
	font-style:				italic;
}

.RESUME .ExperienceLocation {
	font-style:				italic;
	text-align:				right;
}

.RESUME .ExperienceProjectSubtitle {
	font-style:				italic;
	margin-bottom:			3px;
	margin-left:			.25in;
	margin-top:				6px;
	text-decoration:		underline;
}

.RESUME .ExperienceProjectTitle {
	font-weight:			bold;
	margin-bottom:			3px;
	margin-top:				6px;
	text-decoration:		underline;
}

.RESUME .ExperienceTimeline {
	font-weight:			bold;
	text-align:				right;
}

.RESUME .IndividualName {
	font-size:				14pt;
	font-weight:			bold;
	text-align:				center;
}

.RESUME .IndividualTitle {
	font-style:				italic;
	text-align:				center;
}

.RESUME .NormalIndented {
	margin-left:			.25in;
}

.RESUME .SkillsUsed {
	font-family:			Times New Roman;
	font-size:				9pt;
}

.RESUME .SkillsUsedHeading {
	font-family:			Times New Roman;
	font-size:				9pt;
	text-decoration:		underline;
}

