@charset "utf-8";
.testClass {
}

#tdSideButtonSmall {
	text-align: center;
}

#tdSideButtonSmall a {
	background-image: url(images/sidebar/sidebarButtonSmall_up.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 180px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#tdSideButtonSmall a:hover {
	background-image: url(images/sidebar/sidebarButtonSmall_hover.jpg);
}

#tdSideButtonBig {
	text-align: center;
	line-height: 18px;
}

#tdSideButtonBig  a {
	background-image: url(images/sidebar/sidebarButtonBig_up.jpg);
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	height: 42px;
	width: 180px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: middle;
	font-size: 14px;
}
#tdSideButtonBig  a:hover {
	background-image: url(images/sidebar/sidebarButtonBig_hover.jpg);
}
#tdSidebarAmazon {
	margin-top: 10px;
}
#textBox {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0C0A99;
	border-right-color: #0C0A99;
	border-bottom-color: #0C0A99;
	border-left-color: #0C0A99;
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: justify;
}
#tableTop {
	display: block;
}
#tdBlueBox {
	font-size: 13px;
	text-align: left;
	border: 3px ridge #0C0A99;
	padding: 5px;
	background-image: url(images/Background/Frontpage_pageSample.jpg);
	background-repeat: repeat;
}
#tdBlueBox  h1 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#tdStandardLayout {
	font-size: 15px;
	padding-left: 30px;
}
#tdStandardLayout h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
