/* stylesheet */
 
body 
{ 	
/* general page style */
background-color:#FFFFFF;
color: #000000;
margin: 0px;
margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

/* scrollbar style */	
/*scrollbar-face-color: #999999; scrollbar-highlight-color: #D4D4D4;
scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color:  #020202; scrollbar-track-color: #444444;
scrollbar-darkshadow-color: #232323;*/
}

/* default text style */
font   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
td		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
th		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
p		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
div 	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}

/* default link style */
/* normal link style */
A {color: #b02c1b; text-decoration: none}
/* mouseover link style */
A:hover {color: #b02c1b; text-decoration: underline}
/* mousedown link style */
A:active {color: #b02c1b; text-decoration: none}
/* visited link style */
A:visited{color: #b02c1b}

/* line height */
.paragraph {
line-height: 17px;
}

.back {
line-height: 17px;
}

/* quote text style */
.quote { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 11px; 
font-weight : normal; 
text-decoration : none; 
color : #b02c1b;
line-height: 17px;
}

/* quote link style */
A.quote			{color : #b02c1b}
A.quote:hover	{text-decoration: underline; color : #b02c1b}
A.quote:active	{color: #b02c1b; text-decoration: underline}
A.quote:visited	{color: #80a9bd}

/* back link style */
A.back			{color : #80a9bd}
A.back:hover	{text-decoration: underline; color : #80a9bd}
A.back:active	{color: #80a9bd; text-decoration: underline}
A.back:visited	{color: #80a9bd}

/* heading text style */
.heading { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 26px; 
font-weight: normal; 
text-decoration: none; 
line-height: 26px; 
color: #b02c1b;  
font-style:  normal; 
}

/* subheader text style */
.subheading {
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-weight: normal; 
text-decoration : none; 
line-height : 20px; 
color : #b02c1b;  
font-style :  normal; 
}

.subheading_bkgrnd {
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-weight: normal; 
text-decoration : none; 
line-height : 20px; 
color : #fff;  
font-style :  normal;
background-color: #b02c1b;
padding: 5px 51% 5px 5px;
}
/* image border and link style */
.imageStyle{ border:0px; border-thickness: 0px; border-color: #000000; border-style: solid}
A:hover .imageStyle, A:active .imageStyle { border:0px; border-thickness: 0px; border-color: #000000; border-style: solid}

p.solid { 
border-style: solid;
border-left-width:1px;
border-bottom-width:1px;
border-right-width:1px;
border-top-width:1px;
border-color:#B02C1B;
padding:10px 10px 10px 10px;

}

.bullet_right {
background: transparent url(../images/arrow_right.gif) no-repeat 0px 5px;
list-style:none;
padding-left:12px;
line-height:17px;
}

.bullet_right_black {
background: transparent url(../images/arrow_right_black.gif) no-repeat 0px 5px;
list-style:none;
padding-left:12px;
line-height:17px;
}

.bullet_up {
background: transparent url(../images/arrow_up.gif) no-repeat 0px 3px;
list-style:none;
padding-left: 12px;
margin:0;
margin-left: -40px;
}
.bullet_up2 {
background: transparent url(../images/arrow_up.gif) no-repeat 0px 5px;
padding-left: 12px;
list-style:none;
margin:0;
margin-left: -40px;
line-height:17px;
}
.bullet_left {
background: transparent url(../images/arrow_left.gif) no-repeat 0px 5px;
list-style:none;
padding-left: 12px;
margin:0;
margin-left: -40px;
line-height:17px;
}


