/****************************************************************************************** {  Global CSS Reset }  */
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, font, ins, kbd, q, s, samp,
small, strike, strong,  tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0;
	font-size: 100%;
	background: transparent;
}




/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
	margin:10px 0px 10px 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************************************************** {  WvnPortal CSS }  */

body {font-family:tahoma,arial,verdana;font-size:14px;}

ul { list-style: disc; padding-left:30px; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }

ol {list-style: decimal;  padding-left:30px;}
ol ol {list-style: lower-alpha; }

h1 {font-size: 24px;margin:10px 0px 10px 0px;}
h2 {font-size: 22px;margin:9px 0px 9px 0px;}
h3 {font-size: 20px;margin:8px 0px 8px 0px;}
h4 {font-size: 18px;margin:7px 0px 7px 0px;}
h5 {font-size: 16px;margin:6px 0px 6px 0px;}


a, a:visited, a:link , a:hover , a:active ,a:focus {color:#707070;}

a:hover {text-decoration:none;}

a img {border-width:0px;}

p{margin:10px 0px 10px 0px;}

.CE_TD table,.CE_TD table td{margin:auto;padding: auto;}
.CE_TD table caption{padding:7px;font-weight:bold;}
blockquote
{
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	border:dashed 1px #d0d0d0;
	background-color:#f0f0f0;
}
