@charset "utf-8";

/*this is what we want the div to look like*/
  html,div.fullscreen{
  	background-color: #fff;
  }


#bodycenter table {
	font-size: 12px;
	
}


#footertile {
	text-align: left;
	overflow: hidden;
}
#footer {
	color: silver;
	font-size: 9px;
	/*font-family: Verdana, Geneva, Arial, sans-serif;*/
	text-align: center;
	/*bottom: 0px;*/
	left: 0px;
    width: 100%;
    height: 18px;
}


div.service {
    font-size: 12px;
    text-transform: none;
}

div#footer A:link {
    text-decoration: none;
    color: #0B55FF;
}

div#footer A:visited {
    text-decoration: none;
    color: #0B55FF;
}

div#footer A:active {
    text-decoration: none;
    color: #0B55FF;
}

div#footer A:hover {
    text-decoration: underline;
    color: #0B55FF;
}


.button-link {
    padding: 0px 5px 0 0;
    color: #000;
    font-size: 13px;
}

.align-center {
    text-align: center;
}

.display-inline{
	display: inline;
}
