﻿body {
    background: White url('/images/bg.jpg');
    padding:0;
    margin:0; 
}
img
{
    border: 0px;
}
.body 
{
    font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}
.body a:link 
{
    color: #000;
}
.body a:visited 
{
    color: #000;
}
.body a:hover 
{
    color: #000;
}
.bodyBold 
{
    font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 15px;
}
.bodyBold a:link 
{
    color: #000;
    text-decoration: none;
}
.bodyBold a:visited 
{
    color: #000;
    text-decoration: none;
}
.bodyBold a:hover 
{
    color: #000;
}
.title 
{
    font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #c51227;
	text-transform: uppercase; 
	line-height: 20px;
}
.title:first-letter
{
    font-size: 18px;
}
.title a:link 
{
    color: #c51227;
    text-decoration: none;
}
.title a:visited 
{
    color: #c51227;
    text-decoration: none;
}
.title a:hover 
{
    color: #c51227;
    text-decoration: none;
}
.header 
{
    font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #c51227;
	text-transform: uppercase; 
	line-height: 20px;
}
.header:first-letter
{
    font-size:18px;
}
.header a:link
{
    color: #000;
    text-decoration: none;
}
.header a:visited
{
    color: #000;
    text-decoration: none;
}
.header a:hover
{
    color: #000;
    text-decoration: none;
}
.redSmall 
{
    font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
	color: #c51227;
	line-height: 12px;
}
.redSmall a:link 
{
    color: #c51227;
    text-decoration: none;
}
.redSmall a:visited 
{
    color: #c51227;
    text-decoration: none;
}
.redSmall a:hover 
{
    color: #c51227;
    text-decoration: none;
}
.whiteSmall 
{
    font-family: 'Times New Roman', Times, serif;
	font-size: 9px;
	color: White;
	line-height: 10px;
}
.whiteSmall a:link 
{
    color: White;
    text-decoration: none;
}
.whiteSmall a:visited 
{
    color: White;
    text-decoration: none;
}
.whiteSmall a:hover 
{
    color: White;
    text-decoration: none;
}
.shadow
{
 width:835px; 
 height:617px; 
 margin-top:20px;
 margin-left:auto; 
 margin-right:auto; 
 background:transparent url('/images/shadow.png') no-repeat 2px -2px;
}
*html .shadow
{
 background:0;
}
