

/*a#bottm color*/
a.bottom:link 
	{
		color: #ffffff
	}
	
a.bottom:visited 
	{
		color: #ffffff
	}
	
a.bottom:hover 
	{
		color: #000000
	}

/*a#top color*/
a.top:link 
	{
		color: #ff00ff
	}

a.top:visited 
	{
		color: #000000
	}

/*body color*/
	body
	{
		background-color: #205015;
	}

/*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: Arial, Helvetica;
		font-size: 34;
		color: #ffffff;
		font-weight: 800;
	}

/*p#body 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:#205015;
		font-family: Arial, Helvetica;
		font-size: 14;
		color: #ffffff;
		font-weight: 400;
	}
	
/*table#bottom color*/
	table#bottom
	{
		width:100%;
	}
	
/*table#internal2 color and width CCCC66*/
	table#internal2
	{
		background-color:#256020;
		width:100%;
	}

/*table#internal3 color and width CCCC66*/
	table#internal3
	{
		background-color:#256020;
    font-family: Arial, Helvetica;
		font-size: 14;
		color: #FFFFFF;
		font-weight: 400;
		width:100%;
	}

/*td#main left padding*/
	td#main
	{
		padding-left: 5;	
	}
	
/*table#mytable color and width*/
	table#mytable
	{
		background-color:#ffffff;
		width:770;
	}
