html, body {
font-size: 80%;
color: #513081;
font-family: verdana, arial, courier, times;
margin:0px;
padding:0px;
width:100%;
height:100%;

}



div.spacer {
clear: both;
height: 0px;
line-height: 0px;
}

form, div  {
margin: 0px;
padding: 0px;
}

fieldset {
margin: 0px;
padding: 0px;
border: none;
}

img {
border: none;
}
ul, li  {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* generic table styles begin now */

table {
font-size: 100%;
border-collapse: collapse;
margin-top: 10px;
border: 2px solid #DBE2C3;
}

caption {
text-align: left;
padding-top: 20px;
padding-bottom: 10px;
font-weight: bold;
}

html>body caption {
padding-bottom: 0px;
}

table th {
background-color: #EBF2E0;
border: 1px solid #DBE2C3;
text-align: left;
padding: 2px;
}

table td {
border: 1px solid #DBE2C3;
vertical-align: top;
text-align: left;
padding: 2px;
}

table td.background {
background-color: #EBF2E0;
}

table td.no_wrap {
white-space: nowrap;
}

h1 {
	
	font-size:100%;
	color:#000000;
}

.clearBoth 
{
    clear: both;
}


