.topBottomWhiteBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.borderAll {
	border: 1px solid #000000;


}
.borderAllWhite {
	border: 1px solid #FFFFFF;


}
.borderBlackRightBottom {

	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
}
.borderCreamRight {

	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFCC;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.borderLtGreyTopBlackBottom {



	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
}
.borderCreamRightandBottom {


	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #666666;
}
.borderAllThick {

	border: 2px solid #000000;
}
.inputBox {
	font-family: "MS Sans Serif";
	font-size: 10px;
	background-color: #CCCCCC;

}
.yellowText {
	color: #FFFF00;
}
.whiteText {

	color: #FFFFFF;
}
.grayText {


	color: #cccccc;
}
.topWhiteBorder {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.topBlackBorder {


	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderAllGrey {

	border: 1px solid #CCCCCC;
}

BODY{
scrollbar-face-color:#000000;
scrollbar-arrow-color:#E6D4C0;
scrollbar-track-color:#E6D4C0;
scrollbar-shadow-color:#7C6345;
scrollbar-highlight-color:#7C6345;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:#7C6345;
}
.blackText {



	color: #000000;
}
.submitButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #565253;
	color: #FFFFFF;
	border: 1px solid #565253;
}