﻿body {
    background: transparent url('/images/background.gif');
    padding:0;
    margin:0; 
}
img {border: 0px}

.body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 13px;
}
.body a:link {color: #000}
.body a:visited {color: #000}
.body a:hover {color: #000}

.bodyBold 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	line-height: 13px;
}
.bodyBold a:link {color: #000; text-decoration: none}
.bodyBold a:visited {color: #000; text-decoration: none}
.bodyBold a:hover {color: #000}

.title 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}
.title a:link {color: #000; text-decoration: none}
.title a:visited {color: #000; text-decoration: none}
.title a:hover {color: #000; text-decoration: none}

.header 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 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}

#container {
    width: 984px;
    margin-left: auto;
    margin-right: auto;
}
#containerContent {
    width: 950px;
    background-color: White;
}
#containerUpper {
    width: 984px;
    height: 17px;
    background: transparent url('/images/upper-shadow.png') no-repeat;
}
#containerLower {
    width: 984px;
    height: 17px;
    background: transparent url('/images/lower-shadow.png') no-repeat;
}
#containerLeft {
    width: 17px;
    background: transparent url('/images/left-shadow.png') repeat-y;
}
#containerRight {
    width: 17px;
    background: transparent url('/images/right-shadow.png') repeat-y;
}