  /* CSS Document */

body {
background-color:#626469;
background-image:url("../images/background_main.gif");
background-position:top center;
background-repeat:no-repeat;
vertical-align:top;
}  
	p,td,th,li,a {
		font-family: Tahoma;
		font-size: 11px;
		line-height: 15px;
		color: #717171;
 }
 
 .dotted_vert_grey {  
		background: url("../images/dotted_vert_grey.gif");
		/*background-attachment: fixed;*/
		background-repeat: repeat-y;
		background-position:center top;

 }
 
 .dotted_horiz_grey {  
		background: url("../images/dotted_horiz_grey.gif");
		/*background-attachment: fixed;*/
		background-repeat: repeat-x;
		background-position:center top;

 }
 
 .dotted_horiz_grey_light {  
		background: url("../images/dotted_horiz_grey2.gif");
		/*background-attachment: fixed;*/
		background-repeat: repeat-x;
		background-position:center top;

 }
 
 .dotted_horiz_white {  
		background: url("../images/dotted_horiz_white.gif");
		/*background-attachment: fixed;*/
		background-repeat: repeat-x;
		background-position:center top;

 }








	
  .blue_text {
		font-family: Tahoma;
		font-size: 11px;
		color: #c60c30;
}
  .green_text_table {
		font-family: Tahoma;
		font-size: 14px;
		color: #76c500;
}
  .green_text {
		font-family: Tahoma;
		font-size: 11px;
		color: #76c500;
}
  .white_text {
		font-family: Tahoma;
		font-size: 11px;
		color: #FFFFFF;
}
  .form {
		font-family: Tahoma;
		font-size: 11px;
		color: #717171;
		background-color: #FFFFFF;
		border: 1px solid #b2b2b2;
}
  .form_caps {
		font-family: Tahoma;
		font-size: 11px;
		color: #717171;
		background-color: #FFFFFF;
		border: 1px solid #b2b2b2;
}
  .base_nav_plain {
		font-family: Tahoma;
		font-size: 10px;
		color: #bfbfbf;
}
  a:active {
		color: #ca1826;
}
  a:link {
		color:#ca1826; 
		text-decoration: none
}
  a:visited {
		color:#ca1826; 
		text-decoration: none
}
  a:hover {
		color:#ca1826;
		text-decoration: underline
	
}
  .base_nav {
		font-size: 10px; 
		color: #bfbfbf;
}
  .base_nav:link, .base_nav:active, .base_nav:visited {
		color:#bfbfbf; 
		text-decoration: none
}
  .base_nav:hover {
		color:#FFFFFF; 
		border-bottom: none
}
  .button_nav {
		font-size: 10px; 
		color: #bfbfbf;
}
  .button_nav:link, .button_nav:active, .button_nav:visited {
		color:#bfbfbf; 
}
  .button_nav:hover {
		color:#76c500; 
	
}
