/*CSS Document*/

/*this link style is for the nonselected main menu item*/
.main_menu{ 
}
a:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
}
a:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ad141a;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
a:hover{ /* hover link properties */
	color: #ad141a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
/* this link style is for the selected main menu item*/
.special{
}
a.special:link{
	text-decoration: none;
	color: #ad141a;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
}
a.special:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ad141a;
	text-decoration: none;
}
a.special:visited{
	color: #ad141a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
a.special:hover{ /* hover link properties */
	color: #ad141a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}


/*this link stlye is for the nonselected sub menu style*/
.sub{
}
a.sub:link{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
}
a.sub:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
a.sub:hover{ /* hover link properties */
	color: #e0a11e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

/* this link style is for the selected sub main menu item*/
.sub_special{
}
a.subspecial:link{
	text-decoration: none;
	color: #e0a11e;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
}
a.subspecial:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #e0a11e;
	text-decoration: none;
}
a.subspecial:visited{
	color: #e0a11e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
a.subspecial:hover{ /* hover link properties */
	color: #e0a11e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

/*this link style is for the footer item*/
.footer{ 
}
a.footer:link{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: normal;
}
a.footer:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ad141a;
	text-decoration: none;
}
a.footer:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
a.footer:hover{ /* hover link properties */
	color: #ad141a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
/*these are styles for copy that will be a link*/

.main_menu{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	line-height: 33px;
}

.sub{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	line-height: 26px;
}	


.footer{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: normal;
	line-height:16px;
}

/*these are background photo fill styles*/

.yellow_background{
	background-repeat: no-repeat;
	/*background-image: url(images/jarraff_index_04.gif);*/
}
.header_background{
	background-repeat: no-repeat;
	/*background-image: url(header.jpg);*/
}
.green_background{
	background-repeat: no-repeat;
	background-image: url(jarraff_index_05.gif);
	background-position:top;
}

.dirt_background{
	background-repeat: no-repeat;
	/*background-image: url(footer.jpg);*/
	background-position:bottom;
}
.green_box{
	background-repeat: no-repeat;
	/*background-image: url(images/green_box.jpg);*/
	background-position:top;
}
.dkgray_box{
	background-repeat: no-repeat;
	/*background-image: url(images/dkgray_box.jpg);*/
	background-position:top;
}

.ltgray_box{
	background-repeat: no-repeat;
	/*background-image: url(images/ltgray_box.jpg);*/
	background-position:top;
}
.photo_viewer{
	background-repeat: no-repeat;
	/*background-image: url(images/photo_viewer_window.jpg);*/
	background-position:top;
}
.video_viewer{
	background-repeat: no-repeat;
	/*background-image: url(images/video_viewer_window_.jpg);*/
	background-position:top;
}
.rotation_viewer{
	background-repeat: no-repeat;
	/*background-image: url(images/rotation_viewer_setup.jpg);*/
	background-position:top;
}
.tilt_viewer{
	background-repeat: no-repeat;
	/*background-image: url(images/articulation_viewer_setup.jpg);*/
	background-position:top;
}
.cutheight_viewer{
	background-repeat: no-repeat;
	/*background-image: url(images/cutting_viewer_setup.jpg);*/
	background-position:top;
}

/*these are content copy styles*/



.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #394435;
	text-align: inherit;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ad141a;
	text-align: inherit;
	text-decoration: none;
}
.chart_categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #e0a11a;
}
.chart_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
	color: #000000;
}
.chart_entries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
.copyphotocaptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
	color: #000000;
}

.copymainpageCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.copybodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: inherit;
	color: #000000;
	text-decoration: none;
}


.copylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #ad141a;
	text-decoration: underline;
}
.chart_entries{
}
a.chart_entries:link{
	color: #ad141a;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: normal;
	text-decoration: underline;
}
a.chart_entries:visited{
	color: #ad141a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.chart_entries:hover{ /* hover link properties */
	color: #030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.chart_entries:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #030;
	text-decoration: underline;
}
.body_copy{
}
a.body_copy:link{
	color: #ad141a;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	text-decoration: underline;
}
a.body_copy:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #ad141a;
	text-decoration: underline;
}
a.body_copy:visited{
	color: #ad141a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.body_copy:hover{ /* hover link properties */
	color: #394435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

BODY {
	BACKGROUND-COLOR: #000000}
<!--
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.partsTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #CCCCCC;
	vertical-align: top;
}
.parts_Direct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 7px;
	color: #000000;
}
.parts_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.gray_tab2 {
	background:/*url(../May2006/tab_corner.gif) right top no-repeat*/ #909090;
	color:#FFF;
	padding:2px 40px 2px 5px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gray_tab {background:/*url(../tab_corner.gif) right top no-repeat*/ #909090; color:#FFF;padding:2px 40px 2px 5px;font-weight:bold;}
.gtd {padding:0 0 2px 0;margin:0 5px 0 0;border-bottom:1px solid #909090;}
.gray_hed {font-family:Verdana, Geneva, Helvetica;font-size:10px;color:#787878;font-weight:bold;}
.body_reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFEFEF;
}
.small_copy {
font-family:Verdana, Geneva, Helvetica;font-size:10px;color:#CCCCCC;font-weight:bold;
}
.body_related {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
}
.box_grey {
	background-color: #E5E5E5;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style4 {color: #FFFFFF}
.style5 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }


