body,td,input,.reg,textarea,select {
	font-family:verdana;
	font-size:12px;
}


.etitle {
	border-bottom:1px solid c6c6c6;
	font-size:13px;
	font-weight:bold;
	background-color:eeeeee;
}


.iname {
	text-align:right;
	background-color:whitesmoke;
}

.buttonClass {
	width:123px;
}

.tomato {
	border:1px solid tomato;
}

.header {
	font-size:22px;
	text-align:left;
}

.bbottom {
	border-bottom:1px solid c6c6c6;
}

.bbtop {
	border-bottom:1px solid c6c6c6;
	border-top:1px solid c6c6c6;
}
.theGrayBox {
	border:1px solid c6c6c6;
	background-color:eeeeee;
}
.theWhiteBox {
	border:1px solid c6c6c6;
	background-color:white;
}
.theLightBox {
	border:1px solid c6c6c6;
	background-color:fafafa;
}
.theYellowBox {
	border:3px solid #ffff00; 
	background-color:#ffff99;
	font-weight:bold;
}
.oLink {
	text-decoration:none;
	color:black;
}
.opsiyon {
	background-color:#ffff99;
}
.buton {
	width:199px;
	font-weight:bold;
}

a {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:red;
}
