﻿body 
{
    font-family:Verdana,Arial;
    font-size:10pt;
    color:Gray;
    text-align:center;
}

.strikeOut
{
    text-decoration:line-through;
}

.required
{
    font-size:12pt;
    color:Red
}

/************************************************************************
* 
* Footer Buttons/Links <span>xxx</span>
*
************************************************************************/
.footerButtons 
{
    font-family:Verdana,arial;
    font-size:8pt;
    font-weight:bold;
    text-decoration:underline;
    color:white;
    cursor:pointer;   
}

.footerButtons:hover 
{
    text-decoration:none;
    font-weight:bold;
    color:RGB(51,204,102);
}


/************************************************************************
* 
* Popup Modals
*
************************************************************************/
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
