@charset "utf-8";
/* CSS Document */

BODY
{
font-family:Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
background-image: url(Images/background.jpg);
background-repeat: repeat-x;
background-color: #ededed;
margin: 0px;
padding: 0px;
background-attachment: fixed;
background-position: center top;
}

.wrapper
{
text-align: center;

}


.container
{
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
background-image: url(Images/background_tile.jpg);
width: 720px;
margin: auto;

}

.header
{


}

.content
{
margin-right: 25px;
margin-left: 25px;
}

.content a
{
color: #000000;

}

.footer
{


}

.titleBig
{
font-size: 31px;
font-weight: bold;
color: #6a926a;
}


.titleMedium
{
font-size: 22px;
font-weight: bold;
color: #000000;
}


.titleSmall
{
font-size: 14px;
font-weight: bold;
}

.mainBox
{
width: 100%;
background-color: #FFFFFF;
}

.smallBoxes
{
padding: 10px 10px 10px 10px; 
text-align: center;
color: #000000;
font-size: 17px;
font-weight: bold;
padding-top: 20px;
}

.smallBoxes a
{

color: #004089 !important;
}

.importantText
{
color: #6a926a;
font-weight: bold;

}


.certificate A
{
text-decoration: none !important;
}



