A								{ color: #000000; } 
A:hover						{ color: #347692; } 
body							{ font-family: Tahoma, sans serif; font-size: 14px; color: #444; background-image: url(../images/layout/bg.jpg); background-repeat: repeat-x;}

.large_heading			{ font-size: 16px;  font-weight: bold;}
.medium_heading		{ font-size: 12px;  font-weight: bold;}
.small_bold			{ font-size: 11px;  font-weight: bold;}

.side_horse { background: url(../images/layout/side_bg.jpg); padding: 0px; border: solid 1px lightgrey; margin-bottom: 3px;}
.side_horse_white { color: #ffffff; padding: 3px; border-right: solid 1px #ffffff; }

.side_buttons { background: url(../images/layout/side_bg.jpg); padding: 4px; margin-bottom: 1px; border: solid 1px lightgrey; }


.inside_plain { padding: 0px; border: solid 1px lightgrey; padding: 4px; }
.inside_square { background: url(../images/layout/side_bg.jpg) repeat-x; padding: 4px; border: solid 1px lightgrey;}

.sales_divider { background-color: #3A3C49; color: #fff; font-size: 16px; font-family: Tahoma; font-weight: bold; padding: 4px; }

.main_link					{ color: #ffffff; font-size: 18px; font-weight: bold; text-decoration: none; }
.main_link:hover		{ color: #EC9226;}

.table_light					{ border: solid 1px #BDBDBD; border-collapse: collapse;}

.hr_line {  border-top: 1px solid #ccc; border-bottom: 0px solid #efefef; height: 1px; }
.hr {  border-top: 1px solid #ccc; border-bottom: 0px solid #efefef; height: 1px; }

.table { border: solid 1px gray; border-collapse: collapse; }
.table_pedigree_small						{ border: solid 1px #737373; border-collapse: collapse; font-size: 10px; padding: 1px; }

.nav { padding: 4px; text-align: center; width: 80px; } 
.nav a { font-family: Tahoma; color: #fff; font-weight: bold; font-size: 14px; text-decoration: none; }
.nav a:hover { color: #55A5C6; }



.side_blue { color: #205f80; font-size: 14px; font-weight: bold; text-decoration: none; }
.side_blue_small { color: #347692; font-size: 11px; text-decoration: none; }


/* here's the box... the image is the upper-left corner */
#csc {
  background : #57574F url(../images/csc_tl.png) no-repeat;
  width : 20em;
  height : auto;
  position : relative;
  padding : 30px 40px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

/* change position and image: top-right */
.tr {
  background : transparent url(../images/csc_tr.png) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : no-repeat;
  right : 0;
  bottom : 0;
}
