
.mainbody {
	background-color:rgb(0,0,0);
	font-family:arial;
	color:rgb(40,40,40);
	font-size:small;
	margin:0;
	padding:0;
}

.txtBox {
	border-style:double;
	border-width:3px;
	border-color:rgb(100,100,100);
	color:white;
	font-family:arial;
	font-size:smaller;
	width:300px; 
	margin:12px;
}

.txtHead {
	width:100%;
	text-align:center;
	font-weight:bold;
	background-color:rgb(60,60,60);
	padding:2px;
	filter: alpha (opacity=40);
	opacity: 0.5;
	-moz-opacity: 0.5;
	color:rgb(230,230,230);
}

.txtHeadText {
	position: relative;
}

.txtLink {
	font-family:arial;
	color:rgb(140,140,240);
	font-size:x-small;
	margin:0;
	padding:0;
	font-weight:bold;
}

.txtLink:hover {
	font-family:arial;
	color:rgb(240,240,140);
	font-size:x-small;
	margin:0;
	padding:0;
	font-weight:bold;
}

.titleBar {
	width:100%;
	text-align:center;
	font-weight:bold;
	background-color:rgb(60,60,160);
	padding:2px;
	filter: alpha (opacity=40);
	opacity: 0.5;
	-moz-opacity: 0.5;
	color:rgb(220,220,255);
}

.stdFrm {
	text-align:center;
	padding:0;
	margin:0;
}

.stdFrmFld {
	font-family:arial;
	font-size:xx-small;
	background-color:rgb(40,40,40);
	filter: alpha (opacity=60);
	color:white;
}

.frmButton {
	background-color:rgb(40,40,40);
	color:white;
	filter: alpha (opacity=70);
	width:60px;
	font-size:xx-small;
	border-width:1px;
	border-style:outset;
	border-color:rgb(160,160,160);
}

.topMenuTD {
	width:120px;
	height:26px;
	text-align:center;
	vertical-align:center;
	background-image: url('../images/button1.jpg');
	border-width:1px;
	border-style:inset;
	border-color:rgb(60,60,90);
}

.topMenuLink {
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	color:rgb(200,200,240);
	text-decoration:none;
}

.topMenuLink:hover {
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	color:rgb(200,200,240);
	text-decoration:underline;
}

.smlTxt {
	font-family:arial;
	font-size:8pt;
}
.smlLink {
	font-family:arial;
	font-size:8pt;
	color:rgb(140,140,240);
	margin:0;
	padding:0;
	font-weight:bold;
}

.smlLink:hover {
	font-family:arial;
	color:rgb(240,240,140);
	font-size:8pt;
	margin:0;
	padding:0;
	font-weight:bold;
}

.msg_td {
	color:white;
	font-family:arial;
	font-size:smaller; 
	margin:12px;
}
.msgFrmFld {
	font-family:arial;
	font-size:x-small;
	background-color:rgb(40,40,40);
	filter: alpha (opacity=60);
	color:white;
	padding:5px;
}

.txtHeadLink {
		position: relative;
	width:100%;
	text-align:center;
	font-weight:bold;
	background-color:rgb(60,60,60);
	padding:2px;
	filter: alpha (opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	color:rgb(230,230,230);
}

.buyLink {
	font-family:arial;
	font-size:10pt;
	color:rgb(240,140,140);
	margin:0;
	padding:0;
	font-weight:bold;

}