body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {  
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 16px; 
	font-weight: bold; 
}
p, li, td, th, textarea, input, select, option, label, .label, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003B6F;
}
p {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
}
#work li {
	margin: 0px 0px 10px 265px!important;
	font-size: 14px;
	font-weight: bold;
	list-style-type: disc;
}
h3, h4, h5 {
	font-size: 16px;
	color: #08083F;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0px;
} 
fieldset, img {  
	border: 0px; 
} 
address, caption, cite, code, dfn, th, var { 
	font-style: normal; 
	font-weight: normal; 
} 
ol, ul { 
	list-style: none;
}
li {
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color: #035FB3;
}
a:hover {
	color: #FFDD00;
}
span.cite {
	display: inline;
	font-size: 10px;
	font-style: italic;
}