
/*  Globals */

html, body {
	background-color:	#443333;
	border:			0px;
	color: 			#cccccc;
	font-family: 		Tahoma, Arial, Verdana;
	font-size: 		11px;
	font-style:		normal;
	font-weight: 		normal;
	margin:			0px;
	padding:		0px;
	text-align:		center;
}
img {
	border-collapse: 	collapse;
	border:			0px;
	margin:			0px;
	padding:		0px;
}
table {
	border-collapse: 	collapse;
	margin:			0px;
	border:			0px;
	padding:		0px;
}

a {
	color:			#ffffff;
	text-decoration:	none;
}

a.topMenu {
	font-family: 		Lucida Console, Tahoma, Arial, Verdana;
	font-size:		14px;
	font-weight:		bold;
	font-style:		normal;
}

/* Table frame */
table.frame {
	background-color:       #000000;
	//height:		593px;	
	width:			960px;
	margin-top:		24px;
	margin-left:		auto;
	margin-right:		auto;
}

table.frame td.frameTopLeft {
	width:			366px;
	text-align:		center;
	vertical-align:		top;
}

table.frame td.frameHeadSpace {
	width:			198px;
}

table.frame td.frameHeadRight {
	width:			396px;
}

table.frame td.frameTopSpace {
	width:			198px;
}

table.frame td.frameTopRight {
	width:			396px;
	text-align:		center;
	vertical-align:		bottom;
}

table.frame td.frameMidSpace {
	background:		url('/jpgs/bl_bgMidSpace.jpg') bottom right no-repeat;
	height:			128px;
	width:			198px;
}

table.frame td.frameMidRight {
	background:		url('/jpgs/bl_bgMidRight.jpg') bottom left no-repeat;
	height:			128px;
	width:			396px;
}

table.frame td.frameLowLeft {
	height:			38px;
	background:		url('/jpgs/bl_bgLowLeft.jpg') top left no-repeat;
}

table.frame td.frameLowRight {
	height:			38px;
	width:			396px;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-right:		0px;
	padding-left:		auto;
	text-align:		right;
	vertical-align:		middle;

}

table.frame td.frameBottomThrough {
	background:		url('/jpgs/bl_bgBottomThroughSmall.jpg') bottom right no-repeat;
	height:			207px;
	width:			960px;
}


/* Table topMenu */

table.topMenu {
	width:			396px;
	margin-top:		auto;
	margin-left:		0px;
	margin-right:		auto;
	margin-bottom:		0px;
}

table.topMenu td.topMenuBull {
	background:		url('/jpgs/bl_bullTopLeftMenu.jpg') top left no-repeat;
	width:			58px;
	height:			40px;
}

table.topMenu td.topMenuLink {
	width:			338px;
	height:			40px;
	padding-top:		auto;
	padding-bottom:		auto;
	padding-left:		96px;
	padding-right:		auto;
	text-align:		left;
	vertical-align:		middle;
}

/* Table mainCont */

table.mainCont {
	width:			366px;
	margin-top:		20px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		38px;
}

table.mainCont td {
	padding-left:		8px;
}

/* Link Message and Comments */
p.linkMessage {
	border:			0px;
	color: 			#cccccc;
	padding:		8px;
	margin-left:		125px;
	text-align:		left;
	vertical-align:		middle;
}




















