body
{
	font-weight: normal;
	color: black;
	margin: 0;
	font-family: Arial;
	text-decoration: none;
	font-size: 10pt;
	background-color:#f9f7ea;
}

p, td
{
	font-weight: normal;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}

a
{
	font-weight: normal;
	color: #dd7917;
	font-family: Arial;
	text-decoration: underline;
}

.navigation
{
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}


.navigation a
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

.navigation a:hover
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

.Row
{
    font-weight:normal;
    font-size:12px;
    font-family:Arial;
    color:#000000;
}

.AlternateRow
{
    background-color:#e0ecf4;
    color:#000000;
    font-weight:normal;
    font-size:12px;
    font-family:Arial;
}

.cardDependentText
{
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

.fontSize
{
	color: #ffffff;
}

.fontSize a
{
	color: #ffffff;
}

.footerText
{
	font-weight: normal;
	font-size: 11px;
	color: #277FA1;
	font-family: Arial;
	text-decoration: none;
}

.footerText a
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

.title
{
	font-weight: bold;
	font-size: 20px;
	color: #dd7917;
	padding-top: 15px;
	font-family: Arial;
}

.redText
{
	color: #D4182B;
}

.subTitle
{
	font-weight: bold;
	color: #28516f;
	font-family: Arial;
}

.tagline
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

.orangeText
{
    color:#fb8d26;
}

.orangeTextBold
{
    color:#fb8d26;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}

.whiteTextBold
{
    color:#ffffff;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}

.required
{
    font-weight: normal;
    font-size: 12px;
    color: #B22222;
    font-family: Arial;
    text-decoration: none
}

.flyout-background
{
	border: 1px solid #009;
	list-style-type: none;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	width:auto !important;
	
}

.flyout-item 
{
	color: #000000;
	cursor:pointer;

}

.flyout-item-hover 
{
	background-color: #D3D3D3;
	cursor:pointer;

}

.modalProgressBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White;
    font-size:18px;
    font-weight:bold;
    color:#295173;
    width:300px;
    height:100px;
}

.modalPopup_sp
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White;
    font-size:18px;
    font-weight:bold;
    color:#295173;
    width:390px;
    height:100px;
}

