.entry
{	
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:  Helvetica;
	font-size:  1em;	
}

.entrylabel
{
	padding-top: 5px;
	padding-bottom: 5px;	
	font-family:Helvetica;
	font-size: 1em;	
	font-weight: bold;
}

.DDL
{
	line-height: 1.25;
	font-family: Helvetica;
	font-size:  1em;
}

.CheckBox
{
	font-family:Helventica;
	font-size: 1em;
	height: 50px;
}

.Button
{
    font-size: 1em;
    cursor: hand;
    font-family: Helvetica;
    font-weight: bold;
    height: 50px;
    color:White;
    background-color: #3C467D;    
}

.DetailsButton
{
    font-size: 1em;
    cursor: hand;
    font-family: Helvetica;
    font-weight: bold;
    height: 25px;
    color:White;
    background-color: #3C467D;    
}

.LabelRequired
{
	font-family:  Helvetica;	
	color:Red;
	font-weight: bold;
	font-size: 1em;
}

.pagefooterlink
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    color: #336699;
    text-decoration: none;
}

@media screen and (max-width: 480px)
{
    *{
    max-width: 320px;
    }
}