* {
	font-size   : 11px;
	font-family : Verdana;
	line-height : 17px;
 	color: #555;
}

body {
	background-color: #ffffff; 
	margin: 0; 
	scroll: auto;
}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a img {
	border: none;
}

#bottom {
	margin-bottom: 5px;
	padding: 5px;
	clear: both; 
	border-top: 1px solid #c5c5c5; 
	background-color: white;
	color: #879AB9;
	text-align: center;
}

#bottom a {
	margin: 0 5px;
	color: #879AB9;
	font-size: 12px;
}

#bottom a:hover {
	color : #6B7FA4;
	text-decoration: none;
}

#news a {
	display: block; 
	background: url(../images/home/dotted.gif) top left repeat-x; 
	padding: 16px 0 16px 0;	
}

#news a:hover {
	color : #6B7FA4;
}

#news a:hover b {
	color : #6B7FA4;
}

a.white {
	color: white;
}

.learn {
	background: url(../images/home/bevel-border.gif) top left repeat-x;
	position: relative;
	height: 45px;
	padding-top: 12px;
	color: #61779c; 
	display: block;
	text-decoration : none;
	outline-style: none;
}

.learn * {
	color: #61779c; 
}

.learn b {
	margin-top: 10px;
	font-size: 120%;
}

a.learn:hover {
	text-decoration : underline;
}

.learn a:hover {
	text-decoration : underline;
}

