body	{
	position: absolute;
    margin: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: #fff;
	}
#menu {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 36px;
	width: 778px;
	}

.content {
	padding: 10px 10px;
	margin: 0% 0%;
	width: 778px;
/*	border: 1px dotted #333; 
	background-image:url(../images/Image2.gif);
	background-repeat: repeat;*/
	}
	
div, p, th, td, li, dd, dl, dt, dir    {
             /* redundant selectors to help NS4 not forget */
    font-family:  arial, helvetica, sans-serif;
	font-weight: bold;
    }
	
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
	
a:link	{
	color:	#699;
	background-color: transparent;
	}
a:visited	{
	color:	#066;
	background-color: transparent;
	}
a:hover	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	#003399;
	background-color: transparent;
	}	
p {
	margin-top: 10; 
	padding-top: 0;
	line-height: 1em;
	}
	

	
h1	{
	font-size:	24px;
	}

h2	{
	font-size:	22px;
	}

h3	{
	font-size:	20px;
	}

h4 {
	font-size:	18px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}
	
h1, h2, h3, h4, h5, h6	
	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
	
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}

