
H1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	margin-top: 2px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 150%;	
}

H2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	margin-top: 1px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 130%;
	
}

H3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	margin-top: 1px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 110%;		
}


.BoxRight {
	float: right;
	margin:4px 4px 4px 4px;
	background-color:white;
	padding:2px 2px 2px 2px;
	border:1px solid silver;	
}

.BoxLeft {
	float: left;
	margin:4px 4px 4px 4px;
	background-color:white;
	padding:2px 2px 2px 2px;
	border:1px solid silver;	
}

.BoxRightSmallText {
	float: right;
	margin:4px 4px 4px 4px;
	background-color:white;
	padding:2px 2px 2px 2px;
	border:1px solid silver;
	font-size:85%;	
}

.BoxLeftSmallText {
	float: left;
	margin:4px 4px 4px 4px;
	background-color:white;
	padding:2px 2px 2px 2px;
	border:1px solid silver;	
	font-size:85%;
}

.BoxLarge {
	display: block;
	margin:4px 4px 4px 4px;
	background-color:white;
	padding:2px 2px 2px 2px;
	border:1px solid silver;	
}
.PictureFrame {
	margin:4px 4px 4px 4px;
	background-color:white;
	padding:2px 2px 2px 2px;
	border:1px solid silver;
}

.BoxBlue {
	border: 1px solid Blue;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.Highlight {
	background-color: #FEFF55;
}


.Redlined {
	border-left-color:  red;
	border-left-style : solid;
	padding-left: 2px;
	margin-left: 2px;
}

.Linethrough	{	
	text-decoration: line-through;
}

.Capitalize {
	text-transform : capitalize;
}

.Uppercase {
	text-transform : uppercase;
}

.Lowercase {
	text-transform : lowercase;
}

.Overline {	
	text-decoration: overline;
}


.Content {
	
}
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(../ilib/wait.gif);
}

