@charset "utf-8";
/* www.Internetlabor.net Basic Stylenames */
/* ################## Colors ##################
		Red: #aa103f;
		Gray: #414B56;
*/



/* MainTable */

table.MainTable {
	width: 983px;
}

th.MainCornersTh {
	width:40px;
	height: 40px;
}

td.MainCornersTd {
	width:40px;
	height: 40px;
}

td.MainMiddleL {
	width: 40px;
	height: auto;
	background-image: url("../ImageFolder/MainSlices/SliceLeftShadow.gif");
	background-repeat: repeat-y;
}

td.MainMiddleR {
	width: 40px;
	height: auto;
	background-image: url("../ImageFolder/MainSlices/SliceRightShadow.gif");
	background-repeat: repeat-y;
}

th.MainMiddleT {
	width: auto;
	height: 40px;
	background-image: url("../ImageFolder/MainSlices/SliceUpShadow.gif");
	background-repeat: repeat-x;
}

td.MainMiddleB {
	width: 903px;
	height: 40px;
	background-image: url("../ImageFolder/MainSlices/SliceDownShadow.gif");
	background-repeat: repeat-x;
}

td.MainTd {
	vertical-align: top;
	background-color: #aa103f;
}



/* MainContainer */
table.MainContainer {
	width: 903px;
}

th.LogoTh {
	width: 202px;
	height: 110px;
}

th.HeadTxtTh {
	width: 701px;
	height: 110px;
}


/* ContentContainer */
td.ContentContainer {
	width: 701px;
	height: auto;
	vertical-align: top;
}