/* CSS Document */

/* Global Font Style */

body {
	background-color: #FFFFFF;
	margin-left: 23px;
	margin-top: 25px;
}

p { 
	margin-left:33px; 
	margin-right:46px;
}

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#333333
}

.Title { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 24px; color: #660000; 
	font-style: italic; font-weight: bold; 
	text-decoration: none
}

.PageTitle {
	margin-top:33px; 
	margin-bottom:6px;
}

p.Content {
	margin-left:33px;
	margin-right:46px;
}
.Product { 
	margin-left:33px;
	margin-right:46px;
	margin-top:20px;
}

/* Left Nav Links */

.NavLinks, .NavLinks a:link, .NavLinks a:visited, .NavLinks a:active { 
	font-size: 12px; 
	text-decoration: none; 
	color: #333333
}

.NavLinks a:hover { 
	font-size: 12px; 
	text-decoration: none; 
	color: #333333; 
	font-weight: bold
}

.NavLinksOn, .NavLinksOn a:link, .NavLinksOn a:visited, .NavLinksOn a:active, .NavLinksOn a:hover  { 
	font-size: 12px; 
	text-decoration: none; 
	color: #333333; 
	font-weight: bold
}

.Footer, .Footer a:link, .Footer a:visited, .Footer a:active, .Footer a:hover {
	font-size: 10px; 
	text-decoration: none; 
	color:#cccccc
}