﻿body {
    background-color: #000;
    padding:0;
    margin:0; 
}
img
{
    border: 0px;
}
.body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 25px;
}
.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;
}
.aboutPhoto
{
    width: 190px;
    height: 204px;
    background: transparent url('/images/about-photo.png') no-repeat;
}

*html .aboutPhoto
{
    width: 190px;
    height: 204px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop src='/images/about-photo.png'); 
}