/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F5F5EA;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #F5F5EA;
	scrollbar-highlight-color: #225197;
	scrollbar-shadow-color: #225197;
	scrollbar-track-color: #F5F5F5;
	position: relative;
}

a {
	/*display: block;
	color: #000;
	background-color: #ccc;
	text-decoration: none;
	font-size: 18px;
	margin-top: 5px;
	padding: 10px;*/
}
.box_title a,
.box_title a:link,
.box_title a:visited,
.box_title a:active{
	display: block;
	height: 1.3em;

	border-top: 0px #ffffff solid;;
	border-bottom: 1px #225197 solid;;
	text-decoration: none;
	color: #225197;
	font: bold 1.1em "Verdana", sans-serif;
	padding: 2px;
	
}
table {
	background-repeat: no-repeat;
}

#wrapper {
	width: 225px;
	text-align: left;

}

.information {
	background: #fff;
}
.box_title {
	background: #fff;
}
a.box_title:link, a.box_title:visited {
		display: block;
	color: #000;
	background-color: #ccc;
	text-decoration: none;
	font-size: 18px;
	margin-top: 5px;
	padding: 10px
	}

a.box_title:hover {
		display: block;
	color: #000;
	background-color: #dd0000;
	text-decoration: none;
	font-size: 18px;
	margin-top: 5px;
	padding: 10px
	}
