/*PAGE FORMATS*/
	body{ 
	background-image: url('bg_gray.gif'); 
	background-color: #FFFFFF
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

/*Listing FORMATS*/

	ul.body{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	/* color: #006600; */
	}

	ul.subbody{
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	/* color: #006600; */
	}

/*PARAGRAPH FORMATS*/
	p.headline{
	font-family: arial;
	font-size: 36px;
	font-weight: bolder;
	color: #006600;
	}

	p.head{
	font-family: arial;
	font-size: 28px;
	font-weight: bolder;
	/* color: #006600; */
	}

	p.subhead{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold
	}

	p.body{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	/* color: #006600; */
	}

	p.subbody{
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	/* color: #006600; */
	}

	p.cvhead{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}

	p.cvbody{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin-left: 1cm
	}

/*TABLE FORMATS*/
	table.head{
	font-family: Arial;
	font-size: 20px;
	font-weight: bolder
	}

	table.subhead{
	font-family:  Arial;
	font-size: 14px;
	font-weight: bold
	}

	table.body{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	}

	table.subbody{
	font-family: Arial;
	font-size: 10px;
	font-weight: mediul;
	}

	th.head{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	}

	td.head{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	}

	td.subhead{
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	}

	td.body{
	font-family:Arial;
	font-size: 14px;
	font-weight: normal;
	}

	td.subbody{
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	}


	td.weather{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	}

	td.weatherhead{
	font-family:  Arial;
	font-size: 24px;
	font-weight: bold;
	}

/*FORM FORMATS*/
	/*INPUT*/
	input.head{
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	}

	input.subhead{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	}

	input.body{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}

	input.bodyuper{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	}

	/*SELECT*/
	select.body{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	}