body {
     	font-family: Arial, Helvetica, Sanserif;
	font-size: 0.9em;
	text-decoration: none; 
	margin: 10px 20px 10px 20px;
	padding:0;
	background-color: #ffffff;
	color:#111;
}

.colorbar {
	font-size: 12px;
	letter-spacing:-2px;
	border: 1px solid #000 ;
	border-collapse: collapse;	
	background-color: none;
	display: inline;
}

.simplebar {
	font-size: 12px;
	letter-spacing:-2px;
	border: 1px solid #000 ;
	border-collapse: collapse;	
	background-color: #5A5;
	display: inline;
}

p {
    margin: 0.2em auto;
    padding: 0;
}

h1 {
    border: 1px solid #333;
    background-color: #f0f0f0;
    font-size: 1.3em;
    text-align: left;
    margin: 0.5em 0 0.5em 0;
    padding: 10px 10px 10px 10px;
}

h2 {
    font-size: 1.0em;
    border: 1px solid #333;
    background-color: #f0f0f0;
    text-align: left;
    margin: 1em 0 1em 0;
    padding: 10px 10px 10px 10px;
}

hr {
    border:0;
    color:#555;
    background-color:#555;
    heigth:3px;
    width:100%;
}


pre {
    font-family: monospace;
    white-space: pre;
}


table {
    border-collapse: collapse;
    text-align;left;
    vertical-align:top;
    font-size: 1em;
}


TD {
    padding: 5px 10px 5px 0px;
    border:none;
    text-align;left;
    vertical-align:top;

}

.wraptable {
    padding: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 2px dotted;
    border-right: 2px dotted;
}

.tableborder, .tableborder TD {
    border-collapse: collapse;
    border: 1px solid ;
    text-align;left;
    vertical-align:top;
    spacing:0;
    padding: 1px 5px 1px 5px;
}


img {
	border-style: none;
}

a:link {
	color: #33a;
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}
a:visited {
	color: #a33;
	text-decoration: none;

}
a:visited:hover {
	text-decoration: underline;
}



/*
FORM css
*/

fieldset {
    border: 1px solid #333;
    padding:5px;
    font-size: 1em;
}

legend {
    font-size: 1em;
    font-weight: bold;
    color: #333; 
    background: #eee;
    border: 1px solid #333;
    padding: 5px 15px 5px 15px;
}

label {
    font-size: 1em;
    width: 15em;
    float: left;
    text-align: right;
    margin-left: 2em;
    margin-right: 0.5em;
    display: block;
}

textarea, input, input.file {
    color: #000;
    background: #fafafa;
    border: 1px dotted #000055;
    padding: 5px;
    margin: 0.2em 1em 0.2em 1em;
}

textarea:hover, input:hover {
    background: #e0e0e0;
}


.submit {
margin: auto;
padding: auto;

}

.submit input {
color: #000;
font-size: 12px;
font-weight: normal;
text-align: center;
background-color: transparent;
background-image: url(buttonBackground.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 2px 0 2px 0;
padding: 0px;
border:none;
}

.submit input:hover {
	background-position: 0 -36px;
}



