/***************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:			0; 
	padding:		0; 
	border:			0; 
	outline:		0; 
	font-weight:	inherit; 
	font-style:		inherit; 
	font-size:		100%; 
	font-family:	Verdana, Arial, Helvetica, sans-serif; 
	vertical-align:	baseline; 
}
/***************************************************************************************************//* dev section */
div {
	/*border: 1px solid red;*/
}


body 			{	font-size: 11px;
					background: #fff;	}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #003867;

}
a:hover {
	text-decoration: underline;
	color: #cc6715;
}
a.logout {
	font-size: 9px !important;
	font-weight: normal !important;
}
ul li {
	list-style-position: outside;
	list-style-color: #7a797b;
	list-style-image: url(../img/li.png);
	margin-left: 16px;
	margin-bottom: 3px;
	color: #7a797b;
}
ol li {
	list-style-position: outside;
	margin-left: 18px;
	margin-bottom: 3px;
	color: #7a797b;
}
ul,ol {
	margin-bottom: 6px;
}
h1 {
	color: #003867;
	font-size: 42px;
	padding-bottom: 18px;
	line-height: 58px;
}
h2 {
	color: #003867;
	font-size: 24px;
	padding-bottom: 9px;
}
h3 {
	color: #003867;
	font-size: 16px;
	padding-bottom: 6px;
}
p {
	padding-bottom: 12px;
	line-height: 18px !important;
}
img {
	border: none;
}
