﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #4A4A4A;
    font-size: 13px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    background-color: #FFFFFF;
}
a
{
    color: #7A7A7A;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.HomeBG {
	background-image: url('Images/Master/BG_Lines.jpg');
	background-repeat:repeat-x;
	text-align:center;
}
.style1 {
	margin-right: 0px;
}
.style2 {
	margin-left: 0px;
	text-align: right;
}
.style3 {
	border-width: 0px;
}
.ItalicText
{
	font-style: italic;
}
.RogueHeading
{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #C92737;
}

.RogueRed
{
	color: #C92737;
}

.RogueItalicHeading
{
	font-size: 18px;
	font-weight: bold;
	color: #C92737;
	font-style: italic;
}
.BoldText
{
	font-weight: bold;
}
.ErrorText
{
	font-weight: bold;
	color: #FF0000;
}
.LoginTable
{
	background-color: #CCCCCC;
}
.LoginTop
{
	background-color: #CC0000;
}