

HTML {
  
	margin:                 0;
  
	padding:                0;
  
}

BODY {
  
	margin:               	0;
  
	padding:     		0;
  
}


#headFrame hr,#headFrame h2,
#mainFrame hr,#mainFrame h2,
#moreFrame hr,#moreFrame h2,
#menuFrame hr,#menuFrame h2,
#footFrame hr,#footFrame h2{
	display:none;
}

#headFrame div.panel hr,
#headFrame div.panel h2,
#mainFrame div.panel hr,
#mainFrame div.panel h2,
#moreFrame div.panel hr,
#moreFrame div.panel h2,
#menuFrame div.panel hr,
#menuFrame div.panel h2,
#footFrame div.panel hr,
#footFrame div.panel h2{
	display:		block;
}




div,span,applet,object,iframe,h2,h3,h4,h5,h6,blockquote,pre,abbr,acronym,address,big,cite,code,
del,dfn,em,font,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,caption{

	margin-top:		0;
	padding:		0;
	border:			0;
	outline:		0;
	vertical-align:		baseline;
	background:		transparent;
	list-style:		none;
	text-align:		justify;
}

img{
	border:			0;
}
p{
	margin-right:		0.75em;
}

h1{
	color:red;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:medium;
	font-variant:normal;
	height:auto;
	margin:5px 0px 10px;
	text-align:center;
	text-transform:capitalize;
	width:auto;
	font-style: italic;
}
h2{
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
	font-variant:normal;
	height:auto;
	margin:5px 0px 10px;
	text-transform:capitalize;
	width:auto;
	



h3,h4,h5,h6,p{
	margin-bottom:		0.5em;
	
}


input,select,option,optgroup,textarea,button{
	font-size:		1em;
}


body{
	line-height:		1;
}

ol,ul{
	list-style:		none;
}

blockquote,q{
	quotes:			none;
}

blockquote:before,blockquote:after,
q:before,q:after{
	content:		'';
}


/* remember to define focus styles! */

:focus{
	outline:		0;
}


/* remember to highlight inserts somehow! */

ins{
	background:		#ffffe1;
	text-decoration:	none;
}

del{
	text-decoration:	line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

