body {
	font-family: Arial;
	font-size: 14px;
	background-color: #181818;
	color: #FFFFFF;
	margin-top: 0px;
}

table {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.bkg {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
}
.l1 {
	background-image: url(../images/l1.png);
	background-repeat:no-repeat;
	width: 29px;
}
.r1 {
	background-image: url(../images/r1.png);
	background-repeat:no-repeat;
	width: 29px;
}
.gray {
	background-color: #181818;
}
.whitelarge {
	background-image: url(../images/search.jpg);
	background-repeat: repeat-y;
	border: 1px solid #ffffff;
	width: 830px;
	color: #181818;
}
.whitesmall {
	background-image: url(../images/search1.jpg);
	background-repeat: repeat-y;
	border: 1px solid #ffffff;
	width: 550px;
	color: #181818;
}
.textgray {
	color: #181818;
}
.bold {
	font-weight: bold;
}
.title {
	font-size: 16px;
	font-weight: bold;
}

input {
	font-size: 14px;
	font: arial;
	color: #ffffff;
	background-image: url(../images/input.jpg);
	background-repeat: no-repeat;
	border: 0px;
}
.input {
	font-size: 14px;
	font: arial;
	color: #ffffff;
	background-image: url(../images/input.jpg);
	background-repeat: no-repeat;
	border: 0px;
	font-weight: bold;
}
textarea {
	font-size: 14px;
	font: arial;
	color: #ffffff;
	background-image: url(../images/textarea.jpg);
	background-repeat: no-repeat;
	border: 0px;
}
select {
	font-size: 14px;
	font: arial;
	color: #ffffff;	
	/*background-image: url(../images/input.jpg);*/	
	background-repeat: no-repeat;
	background-color: #3f3f3f;
	border: 0px;
}
.pic {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	height: 337px;
	width: 250px;
	border: 0px;
}
.pic1 {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	height: 370px;
	width: 250px;
	border: 0px;
}
.pic2 {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	height: 460px;
	width: 250px;
	border: 0px;
}
a:link {
	font-size: 14px;
	color: #181818;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-size: 14px;
	color: #181818;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-size: 14px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-size: 14px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:link {
	font-size: 12px;
	color: #ffffff;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.whitelink:visited {
	font-size: 12px;
	color: #ffffff;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.whitelink:hover {
	font-size: 12px;
	color: #181818;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:active {
	font-size: 12px;
	color: #181818;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}

a.booklink:link {
	font-size: 14px;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.booklink:visited {
	font-size: 14px;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.booklink:hover {
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
a.booklink:active {
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}

a.dd:link {
	font-size: 11px;
	color: #747474;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.dd:visited {
	font-size: 11px;
	color: #747474;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.dd:hover {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
a.dd:active {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}

a.main:link {
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.main:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
a.main:hover {
	font-size: 11px;
	color: #747474;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
a.main:active {
	font-size: 11px;
	color: #747474;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
.iffy a, .iffy a:visited{
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;

}
.iffy a:hover{
	font-size: 11px;
	color: #747474;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;

}
.green{ color:#0C0; }
.red{ color:#F00; }

.drpd{
	background-color: #3f3f3f;
	border-top:1px solid #F0F0F0;
}
