/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 13, 2015, 10:18:57 AM
    Author     : Mathew
*/

body
{
    font-family: Georgia, ‘Times New Roman’, serif;
}

.logo
{
    padding-bottom: 15px;
}

.address
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
    padding: 25px;
    border: 1px dotted black;
}

#directionsPanel
{
    border: 1px dotted black;
    padding-top: 30px;
    width: 250px;
}


