body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #07066E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #07066E;
}
a:hover {
	text-decoration: underline;
	color: #030064;
}
a:active {
	text-decoration: none;
	color: #030064;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #666666;
	display : inline;
}
h2 {
	font-size: 16px;
	color: #666666;
}
h3 {
	font-size: 16px;
	color: #666666;
}
h4 {
	font-size: 16px;
	color: #666666;
}
h5 {
	font-size: 16px;
	color: #666666;
}
h6 {
	font-size: 16px;
	color: #666666;
}
#hws, #hws a:link
{
  font-size:9px; 
  color:#000000; 
  text-decoration:none;
}
#hws a:hover
{
  font-size:9px;
  color:#000000;
  text-decoration: underline;
}

#mainCell { padding:15px; background-color:#666;
z-index:1;
}
#cell { border:1px solid #666; background-color:#fff;
		padding:15px;
		z-index:2;
}
#cellTitleDiv { position:relative;
			 	top: -22px;
}
.cellTitleText { background-color:#fff; 
				 padding-left:15px; 
				 padding-right:15px;
				 color:#333;
				 font-weight:bold;
				 font-size:16px;
}
.inpt { font:Arial, Helvetica, sans-serif;
		color:444;
		font-size:12px;
		border:1px solid #444;
		background-image:url(images/inputbg.jpg);
		background-repeat:repeat-x;
		background-position:top;
		width:100%;
}