body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

a:link {
	color: #cccc66;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #cccc66;
  text-decoration: none;
  font-weight: bold;
  
}

a:hover {
	text-decoration: underline;
	 color: #cc9900;
	 font-weight: bold;
}

a:active {
	color: #cccc66;
	font-weight: bold;
	text-decoration: none;
}

.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6c6c6c;
}

.smallbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #a2a2a2;
}


.title {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}

.msgtext {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:	#ffffff;
}

.inputText {
	border: 0px Solid #000000;
	height: 17px;
	width: 200px;
}