﻿body {
}

.imgTop
{   
    width:275px;
    margin:0px;
}

.imgLeft
{   
    width:80px;
    height:106px;
    float:left;
    margin-right:5px;
}

.imgRight
{   
    width:80px;
    height:106px;
    float:right;
}

a.link
{
    text-decoration:none;
    /*font-weight:bold;*/
    /*font-size:80%;*/
    color:#0076A3;
}

a.link:hover
{
    text-decoration:underline;
    color:#0076A3;
}