body {
	    margin:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
		background-color:#025a92;
}
.links {
	border: 1px solid #ECE9D8;
	background-image: url(images/linksbg.jpg);
}
.links a
{
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}
.titles {
	font-size: 18px;
	font-weight: bold;
	color: #CF4F04;
}

.links a:hover
{
text-decoration:underline;
}
.contentborder {
	border: 1px solid #EDEDED;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.jpg);
}
a
{
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}
a:hover
{
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}