html, body, #wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-image: url(images/bg_timely.jpg);
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
	width: 100%;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 13px;
}

.large {
	font-size: 16px;
	font-weight: bold;
}

a:link {
   text-decoration: none;
	color: #3375BF;
	font-weight: bold;
}

a:visited {
   text-decoration: none;
	color: #3375BF;
	font-weight: bold;
}

a:hover {
   text-decoration: none;
	color: #EEBB00;
	font-weight: bold;
}

a:active {
   text-decoration: none;
	color: #FF00C6;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #FDD41A; }
#dark { color: #3375BF; }
