@charset "utf-8";
/* SUNBEAM MK3 CSS */

/* ================================================================================= START OF TEXT STYLES ================================================================================ */


.body_normal_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	}
	

li {
}
li {
	color:#660000;
	font-size:16px;
}

li span {
	color: #595959;
}
	
.to_amend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF00FF;
	font-style:normal;
	font-weight: bold;
	line-height: 18px;
	}
	
.body_normal_cream {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7eda7;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	}
	
.body_normal_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	font-style:normal;
	font-weight: normal;
	text-align: right;
	line-height: 18px;
	}
	
.body_normal_red_left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	font-style:normal;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	}
	
.body_normal_grey{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	}
	
.body_normal_grey_right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	font-style:normal;
	font-weight: normal;
	line-height: 18px;
	text-align:right;
	}
	
.body_bold_cream {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7eda7;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	}
	
.body_bold_red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	}

.body_bold_red_it{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#660000;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	}
	
.body_bold_grey_it{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595959;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	}
	
.body_bold_black_it{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595959;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	}
	
.body_bold_red_lrg_it{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#660000;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	}
	
.body_bold_grey{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	}
	
.bullet_grey{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#595959;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	}
	
.footer_bold_cream {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f7eda7;
	font-style: italic;
	font-weight:bold;
	line-height: 20px;
	}
	
a.parts:link, a.parts:visited, a.parts:active {
	color: #595959; text-decoration: none;
	font-weight: bold;
	}

a.parts:hover {
	color: #660000;	text-decoration: underline;
	font-weight: bold;
	}

a.update:link, a.update:visited, a.update:active {
	color: #660000; text-decoration: underline;
	font-weight: normal;
	text-align:right;
	}

a.update:hover {
	color: #45001b;	text-decoration: underline;
	font-weight: normal;
	text-align:right;
	}
	
a.body:link, a.body:visited, a.body:active {
	color: #660000; text-decoration: underline;
	font-weight: normal;
	text-align: left;
	}

a.body:hover {
	color: #45001b;	text-decoration: underline;
	font-weight: normal;
	text-align: left;
	}

a.footer:link, a.footer:visited, a.footer:active {
	color: #f7eda7; text-decoration: none;
	font-weight: bold;
	}

a.footer:hover {
	color: #d3c985;	text-decoration: underline;
	font-weight: bold;
	}
	
a.footer-sm:link, a.footer-sm:visited, a.footer-sm:active {
	color: #f7eda7; text-decoration: none;
	font-weight: normal;
	}

a.footer-sm:hover {
	color: #d3c985;	text-decoration: underline;
	font-weight: normal;
	}


/* ================================================================================== END OF TEXT STYLES ================================================================================ */

