HTML 
{ 
	margin: 0; padding: 0; 
}

H1
{
    margin-top: 10px;
    margin-bottom:0px;
    font-size: 18pt;
    font-weight: bold;
    vertical-align: bottom;
    /*color: #cc6600;*/
    color: #2B55A9;
    
}

.head1
{
    margin-top: 10px;
    font-size: 14pt;
    font-weight: bold;
    vertical-align: bottom;
    color: #cc6600;
}

H2
{
    margin-top: 10px;
    font-size: 8pt;
    vertical-align: bottom;
     /*color: #cc6600;*/
    color: #2B55A9;
    letter-spacing: 1px;
    display: inline;
}

BODY, LI {
	margin: 10;
	padding: 0;
	background: #ffffff;
}

IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

.content 
{
	background-color : White;
	border : solid 1pt white;
	padding : 10 10 10 10;
	height : 600px;
	width : 800px;
}

BODY, P, LI, A, A, .menuitem, .button
{
	font-family: Tahoma, Verdana, Palatino;
	font-size: 8pt;
	color: #696969;
}

.inputElement, .button
{ 
	font-family: Tahoma, Verdana, Palatino;
	font-size: 8pt;
	color: #696969;
}

.inputElement 
{
	border: solid 1px #CBCED4;
}

.button 
{
	text-decoration:none; 
	width:100px;
}

.inlineCheckBox 
{
	margin-top:-10px;
}

LI
{
	list-style-type: circle;
}

.contentcell
{
	padding-top: 18px;
	overflow: auto;
	position: static;
	height:480px;
}

.thumbimage
{
    width: 75px;
    height: 75px;
}

.menubar 
{
	width:150px;
}

.menuitem
{
	border: solid 1px #CBCED4;
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 7px;
	width: 150px;
	cursor: hand;
}

.menuitem A
{
	text-decoration: none;
}

/* table for parts etc */
.item, .itembottom, .itemheader
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: text-top;
}

.item 
{
	padding-top: 10px;
}

.itembottom 
{
	padding-top: 5px;
	padding-bottom: 5px;	
}

.itembottom, .itemheader
{
	border-bottom: solid 1px #CBCED4;
}

.itemheader
{
	font-weight: bold;
}

.layoutvalue, .layoutname
{
	padding: 5px;
	vertical-align: text-top;
	text-align: left;
}

.layoutname
{
	padding-top: 8px;
}