/* CSS Document */

/* scrollbar style */
BODY 
{
	scrollbar-face-color: #D6D6D6;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #D6D6D6;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #D6D6D6;
	scrollbar-track-color: #D6D6D6;
	scrollbar-arrow-color: #000000;
	background-color: #FFFFFF;
}
/* End scrollbar style */

/* Standard anchor tag formatting */ 
A:link { 
  color: #CC3300;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A:visited { 
  color: #CC3300;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A:hover {
  color: #A5A5A5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
A:active {
  color: #A5A5A5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
/* End standard anchor tag formatting */

/* Formatting for menu items */
A.topbar:link {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;	
	display: block;
	padding: 4px 6px;
	background-image:   url(../images/shell/top/top_nav_bground.jpg);
	text-decoration: none;}
	A.topbar:visited { 
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
	display: block;
	padding: 4px 6px;
	background-image:   url(../images/shell/top/top_nav_bground.jpg);
	text-decoration: none;}
	A.topbar:hover {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;	
	display: block;
	padding: 4px 6px;
	background-image:   url(../images/shell/top/top_nav_bground_on.jpg);
	text-decoration: none;}
	A.topbar:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;	
	display: block;
	padding: 4px 6px;
	background-image:   url(../images/shell/top/top_nav_bground_on.jpg);
	text-decoration: none;}
	
A.side_nav:link {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;	
	display: block;
	width:212px;
	padding: 3px 3px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #D6D6D6; 
	border-right: 1px solid #D6D6D6; 
    border-collapse:collapse; 
	text-decoration: none;}
	A.side_nav:visited { 
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
	display: block;
	width:212px;
	padding: 3px 3px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #D6D6D6; 
	border-right: 1px solid #D6D6D6; 
    border-collapse:collapse; 
	text-decoration: none;}
	A.side_nav:hover {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;	
	display: block;
	width:212px;
	padding: 3px 3px;
	background-color: #D6D6D6;
	border-bottom: 1px solid #D6D6D6; 
	border-right: 1px solid #D6D6D6; 
    border-collapse:collapse; 
	text-decoration: none;}
	A.side_nav:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;	
	display: block;
	width:212px;
	padding: 3px 3px;
	background-color: #D6D6D6;
	border-bottom: 1px solid #D6D6D6; 
	border-right: 1px solid #D6D6D6; 
    border-collapse:collapse; 
	text-decoration: none;}
/* End formatting for menu items */

/* table color formatting */
table.dk {BACKGROUND-COLOR: #A5A5A5;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 12px;
               text-indent: 0px;
               color: #000000; }
td.dk {BACKGROUND-COLOR: #A5A5A5;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 12px;
               text-indent: 0px;
               color: #000000; }
table.lt {BACKGROUND-COLOR: #F4F4F4;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 12px;
               text-indent: 0px;
               color: #000000; }
td.lt {BACKGROUND-COLOR: #F4F4F4;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 12px;
               text-indent: 0px;
               color: #000000; }
table.outline {border: 1px solid #A5A5A5; 
               border-collapse:collapse; 
		       padding: 3px;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 12px;
               text-indent: 0px;
               color: #000000; }
td.outline {border: 1px solid #A5A5A5; 
            border-collapse:collapse; 
		    padding: 3px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 12px;
            text-indent: 0px;
            color: #000000; }
table.outline_fill {border: 1px solid #A5A5A5;
                    BACKGROUND-COLOR: #F5F5F5; 
                    border-collapse:collapse; 
		            padding: 3px;
					font-family: Arial, Helvetica, sans-serif;
                    font-weight: normal;
                    font-size: 12px;
                    text-indent: 0px;
                    color: #000000;
				 margin-top: 10px;
				 margin-left: 10px;
                 margin-right: 10px;
		         margin-bottom: 10px;}
td.outline_fill {border: 1px solid #A5A5A5; 
                 BACKGROUND-COLOR: #F5F5F5;
                 border-collapse:collapse; 
		         padding: 3px;
                 font-family: Arial, Helvetica, sans-serif;
                 font-weight: normal;
                 font-size: 12px;
                 text-indent: 0px;
                 color: #000000;
				 margin-top: 10px;
				 margin-left: 10px;
                 margin-right: 10px;
		         margin-bottom: 10px;}
/* end table color formatting */

/* Text formatting for content */
.text_content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-indent: 0px;
  color: #000000; }
  
.text_bold_color {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-indent: 0px;
	color: #337BA8;
	background-color: #FFFFFF;
}
  
.text_specials {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-indent: 0px;
  color: #000000; }

.text_bold_black {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-indent: 0px;
  color: #000000; }
/* End formatting for content */

/* Header formatting */
H1, H2, H3, H4, H5, H6 {color: #000000;
		    font-family: Arial, Helvetica, sans-serif;
			margin-top: 1px;
		    margin-bottom:1px;}
/* End Header formatting */

/* Class Selectors */
.bold {font-weight: bold;}
.firstletter {font-size: 15px;
      font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  color: #000000;}
.border {border: 1px #A5A5A5;}
.red {color: #FF0000;
	 font-weight: bold;}
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.margin {margin-left: 10px;
         margin-right: 10px;
		 margin-bottom: 10px;
		 margin-top: 10px;}
/* End class selectors */

/* form elements formatting */
INPUT,password {
	BORDER-TOP:    #A5A5A5 1px outset; 
	BORDER-LEFT:   #A5A5A5 1px outset; 
	BORDER-BOTTOM: #A5A5A5 1px inset; 
	BORDER-RIGHT:  #A5A5A5 1px inset; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #F4F4F4;
}

INPUT{ border: 1 solid #A5A5A5;
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #F4F4F4;}

TEXTAREA{
	BORDER-TOP:    #A5A5A5 1px outset; 
	BORDER-LEFT:   #A5A5A5 1px outset; 
	BORDER-BOTTOM: #A5A5A5 1px inset; 
	BORDER-RIGHT:  #A5A5A5 1px inset;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #F4F4F4;}

SELECT{
	BORDER-TOP:    #A5A5A5 1px outset; 
	BORDER-LEFT:   #A5A5A5 1px outset; 
	BORDER-BOTTOM: #A5A5A5 1px inset; 
	BORDER-RIGHT:  #A5A5A5 1px inset;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #F4F4F4;}
/* end form elements formatting */
