body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 15px 0px 20px 35px;
	font-size: 12px;
}
a{
	color: #fff;
}
a:visited{
	color: #999;
}
a:hover{
	color: #666;
}
#main{
  border: 1px outset #999;
	text-align: center;
}
#main td{
  border: 1px outset #999;
}
.bg_grad{
  background: url(images/cellpic2.jpg) repeat-x top left;
	height: 35px;
	vertical-align: bottom;
}
#nav{
  vertical-align: middle;
}
#nav a{
	color: #fff;
	font-weight: bold;
}
#nav a:visited{
	color: #000;
	font-weight: bold;
}
#nav a:hover{
	color: #ff0;
	font-weight: bold;
}
.titles_b{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.titles_w{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.bold_grey{
  color: #ccc;
	font-weight: bold;
}
.bold_white{
  color: #fff;
	font-weight: bold;
}
#content{
  border: 1px outset #999;
	text-align: center;
}
#content th{
  border: 1px outset #999;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
#content td{
	font-size: 12px;
	text-align: left;
	color: #97b1ff;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#apply_table{
  border: none;
	text-align: center;
}
#apply_table th{
  border: none;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
#apply_table td{
 border: none;
	font-size: 12px;
	text-align: left;
	color: #97b1ff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.date_add{
  font-size: 10px;
}
.req_red{
	font-size: 14px;
	color: #f00;
	font-weight: bold;
}
.disclaimer{
	color: #97b1ff;
	font-size: 10px;
	font-weight: bold;
}
textarea{
	width: 99%;
	height: 60px;
}
