﻿body
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
    color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

a:active
{
    font-size: 12pt;
    color: #33ccff;
    text-decoration: underline;
}
a:link
{
    font-size: 12pt;
    color: #33ccff;
    text-decoration: underline;
}
a:visited
{
    font-size: 12pt;
    color: #33ccff;
    text-decoration: underline;
}
a:hover
{
    font-size: 12pt;
    color: #cc3333;
    text-decoration: underline;
}



.MSG
{
	position: relative;
    font-family: Verdana;
	background-color: #008000;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.MSGError
{
	position: relative;
    font-family: Verdana;
	background-color: #cc3333;
    font-size: 10pt;
    color: #ffff00;
    text-align: center;
    width: 100%;
}
.NoMSG
{
	position: relative;
    font-size: 10pt;
    color: #000000;
    text-align: center;
    height: 0px;
    width: 100%;
}
