.height20
    {
        height: 20px;
    }

 /* Link color format */   
    
a:link 
	{
		color: blue;
		text-decoration:none;
        font-weight:bolder;
	}

a.redlink:link 
	{
		color: red;
		text-decoration:none;
	}
a.purplelink:link 
	{
		color: purple;
		text-decoration:none;
	}

a.greenlink:link 
	{
		color: green;
		text-decoration:none;
	}

a:visited 
	{
		color: purple;
		text-decoration:none;
	}

a:active 
	{
		background-color: yellow;
		text-decoration:none;
	}

a:hover 
	{
		color:red;
		text-decoration:none;
	
	}

p
    { 
        font-family:Arial;
    }

div.right_col
    {
    float: left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    }

div.main70_col
    {
    float: left;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
    }
	
div.bottom
    {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    }
 
table.form1
    {
    background-color: #F5F5F5; 
    border: 2px outset #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    }