/*A tags*/
	/*a#bottm color*/
	a.bottom:link 
		{
			color: #ffffff
		}

	a.bottom:visited 
		{
			color: #ffffff
		}

	a.bottom:hover 
		{
			color: #000000
		}
		
		
/*body tags*/
	/*body color*/
		body
		{
			background-color: #800000;
		}


/*p tags*/
	/*p#head*/
		p#head
		{
			font-family: times;
			font-size: 24;
			color: #ffffff;
			font-weight: 600;
		}

	/*p#body color*/
		p#body
		{
			font-family: times;
			font-size: 16;
			color: #ffffff;
			text-indent: 1cm;
			font-weight: 600;
		}
	/*p#body1 color*/
		p#body1
		{
			font-family: Times;
			font-size: 24;
			color: #ffffff;
			text-indent: 1cm;
			font-weight: 600;
		}

	/*p#body2 color*/
		p#body2
		{
			font-family: Times;
			font-size: 20;
			color: #ffffff;
			font-weight: 500;

/*p#body3 color*/
		p#body3
		{
			font-family: Times;
			font-size: 18;
			color: #ffffff;
			font-weight: 500;
		}
		
/*p#body4 non indent color*/
	p#body4
	{
		font-family: Times;
		font-size: 16;
		color: #ffffff;
		font-weight: 600;
	}
	
	/*p#bottom2 color*/
		p#bottom2
		{

			font-family: Times;
			font-size: 18;
			color: #ffffff;
			font-weight: 400;

		}

	/*p#bottom3 color*/
		p#bottom3
		{
			background-color:#800000;
			font-family: Arial, Helvetica;
			font-size: 14;
			color: #ffffff;
			font-weight: 400;
		}


/*table tags*/
	/*table#bottom color*/
		table#bottom
		{
			width:100%;
		}


	/*table#internal2 color and width CCCC66*/
		table#internal2
		{
			background-color:#800000;
			width:100%;
		}
		
	/*table#internal3 color and width CCCC66*/
		table#internal3
		{
			background-color:#800000;
			width:90%;
		}
	
/*td tags*/
	/*td#main left padding*/
		td#main
		{
			padding-left: 5;
			padding-right: 5;	
		}


	/*td#top padd the cells*/
		td#top 
		{
			padding-left: 5cm;
			padding-right: 5cm;		
			width:50%;
		}



