	body {
		display: block;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		background: #000000 url(../images/spacer.gif) left top;
		margin:10px 10px 10px 10px;
	}

	ul.Cool
	{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 0px;
	list-style: none;
	border-top: 0px dotted #82796B;
	}
	
	ul.Cool li
	{
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 15px; 
	padding-right: 5px;
	background: #ffffff url(../images/arrow.gif) no-repeat 4px 7px;
	border-bottom: 0px dotted #82796B; 
	}

	ul.right
	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 0px dotted #82796B;
	}
	
	ul.right li
	{
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px; 
	padding-right: 5px;
	background: #666666 url(../images/arrow2.gif) no-repeat 3px 6px;
	border-bottom: 0px dotted #82796B; 
	}

	h4 {
		font-family: Arial, Verdana, Tahoma, helvetica, sans-serif;
		color: #cccccc;
		font-size: 22px;
		font-weight: bold;
		text-align: right;
		margin-bottom: 5px;
		margin-left: 5px; 
		margin-right: 20px;
		margin-top: 0px;		
		}	

	hr 
		{
		color: #4A4A4A;
		margin: 0px;
		padding: 0px;
		height: 1px
		}


	td {
		font-family: Arial, Verdana, Tahoma, helvetica, sans-serif;
		color: #ffffff;
		font-size: 12px;
		}	
	a {
		text-decoration: underline;;
		font-weight:normal;
		color:#ffffee;
		}
		
	a:hover
		{
		color: #ff0000;
		text-decoration: underline;
		}
	
	.text-01
		{  
		font-size: 12px;
		line-height: 20px;
		text-align: justify;
		margin-bottom: 10px;
		margin-left: 10px; 
		margin-right: 10px;
		margin-top: 10px;
		font-weight: normal;
		text-decoration: normal;
		color: #ffffff
		}

	.text-01 a
		{
		font-weight: normal;
	    text-decoration: underline;
		color: #ff0000
		}

	.text-01 a:hover
		{
	    font-weight: normal;
		text-decoration:  underline;
		color: #FFFF00
		}


