.title-link {
	font-size: x-large;
	font-weight: bold;
	padding-left: .5cm;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}
.page-content {
	background-color: #ffffff;
}
.link-column {
	padding-left: .5cm;
	background-color: #ffffff;
}
.link-row {
	background-color: #7D7D7D;
	text-align:center;
}
.links {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	padding-right: .2cm;
	padding-left: .2cm;	
}
a:hover.links {
	background: #999999;
	border-color:#CCCCCC;
}
.contact {
	text-align:center;
	font-size: small;
	color: #999999;
	text-decoration: none;
	font-style: normal;
	background-color: #ffffff
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align:center;	
}
.logo {
	background-color: #ffffff;
}	
.page-title {
	background-image: url(images/bannershort.jpg);
	background-repeat: no-repeat;
	background-position: left; 
	padding-right: 2cm;
}

/* --------------------------------------------------- */
/*		Rollover Buttons 		          */
/* --------------------------------------------------- */
a.cart { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 182px; /* width of reactive image */
     height: 53px; /* height of reactive image */
     background-image: url(images/Buttons/sc1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.cart:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/Buttons/sc2.jpg); /* source for target image */
     } 
	 
a.prop { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 182px; /* width of reactive image */
     height: 53px; /* height of reactive image */
     background-image: url(images/Buttons/pt1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.prop:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/Buttons/pt2.jpg); /* source for target image */
     } 	 
	 
	 a.WIS { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 182px; /* width of reactive image */
     height: 53px; /* height of reactive image */
     background-image: url(images/Buttons/wi1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.WIS:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/Buttons/wi2.jpg); /* source for target image */
     } 
	 
	 a.SF { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 182px; /* width of reactive image */
     height: 53px; /* height of reactive image */
     background-image: url(images/Buttons/sf1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.SF:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/Buttons/sf2.jpg); /* source for target image */
     } 
	 
	 a.wd { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 182px; /* width of reactive image */
     height: 53px; /* height of reactive image */
     background-image: url(images/Buttons/wd1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.wd:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/Buttons/wd2.jpg); /* source for target image */
     } 
	 
	 a.cs { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 182px; /* width of reactive image */
     height: 53px; /* height of reactive image */
     background-image: url(images/Buttons/cs1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.cs:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/Buttons/cs2.jpg); /* source for target image */
     } 















