a:link, a:visited  { 
	color: #0000CC; 
	text-decoration:none;
}

a:active, a:hover 	{ 
	color: #009900;  
	cursor:hand; 
	text-decoration:underline;
}

body {
	font-size: 75%;
	color: #333366;
	margin-left: 5em;
	margin-right: 6em;
	margin-bottom: 2em;
}

.topicImg {
	position: absolute; left: 1em; top: .8em;
	visibility: visible;
	border: none; z-index:-1;
}


.topicTitle {
	position: relative; top: .6em;
	margin-bottom:.5em;
	font-size: 175%;
	font-weight: normal;
	color:#666699;
	border: none;
}

.topicHeading {
	margin-top:1.4em;
	margin-bottom:-.4em;
}

H2, H3, H4 {
	color: #333366;
}

.alertCaution {
	position:relative; left: 0em; top: .3em; width: 80%; 
	background: url(alert_bckgrnd.png) repeat-y;
}

.alertNote {
	position:relative; left: 0em; top: .3em; width: 80%; 
	background: url(alert_bckgrnd.png) repeat-y;
}

.alertWarning {
	position:relative; left: 0em; top: .3em; width: 80%; 
	background: url(alert_bckgrnd.png) repeat-y;
}

.alertTip {
	position:relative; left: 0em; top: .3em; width: 80%; 
	background: url(alert_bckgrnd.png) repeat-y;
}

.alertImportant {
	position:relative; left: 0em; top: .3em; width: 80%; 
	background: url(alert_bckgrnd.png) repeat-y;
}


OL {
	margin: .7em .8em .7em 2em;
}

.relTopContainer {
	margin-top: 1em; margin-bottom: -.1em;
	list-style-image:url(rel_top.gif); 
}

P	{
	margin-top: 1em;
}

LI	{
	margin-bottom: .5em;
}

.relTopTitle { 
	padding-top: .3em;
	background: url(rel_topline.gif) no-repeat;
}