h1{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	margin:5px 5px 0px 0px;
	color:#333333;
	padding-left:0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:5px 5px 0px 0px;
	padding-left:0px;
}


.dashboard{
	clear:both;
	border-top:1px solid #cccccc;
	margin-bottom:15px;
}

.dashboard #rtCol{
	float:left;
	width:190px;
}

.dashboard #ltCol{
	float:left;
	width:190px;
}


.dashboard h2{
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}

.dashboard table tr td,th{
	border:1px solid #cccccc;
}


.module{
	border:1px solid #cccccc;
	padding:8px;
	margin:10px;
	display:block;
	text-align:left;
}

.module h1{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	color:#003366;
	padding:0;
	margin:0;
}

.module h2{
	color:#660000;
}

.module a{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	text-decoration:none;
}

.module a:hover{
	background-color:#DCE7EE;
}

.module li{
padding-bottom:1em;
list-style:none;
margin-left:-30px;
font-size:.9em;
}

.moduleSm{
	padding:8px 8px 8px 8px;
	display:block;
}

.moduleSm a{
	text-decoration:none;
	width:180px;
	display:block;
	color:#006699;
}

.moduleSm a:hover{
	background-color:#DCE7EE;
	color:#006699;
}

.moduleSm ul{
	list-style:none;
	margin-left:0;
	margin-top:0;
	padding-top:0;
	padding-left:0;
}

.moduleSm li{
	margin-left:0;
	padding-left:0;
}

.highlights{
	background-color:#ECECEC;
	padding:2px 5px;
	width:inherit;
}

*html .highlights{width:450px;}


.popLink {
	background-image: url(../_media/images/popup_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}

