html
{
	height: 100%;
	color: #101070;
	font-family: verdana;
	font-size: 12px;
}

html a
{
	text-decoration: none;	
	color: #101070;
}

html a:hover
{
	text-decoration: underline;	
	color: #101070;
}

table
{
	font-family: verdana;
	font-size: 12px;
}

table a
{
	text-decoration: none;	
	color: #FFFFFF;
}

table a:hover
{
	text-decoration: underline;	
	color: #FFFFFF;
}

body
{
	margin: 0px;
	padding: 0px;
	
	height: 100%;
		
	background: #e6e6e6;
}

fieldset 
{
  	border: 2px solid #101070;
	display: block;
	
	padding: 4px;
}

img
{
	border: 0px;
	vertical-align: middle;
}

input
{
 	border-top: 1px solid #101070;
	border-left: 1px solid #101070;
	border-right: 1px solid #101070;
	border-bottom: 1px solid #101070;
	font-family: verdana;
	font-size: 12px;	
	color: #101070;	
	background-color: #FFFFFF;
	
	margin: 5px 5px 5px 5px;
}
