<!--Style Sheet-->

<style>

UNKNOWN {
	MARGIN-TOP: 0px; FONT-SIZE: 10px; MARGIN-LEFT: 0px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}
A {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000066; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: underline
}
.toollinks {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Times New Roman, Times, serif; TEXT-DECORATION: none
}
.toollinks:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Times New Roman, Times, serif; TEXT-DECORATION: none
}
.toollinks:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Times New Roman, Times, serif; TEXT-DECORATION: none
}
.toollinks:active {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3D68B8; FONT-FAMILY: Times New Roman, Times, serif; TEXT-DECORATION: none
}
.toollinks:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000066; FONT-FAMILY: Times New Roman, Times, serif; TEXT-DECORATION: underline
}
.leftnavlink:link {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #FFFF00; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
.leftnavlink:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #FFFF00; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
.leftnavlink:active {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #FFFF00; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
.leftnavlink:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #999933; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
TD {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.title {
	FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #006600; FONT-STYLE: normal; FONT-FAMILY: Georgia, "Times New Roman", Times
}
.halftitle {
	FONT-WEIGHT: normal; FONT-SIZE: 19px; COLOR: #006600; FONT-STYLE: normal; FONT-FAMILY: Georgia, "Times New Roman", Times
}
.subtitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #006600; FONT-STYLE: normal; FONT-FAMILY: Georgia, "Times New Roman", Times
}
.byline {
	FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: italic; FONT-FAMILY: Verdana, Arial, sans-serif
}
SELECT {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
INPUT {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
TEXTAREA {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
.date {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, sans-serif
}
H1 {
	FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, sans-serif
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, sans-serif
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, sans-serif
}
.smalltext {
	FONT-SIZE: 8px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif
}

P {
margin: 10px 10px 10px 10px;
}

.content {
font-family: Tahoma, Arial, Sans-Serif;
font-size: 12px;
color: #000000;
padding: 0px 5px 0px 5px;
}


.arrowlistmenu{
width: 170px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Verdana;
color: #FFFF00;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://www.arrowtoolrepair.com/images/titlebar-active.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 8px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFF00;
display: block;
padding: 2px 0;
padding-left: 18px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #000066;
font-size: 10px;
}

.arrowlistmenu ul li a:visited{
color: #FFFF00;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #999933;
font-size: 10px;
text-decoration: none;
}

.arrowlistLink a:link{
color: #FFFFFF
}

.contactForm {
font-family: Tahoma, Arial, Sans-Serif;
font-size: 11px;
border: 1px solid #000066;
}

.contactForm input{
color: #333366;
font-size: 11px;
background: #CCCCCC;
border: 1px solid #000066;
}

.contactForm textarea{
color: #333366;
font-size: 11px;
background: #CCCCCC;
border: 1px solid #000066;
}

.contactForm submit {
color: #000000;
font-size: 10px;
background: #CCCCCC;
border: 1px solid #000066;
margin-left: 6.5em;
} 

</style>
