body,td,p { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		color: #FFFFFF; 
		font-size: 8pt; 
		margin : 0px 0px; 
}
h2 { 
		font-size: 11px; 
		font-family: Arial, sans-serif; 
		color: #D2D2D2; 
		font-weight : bold; 
		margin: 0px; 
}
.textboxu { 
		font-size: 10px; 
		border: 1px solid #000000; 
		background-color:#FFFFFF; 
		background-image: url(images/user.gif);
		background-repeat: no-repeat;
		background-position: right;
}
.textboxp { 
		font-size: 10px; 
		border: 1px solid #000000; 
		background-color:#FFFFFF; 
		background-image: url(images/pass.gif);
		background-repeat: no-repeat;
		background-position: right;
}
.button { 
		font-size: 8px; 
		margin: 1px; 
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000; 
		color: #000000; 
		font-weight : none; 
		text-align: center; 
		padding-left:1px;
		padding-right:1px;
		padding-top:0px;
		padding-bottom:0px;
		background-color:#FFFFFF; 
		display: inline; 
		cursor: pointer;
}
img {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-color:#000000;
}
img a {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-color:#000000;
}
img a:visited {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-color:#000000;
}
img a:active {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-color:#000000;
}
img a:hover {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-color:#000000;
}
a { 
		color: #000000; 
		font-family:Verdana, Arial, Helvetica, Sans-Serif; 
		font-size:8pt; 
		text-decoration:none 
}
a:visited { 
		color: #000000; 
		font-family:Verdana, Arial, Helvetica, Sans-Serif; 
		font-size:8pt; 
		text-decoration:none 
}
a:active { 
		color: #000088; 
		font-family:Verdana, Arial, Helvetica, Sans-Serif; 
		font-size:8pt; 
		text-decoration:none 
}
a:hover { 
		color: #000088; 
		font-family:Verdana, Arial, Helvetica, Sans-Serif; 
		font-size:8pt; 
		text-decoration:underline 
}