﻿html,body 
{
    background: #FFFFFF;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    color: #000000;
    height: 100%;
    text-align:center;
    font-family:Arial;
    font-size: 11px;
}

.atgHeader
{
    background-image: url(../images/topBanner.gif);
    background-repeat:no-repeat;
    height:144px;
    width:813px;
}

.subHeader
{

    font-family:Arial;
    font-size: 11px;
    font-weight:bold;
    color: #014b70;
}

.subHeader02
{

    font-family:Arial;
    font-size: 11px;
    font-weight:bold;
    color: #ff8c07;
}

.subHeaderLarge
{

    font-family:Arial;
    font-size: 14px;
    font-weight:bold;
    color: #014b70;
}

.validation
{
    color:Red;
    font-weight:bold;
}

.termsBox
{
 border: solid 1px #042d41;
 background: #f8fcfe;
 padding: 10px;
}

.rhsTextArea
{
 padding: 10px;
 text-align: left;
}

/*Panels Styles*/
.homePanel
{
    background-image: url(../images/gfx_greySquare.gif);
    background-repeat:no-repeat;
    height:184px;
    width:203px;
    
}

/*Text box Styles*/
.normalTextbox
{
    font-family: tahoma;
	font-size: 11px;
	color: #000000;
	height: 15px;
	padding-left: 3px;
	width: 98%;
}


/*DropDown List Styles*/
.normalDDl
{
    font-family: tahoma;
	font-size: 11px;
	color: #000000;
	height: 20px;
	padding-left: 3px;
	width: 100%;
}


/*Link Styles*/

a:link
{
    font-family: tahoma;
	font-size: 11px;
	color: #014b70;
	text-decoration:none;
	font-weight:bold;
}

a:visited
{
    font-family: tahoma;
	font-size: 11px;
	color: #014b70;
	text-decoration:none;
	font-weight:bold;
}

a:active
{
    font-family: tahoma;
	font-size: 11px;
	color: #014b70;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
    font-family: tahoma;
	font-size: 11px;
	color: #ff8c07;
	text-decoration:none;
	font-weight:bold;
}
   
   
   
a.RHSHeader:link
{
    font-family: tahoma;
	font-size: 13px;
	color: #014b70;
	text-decoration:none;
	font-weight:bold;
}

a.RHSHeader:visited
{
    font-family: tahoma;
	font-size: 13px;
	color: #014b70;
	text-decoration:none;
	font-weight:bold;
}

a.RHSHeader:active
{
    font-family: tahoma;
	font-size: 11px;
	color: #014b70;
	text-decoration:none;
	font-weight:bold;
}

a.RHSHeader:hover
{
    font-family: tahoma;
	font-size: 13px;
	color: #ff8c07;
	text-decoration:none;
	font-weight:bold;
} 