/* CSS Document */

body{
	margin:0px;
	border:0px;
	background-color:#d3ecff;
	color:#6e6e6e;
	font-family:Verdana, Geneva, sans-serif;
}

a{
	color:#6e6e6e;
	font-weight:900;
	text-decoration:none;
	border-bottom:1px dashed #333333;
}

h1, h2, h3, h4, h5 {margin:0px;border:0px;}

h1 {
	color:#7d9dc9;
	font-weight:500;
}

h2 {
	color:#98c8e5;
	font-weight:100;
}

h3 {
	color:#809cc8;
	font-weight:100;
}

h1 a{
	color:#7d9dc9;
	font-weight:500;
}

h2 a{
	color:#98c8e5;
	font-weight:100;
}

h3 a{
	color:#809cc8;
	font-weight:bold;
	font-size:11px;
}

.fieldname{
	font-weight:900;
}

img {border:0px;}

.selected{
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-y;
	border-bottom:1px dotted #b7b7b8;
	padding-left:15px;
}

.normal{
	border-bottom:1px dotted #b7b7b8;
	padding-left:15px;
}

.selected a{
	font-weight:500;
	color:#ffffff;
}

.normal a{
	font-weight:500;
}

.nav a{
	color:#6e6e6e;
	font-weight:500;
	border-bottom:0px;
}

p {

font-size: 11px;

}