A.TL
{
	text-decoration: none;
	color: #333333;
}
A.TL:hover
{
	color: black;
	text-decoration: underline;
}

IMG.TPic1
{
	border-style: solid; 
	border-color: grey;
	border-width: 1px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px;
	background-color: yellow;
}

IMG.TPic
{
	border-style: solid; 
	border-color: grey;
	border-width: 2px; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px; 
	padding-bottom: 1px;
	background-color: transparent;
}

IMG.TPic:hover
{
	border-style: solid; 
	border-color: red;
	border-width: 2px; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px; 
	padding-bottom: 1px;
}
.carousel-list
{
	padding: 0px;
	margin: 0px;
	text-indent: 0px;

}
.carousel-list li { 
	margin:0px;
	width:130px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*height:93px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */ */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	color: white;
	list-style: none outside;
}

.carousel-list li:hover { 

}

.carousel-list li a { 
	display:block;
	border:1px solid #aaaaaa;
	outline:none;
	background-color:gray;
	color: white;
	font-weight: bold;
}

.carousel-list li a:hover { 
	border: 1px solid blue; 
	background-color:blue;
}

.carousel-list li img { 
	border:1px solid #999;
	display:block; 
}

Table.border1Table {
	width: 95%;
	background-color: #BBBBBB;
	border: 0;
}
.stripGreyBoldsm {
	color:		#000000;
	font-weight: bold;
	font-family: arial;
	background-color: #EEEEEE;
	font-size: 8pt;
	text-align: center;
}
.orangeTD {
	background-color: #FFCC66;
	color: #000080;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

.greyTD {
	background-color: #EEEEEE;
	color: #000000;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
}
.whiteTD {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
}
.blueTD {
	background-color: #3A6EA5;
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}
.smallText {
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.smallBoldText {
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
/* Texts */
.normalText {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

A.MenuItem
{
	font-family: Arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	width: 70px;
	text-align: center;
}

A.MenuItem:hover
{
	background-color: #dddddd;
	color: #555555;
	
}