﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,Arial,Sans-Serif !important;
    width: 100%;
    height: 100%;
	color: #fff;
	background-color:Black;
	line-height:16px;
}
.message
{
    display:block;
    background-color:#1b1b1b;
    font-size:11px;
    padding:10px;
    margin:10px 0px 10px 0px;
}
.message h1
{
    color:#bdd504;
    font-weight:bold;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
    color: #91b6ce;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
p 
{
    margin: 8px 0 0 0;
    padding: 0;
	font-size: 11px;
}
a:link, a:visited, a:active
{
    font-size: 11px;
    color: White;
    text-decoration:underline;
}
a:hover
{
    color: #91b6ce;
}
ul, li, td
{
    font-size: 11px;
    color: White;
}
.FAQ li, ul, p
{
    margin-bottom:5px;
    padding-bottom:0;
    margin-top:5px;
    padding-top:0;
    text-decoration:none;
}
.FAQ ul
{
    margin-left:20px;
    padding-left:0px;
}
.FAQ li
{    
    list-style-type:none;
	background-image:url(images/icons/icon_faq.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
}
hr
{
    border:1px solid #1b1b1b;
}
a.screenShot
{
	background-image:url(images/icons/icon_screenshot_hover.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:12px;
    color: #91b6ce;
}
a.screenShot:hover
{
	background-image:url(images/icons/icon_screenshot.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:12px;
	color:#FFFFFF;
}
