﻿body
{
    font-family: arial;
}
.a1
{
    font-size: 9pt;
    font-weight: bold;
    color: #5e6167;
}
.a2
{
    font-size: 28pt;
    font-weight: bold;
    color: #000000;   
}
.a3
{
    font-size: 13pt;
    font-weight: normal;
    color: #5e6167;
}
.MainContainer
{
    width: 760px;
    /*height: 635px;*/
    border: 6px solid #dcd955;
    text-align: center;
    padding: 0px;
}
.TopDiv
{
    background-image: url("/images/topleftcorner.gif");
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 760px;
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;   
}
.BottomDiv
{
    background-image: url("/images/bottomrightcorner.gif");
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 760px;
	text-align: center; 
	padding-bottom: 50px;
	padding-top: 25px; 
}
