/**********************************************************************
 *
 *	Level All Browsers
 *
 *********************************************************************/
body, div, dl, dt, dd, /* ul, ol, li,*/ h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, /* input, */ textarea ,p, blockquote, th, td, iframe
{
	margin						:	0;
	padding						:	0;
	border						:	0;
	font-size					:	100%;
}
table
{
	border-collapse				:	collapse;
	border-spacing				:	0;
}
fieldset, img, abbr, acronym
{
	border						:	0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style					:	normal;
	font-weight					:	normal;
}

ol, ul
{
	list-style					:	none;
}

caption, th
{
	text-align					:	left;
}
h1, h2, h3, h4, h5, h6, p
{
	font-weight					:	normal;
}
q:before,q:after
{
	content						:	'';
}
/**********************************************************************
 *
 *	Set the default settings
 *
 *********************************************************************/
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, th, td, form,
fieldset, input, textarea, blockquote
{
	font-family					:	Arial, Verdana, Tahoma, Sans-Serif;
	color						:	#009;
}
textarea
{
	border						:	1px solid #009;
}
/****************************
 *		Text Styles
 ****************************/
p
{
	margin-top					:	1em;
	margin-bottom				:	1em;
	padding-left				:	1em;
	padding-right				:	1em;
	text-align					:	justify;
	line-height					:	130%;
}
cite
{
	text-align					:	justify;
	line-height					:	145%;
	font-style					:	italic;
	font-weight					:	bold;
	color						:	#000;
}
h1, h2, h3, h4, h5, h6
{
	font-weight					:	bold;
	text-align					:	center;
	padding-left				:	1em;
	padding-right				:	1em;
}
a
{
	color						:	#00f;
}
a:visited
{
	color						:	#00c;
}
/****************************
 *		Text sizes
 ****************************/
h1		{	font-size			:	250%;}
h2		{	font-size			:	150%;}
h3		{	font-size			:	120%;}
h4		{	font-size			:	100%;}
h5		{	font-size			:	80%;}
h6		{	font-size			:	70%;}

p		{	font-size			:	80%;}
.quote	{	font-size			:	80%;}
button	{	font-size			:	80%;}

ul
{
	list-style					:	disc outside;
	font-size					:	80%;
	margin-left					:	30px;
	margin-right				:	10px;
}
ol
{
	list-style					:	decimal outside;
	font-size					:	80%;
	margin-left					:	2em;
	margin-right				:	10px;
}

ul li, ol li
{
	text-align					:	justify;
}
pre
{
	background-color			:	#ccf;
	margin						:	10px;
	padding						:	10px;
	border						:	1px solid #000;
	font-size					:	10pt;
}
/******************************************************
*							MyStyles
******************************************************/
code
{
	border						:	1px dotted #ccc;
	padding						:	0 2px;
	font-weight					:	bold;
	color						:	#060;
}
.comment
{
	border						:	0;
	color						:	#000;
	font-style					:	italic;
}
/******************************************************
*										
******************************************************/