a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.purple {color: #660265;}

#seperator{
	background-image: url(../../images/suff_seperator_dotted.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 350px;
}

.insert{
	float: left;
	margin: 0px 5px 5px 5px;
	width: 240px;
	font-size: 16px;
	font-weight: bold;
	color:#4F76BB;
	background-image: url(../../images/suff_seperator_dotted_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	display: block;
}

.toolTip{
	border-bottom: 1px dotted black;
	cursor: help;
}
.inlineRight {
	float: right;
	margin: 1em 0 1em 1em;
}

.inlineLeft {
	float: left;
	margin: 1em 1em 1em 0;
}
