body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td{
	/*vertical-align: top;*/
}
input, fieldset,img{
	border: 0;
}

ol,ul {
	list-style: none;
} 
caption,th {
	text-align: left;
}
a {
	text-decoration: underline;
	border: none;
}
a:hover{
	text-decoration: none;
}


/* Static Pages */

.static p {
	margin-top: 30px;
}


#mainField p {
	margin-top: 10px;
}

#mainField p label {
	width:150px;
	text-align:right;
	padding-right:10px;
}

.static ul {
	margin-top:15px;
/*	list-style-position: inside; */
	list-style-type: disc;
	margin-left:40px;
}

.static ul li {
	margin-top:5px;
}

.static ol {
	margin-top:15px;
/*	list-style-position: inside;*/
	list-style-type: decimal;
	margin-left:40px;
}

.static ol li {
	margin-top:5px;
}