.TileTopSS {
	background-image: url(Images/Default/Tile_Top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.TileTopL {
	background-image: url(Images/Default/Tile_Top_L.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.TileTopR {
	background-image: url(Images/Default/Tile_Top_R.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.TileLayoutT {
	background-image: url(Images/Default/Tile_Layout_T.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TileLayoutB {
	background-image: url(Images/Default/Tile_Layout_B.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.TileLayoutR {
	background-image: url(Images/Default/Tile_Layout_R.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.TileLayoutL {
	background-image: url(Images/Default/Tile_Layout_L.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a.LnkR {
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-color: #E60505;
	background-image: url(Images/Default/Tile_Link.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	height: 25px;
	padding-top: 4px;
}
a.LnkR:hover {
	color: #FFECB9;
}
.Layout {
	margin-right: 12px;
	padding-right: 12px;
}
.TxtField {
	background-image: url(Images/Default/Tile_TxtField.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	height: 20px;
	width: 116px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.FntTxt {
	font-family: tahoma;
	font-size: 10px;
	color: #7070AB;
}
a.Lnk {
	font-family: tahoma;
	font-size: 11px;
	color: #31316C;
	text-decoration: none;
}
a.Lnk:hover {
	color: #285BB9;
}