/* Headers */
.bg-section {
	text-align : left;
	background-color : #CFCFCF;
	padding : 7px;
	margin-bottom : 1px;
}
.head-section {
	font : 10px arial;
	color : #FFF;
	background-color : #666666;
	padding : 2px;
	padding-left : 5px;
	border : 1px solid #FFF;
}
.head-page {
	font : 12px verdana;
	color : #FFF;
	background-color : #5ABDBF;
	padding : 2px;
	padding-left : 206px;
	border : 1px solid #FFF;
	letter-spacing : 2px;
}
.title {
	font : 10px verdana;
	color : #288B8D;
	text-transform : uppercase;
}
.title-space {
	font : bold 10px verdana;
	color : #666666;
	margin-bottom : 5px;
	text-transform : uppercase;
}

/* Content */
.section-paging {
	color : #666666;
	background-color : #CFCFCF;
	padding : 10px;
	padding-left : 14px;
	margin-bottom : 1px;
}
.section-paging a {
	color : #FFF;
	text-decoration : none;
}

h1 {
	display : inline;
	font : bold 14px verdana;
	color : #666666;
}
h2 {
	display : inline;
	font : bold 12px verdana;
	color : #666666;
}
h3 {
	display : inline;
	font : 10px verdana;
	color : #666666;
	text-transform : uppercase;
}

/* Links */
a {
	color : #666666;
	text-decoration : none;
}
a:hover {
	color : #CFCFCF;
}