@charset "UTF-8";
body {
	margin:	0;
	padding: 3px;
	color:	#000;
	overflow: hidden;
	background-color: #FFFFFF;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #006699;
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
}
a:hover {
	color: #008ED5;
}
a:active {
	outline-style: none;
}
a:focus {
	outline-style: none;
}
td, p, div  {
	font-family : Arial;
	font-size : 10pt;
	color : Black;
	text-decoration : none;
}
ul#appstoolbar {
	display: block;
	padding: 0;
	overflow: auto;
	margin: 0 auto;
	text-align: center;
	border: 1px solid darkblue;
	list-style-type: none;
	white-space: nowrap;
}
#appstoolbar li {
	display: inline;
	padding: 0 9px;
	font-weight: bold;
	text-align: center;
	border: 0;
}	
#appstoolbar img {
	width: 32px;
	height: 32px;
	display: inline;
	margin: 0 auto;
}
#appstoolbar a {
	padding-top: 34px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#appstoolbar a.email {
	background: url('/apps/email/email_32.png') no-repeat 0 50%;
}
#appstoolbar a.entertainment {
	background: url('/apps/media/media_32.png') no-repeat 0 50%;
}
#appstoolbar a.calendar {
	background: url('/apps/calendar/calendar_32.png') no-repeat 0 50%;
}
#appstoolbar a.chat {
	background: url('/apps/chat/chat_32.png') no-repeat 0 50%;
}
#appstoolbar a.calc {
	background: url('/apps/calc/calc_32.png') no-repeat 0 50%;
}
#appstoolbar a.search {
	background: url('/apps/search/search_32.png') no-repeat 0 50%;
}
div#centerlogo {
	width: 345px;
	margin: 9px auto;
	overflow: hidden;
	text-align: right;
}
div#centerlogo img{
	border: 0;
	display: block;
	margin: 0 auto;
}
#centerlogosub {
	float: right;
	display: inline;
}
div#tiplink{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}
p#addBookmarkContainer {
	display: inline;
	padding-left: 9px;
}
div#footerbig {
	margin: 0 auto;
	text-align: center;
	padding: 18px 0 0 0;
}
div#footersmall {
	padding: 2px;
	margin: 0 auto;
	color: #006699;
	font-size: 8pt;
	font-family: arial;
	position: relative;
}
div#footersmall a {
	font-size: 8pt;
}
@media print
{
	.invisible { display: none; }
}