@CHARSET "UTF-8";
/* <!-- */ /* General styles */
h1 {
	font-size: 18px;
	color: #27549E;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #27549E;
	text-decoration: underline;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica;
	color: #A4A4A4;
	font-size: 12px;
	margin-top: 0;
}

.strongP {
	font-weight: bold;
	font-size: 14px;
}

.rights { padding-right:10px; color:#FFF; font-family:Verdana, Arial; font-size:10px; }
.project_title { font-weight:bold; font-size:13px; color:#27549E; font-family:Verdana, Arial; text-decoration:none; }
.pageLinks {
	color: #27549E;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}

.flink {
	color: #808080;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

.flink:hover {
	text-decoration: none;
}

ul {
	list-style-image: url(header-pics/bullet.gif);
	margin-bottom: 5px;
}

li {
	margin-bottom: 10px;
}

.button,.button:link,.button:visited {
	background-image: url('images/button-sprite.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 203px;
	display: block;
	text-align: left;
	padding-top: 4px;
	color: #FFF;
	text-decoration: none;
	text-indent: 15px;
}

.button:hover {
	background-image: url('images/button-sprite.gif');
	background-repeat: no-repeat;
	background-position: 0px -27px;
	height: 23px;
	width: 203px;
	display: block;
	padding-top: 4px;
}

#bodycontent {
	margin-top: 10px;
	margin-bottom:10px; 
	padding-left: 10px; 
	text-align:left;	
}


.thumb {
	margin:0px;
	padding:1px;
	
}

.thumb:hover {
	cursor: pointer;
	background:#444;
}
/* --> */