
/* paragraph spacing ////////////////////////////////////// */
p.bodytext, p.required, p.bodytext_purple_bold { margin-bottom: 10px; }
p.home_heading { margin-left: 30px; margin-bottom: 12px; }
p.intro_text { margin-left: 30px; margin-right: 30px; }
p.large_heading { margin-bottom: 12px; }
p.product_list { margin-bottom: 6px; }
p.sub_heading { margin-bottom: 8px; }
 
a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #003399;
	text-decoration:underline;
}
.page_nav {
	font-family: Arial;
	color: #666666;
	text-decoration:none;
}
.page_nav a:link, .page_nav a:visited  {
	font-family: Arial;
	color: #666666;
	text-decoration:none;
}
.page_nav a:hover  {
	font-family: Arial;
	color: #999999;
	text-decoration:none;
}
.yellow_button {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	width:108px;
	height:16px;
	background-color:#F5E175;
	border:1px solid #333333;
	text-align:center;
	vertical-align:middle;
	margin:2px;
	padding-top:2px;
}
.yellow_button a:link, .yellow_button a:visited  {
	color: #666666;
	text-decoration:none;
}
.yellow_button a:hover  {
	color: #333333;
	text-decoration:none;
}
.heading {
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold; 
	color: #525987; /* dk purple */
}

.large_heading {
	font-size: 24px; 
	line-height: 22px; 
	font-weight: normal; 
	color: #525987; /* dk purple */
}

.bodytext {
	font-size: 11px; 
	line-height: 16px; 
	font-weight: normal; 
	color: Black;
}

.bodytext_link {
	font-size: 11px; 
	line-height: 16px; 
	font-weight: normal; 
	color: #525987; /* dk purple */
}

.bodytext_link a, .bodytext_link a:visited {
	color: #525987; /* dk purple */
}
.bodytext_link a:hover {
	color: #CB1009; /* red */
}

.bodytext_purple_bold {
	font-size: 11px; 
	line-height: 16px; 
	font-weight: bold; 
	color: #525987;
}

.bodytext_red_bold {
	font-size: 11px; 
	line-height: 16px; 
	font-weight: bold; 
	color: #D20005; /* dk red */
}
#smallText {
	font-size: 0.8em;
}

.subhead_red_bold {
	font-size: 12px; 
	line-height: 16px; 
	font-weight: bold; 
	color: #D20005; /* dk red */
}

.home_heading {
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold; 
	color: #525987; /* dk purple */
}

.intro_text {
	font-size: 12px; 
	line-height: 18px; 
	font-weight: normal; 
	color: Black;
}

.required {
	font-size: 11px; 
	line-height: 16px; 
	font-weight: normal; 
	color: #CC0000;
}
.inputrequired {
	font-size: 10px; 
	line-height: 16px; 
	font-weight: normal; 
	color: #CC0000;
	background-color:#FFCCFF;
}
.loggedin {
	font-size: 12px; 
	font-weight: bold; 
	color: #333333;
	background-color:#d0e5f6;
}
.product_list {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	font-weight: normal; 
	color: Black;
}

.sub_heading {
	font-size: 14px; 
	line-height: 14px; 
	font-weight: bold; 
	color: #525987; /* dk purple */
}

.body_list {
	font-size: 11px; 
	line-height: 18px; 
	font-weight: normal; 
	color: Black;
	text-decoration: none
}
.body_list a, .body_list a:visited {
	color: Black;
	text-decoration: none
}
.body_list a:hover {
	color: #CB1009; /* red */
	text-decoration: none
}
.body_list_uber {
	color: #CB1009; /* red */
	font-weight: bold; 
	text-decoration: none
}
#new_stock {
	color: #CB1009; /* red */
	font-weight: bold; 
}
#short_supply {
	color: #CB1009;
	font-style: italic;
}
#status_narrative {
	color: #CB1009;
	font-style: italic;
}
#feedback {
	color: #CB1009; /* red */
	font-weight: bold; 
}
