p {
	font: 12px/ 24px verdana, arial, helvetica, sans-serif;
	padding:  0em 1em 0em 0em ;
}

H1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 18px;
	font-weight: 900;
	color: #707070;
	text-align: left;
}

H2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
	color: #707070;
	text-align: left;
}

H3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 14px;
	font-weight: 900;
	color: #707070;
	text-align: left;
}

TD {
	font: 12px/ 24px verdana, arial, helvetica, sans-serif;
	margin: 3px 3px 16px 0px;
	padding: 2px 2px 2px 2px;
	
}

A {
	color: #09c;
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
}

A:link {
	color: #09c;
}

A:visited {
	color: #09c;
}

A:hover {
	background-color: #eee;
}

#Content > P {
	margin: 0px;
}

#Header {
	margin: 50px 0px 0px 0px;
	padding: 10px 10px 10px 20px;
	height: 33px; 
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height: 1px;
	background-color: #eee;
}

BODY > #Header {
	height: 14px;
}

#Errors {
	color: red;
}


table.Sample {
		border-width: 1px 1px 1px 1px;
		border-style: outset outset outset outset;
		border-color: gray gray gray gray;
		border-collapse: separate;
}


/* table data - error messages */
td.ErrMsg{
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid white;
	padding-left:10px;
	padding-right:10px;	
    text-align:center;
  	color: red;
}


#Content {
	margin: 0em 0em 0em 14em ;
}

#ContentWide {
	margin: 10px 50px 10px 10px;
	padding: 10px;
}

#Left {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 199px;
	padding: 10px;
	background-color: #eee;
	border: 1px dashed #999;
	line-height: 17px;
}

#Left150 {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 150px;
	height: 1000px;
	padding: 10px;
	background-color: #eee;
	border: 1px dashed #999;
	line-height: 17px;
}

#Arrows {
	position: absolute;
	top: 12px;
	left: 500px;
	padding: 10px;
}

BODY > #Menu {
	width: 150px;
}

TD.newsheader {
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana, arial, geneva, sans-serif;
	text-align: center
}

TD.news {
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana, arial, geneva, sans-serif
}
  
td.cute{
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;	
}


#altColoursTBODY TR.even TD {
	background-color: #c6deff;
	text-align: right;
}

#altColoursTBODY TR.odd TD {
	background-color: #b4cfec;
	text-align: right;
}

#altColoursTBODY TR.hed1 TD {
	background-color: red;
	text-align: right;
}

TR.even { background-color:  #eee; }
TR.odd { background-color: #fff; }

div.examplesource {
	border:solid 1px #cccccc;
	background-color:#eeeeee;
	font-family:courier new;
	padding:5px;
}

div.examplesource pre {
	display:inline;
}
 
