﻿body 
{
	margin: 0 auto;
    padding: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #565656;	
	
}

h1 {
	font-weight: bold;
	font-size: 15px;
	color: #653553;
	}
	
	
	h2 {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	}
	
.button 
{ 

background-color: #9fb2c1; 
} 
.a1
{
    cursor: pointer;
    cursor: hand;
    font-size: 13px;
    font-family: Arial, Verdana;
    font-weight: bold;
    height: 22px;
    width: 100%;
    color: #999999;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
	text-decoration:none;
    
    
    
}

.a1:HOVER
{
    cursor: pointer;
    cursor: hand;
    font-size: 13px;
    font-family: Arial, Verdana;
    font-weight: bold;
    height: 22px;
    width: 100%;
    color: #000000;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
	text-decoration:none;
    
    
}
.a2
{
    cursor: pointer;
    cursor: hand;
    font-size: 13px;
    font-family: Arial, Verdana;
    font-weight: bold;
    height: 22px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
	text-decoration:none;
    
    
    
}

.a2:HOVER
{
    cursor: pointer;
    cursor: hand;
    font-size: 13px;
    font-family: Arial, Verdana;
    font-weight: bold;
    height: 22px;
    width: 100%;
    color: #000000;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
	text-decoration:none;
    
    
}