﻿html,body 
{
    background: #180008;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    color: #FFFFFF;
    height: 100%;
    text-align:center;
    font-family:Arial;
    font-size: 11px;
}

.formLabel
{
    font-weight:bold;
    height: 25px
    
}

.formTextbox
{
    font-weight:bold;
    font-family:Arial;
    font-size: 11px;
        
}



/*Link Styles*/

a:link
{
    font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:visited
{
    font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:active
{
    font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
    font-family: tahoma;
	font-size: 11px;
	color: #6c7071;
	text-decoration:none;
	font-weight:bold;
}