p {
	padding: 0 0 0 15;
}
a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

table {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	background-color: white;
	margin: 0;
	color: black;
	text-align: left;
}

.h1_middle {
	height:42;
	color: white;
	background:url('/images/middle_big_bar.gif');
	background-repeat: repeat-x;
}
.h1_left {
	width:11;
	height:42;
	background:url('/images/left_big_bar.gif');
	background-repeat: none;
}
.h1_right {
	width:11;
	height:42;
	background:url('/images/right_big_bar.gif');
	background-repeat: none;
}

.h2_middle {
	height:31;
	color: white;
	background:url('/images/middle_small_bar.gif');
	background-repeat: repeat-x;
}
.h2_left {
	width:11;
	height:31;
	background:url('/images/left_small_bar.gif');
	background-repeat: none;
}
.h2_right {
	width:11;
	height:31;
	background:url('/images/right_small_bar.gif');
	background-repeat: none;
}

h2 {
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	color:white;
	margin:0;
	padding:0;
}

h1 {
	text-decoration: none;
	font-size:16px;
	font-weight:normal;
	color:white;
	margin:0;
	padding:0;
}

h3 {
	padding:0 0 0 5;
}

dd {
	background-color: #6584AF;
	margin: 1ex 0 0 0;
	padding: 0.1ex 0 0.1ex 1ex;
	color:white;
	font-weight:normal;
}
dt {
	margin: 0 2ex 1ex 5ex;
}


.note {
	font-size: 75%;
}

.datatable {
	border: 1px solid #ccdeff;
	background-color: white;
	width:100%;
}

.datatable tr:hover {
	background-color: #ffffcc;
}

.sidebartitle {
	color: #ffffff;
}

div#header a:hover {
	color:#000;
	background-color:#ffffff;
}

div#header a {
	background-color: none;
	color:#FFFFFF;
}