body:first-child {
	text-align: center;
}

/* Menubar Classes */
.menuBarLink:link, .menuBarLink:visited {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 18px;
}
.menuBarLink:hover {
	color: #DC9100;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: underline;
	font-size: 18px;
}
.menuBarLink:active {
	color: #404040;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	font-weight: bold;
	font-size: 18px;
}
.menuBoxTitle {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 14px;
	}
.contentBoxTitle {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-weight: 900;
	font-size: 16px;
	}
.regularText {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 12px;
	}
.regularLink:link, .regularLink:visited {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 12px;
	}
.regularLink:hover {
	color: #DC9100;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: underline;
	font-size: 12px;
	}
.regularLink:active {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 12px;
	}
.miniText {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 10px;
	}
.mediumHeader {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 15px;
	}
	
	
/* Form Classes */
.button {
	background-image: url('skin/button.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	border: 0;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	color: #000000;
	font-size: 10px;
	}
.textbox {
	background-image: url('skin/textbox.gif');
	background-color: transparent;
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	color: #000000;
	font-size: 12px;
}

.textbox:hover {
	background-image: url('skin/textbox.gif');
	background-color: transparent;
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid rgb(255, 118, 118);
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	color: #000000;
	font-size: 12px;
}

.textbox:focus {
	background-image: url('skin/textbox.gif');
	background-color: transparent;
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid rgb(86, 220, 93);
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	color: #000000;
	font-size: 12px;
}

/* GFX Classes */
.bullet {
	background-image: url('skin/bullet.gif');
	width: 20px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-position: 5px 3px;
}

.mBar {
	width: 694px; 
	height: 32px; 
	background-image: url('skin/ssBar.gif');
}

.lSide {
	background-image: url('skin/leftside.gif'); 
	background-repeat: repeat-y;
	width: 8px;
}

.rSide {
	background-image: url('skin/rightside.gif'); 
	background-repeat: repeat-y;
	width: 8px;
}

.menuBar {
	background-image: url('skin/menubarbg.gif');
	width: 678px;
	height: 35px;
}

.divMBar {
	position: relative;
	top: 5px; 
	left: 0px; 
	width: 678px; 
	height: 25px;
	text-align: center;
}

.menuBarItemSQ {
	background-image: url('skin/menubarBoxes.gif'); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 15px;
}

.menuBarItemTX {
	padding-right: 20px;
	}
.menuBoxContainer {
	padding: 5px; 
	background-image: url('skin/contentareabg.gif');
	background-color: rgb(255,255,255);
	background-repeat: repeat-y;
	}
.menuBoxTop {
	padding-left: 20px; 
	background-image: url('skin/menuboxTop.gif'); 
	background-repeat: no-repeat;
	width: 159px;
	height: 19px;
}

.menuBoxBodyContainer {
	width: 159px;
	padding-top: 1px; 
	padding-left: 2px; 
	padding-right: 1px; 
	background-image: url('skin/menuboxbg.gif'); 
	background-repeat: repeat-y;
	}
.menuBoxBody {
	width: 668px;
	padding: 10px; 
	width: 100%; 
	height: 100%;  
	background-image: url('skin/menuboxtopbg.gif'); 
	background-repeat: no-repeat;
	}
.menuBoxEnder {
	padding-left: 20px; 
	background-image: url('skin/menuboxbottom.gif'); 
	background-repeat: no-repeat;
	}
.contentBoxTopOrange {
	padding-left: 30px; 
	background-image: url('skin/contentBoxTop.gif'); 
	background-repeat: no-repeat;
	}
.contentBoxTopGrey {
	padding-left: 30px; 
	background-image: url('skin/contentBoxTop2.gif'); 
	background-repeat: no-repeat;
	}
.contentBoxTopRed {
	padding-left: 30px; 
	background-image: url('skin/contentBoxTop3.gif'); 
	background-repeat: no-repeat;
	}
.contentBoxTopBlue {
	padding-left: 30px; 
	background-image: url('skin/contentBoxTop4.gif'); 
	background-repeat: no-repeat;
	}
.contentBoxTopGreen {
	padding-left: 30px; 
	background-image: url('skin/contentBoxTop5.gif'); 
	background-repeat: no-repeat;
	}
.contentBoxBody {
	padding: 5px; 
	padding-left: 15px;
	background-image: url('skin/contentboxbg.gif'); 
	background-repeat: repeat-y;
	}
.contentBoxEnder {
	padding-left: 20px; 
	background-image: url('skin/contentBoxBottom.gif'); 
	background-repeat: no-repeat;
}
.contentBoxTopThingy {
	padding-left: 20px;
	background-image: url('skin/contentBoxTopThing.gif');
	background-repeat: no-repeat;
	height: 3px;
	padding-bottom: 0px;
	empty-cells: show;
}
.contentBottom {
	text-align: right;
	padding-right: 20px;
	background-image: url('skin/ContentBottom.png');
	background-repeat: no-repeat;
}
.contentTable {
	color: #303030;
	font-family: "Square721 Ex BT", "Eurostar Regular Extended", "BankGothic Lt BT", "Arial";
	text-decoration: none;
	font-size: 12px;
	}