body
{
    margin-top:10px;
    margin-bottom:2px;
    margin-right:0px;
    margin-left:0px;
}
td
{
    font-size: 10pt;
    color: black;
    font-family: 'Trebuchet MS' , Verdana;
}
.LargeTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: #29d331;
    font-family: 'Trebuchet MS' , Verdana;
}
.MediumTitle
{
    font-size: 12pt;
    font-weight: bold;
    color: #ff9900;
    font-family: 'Trebuchet MS' , Verdana;
}
.menuOrange
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    font-family: Arial;
    background-color:#ff9900;
    text-align:center;
}
.menuGreen
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    font-family: Arial;
    background-color:#29d331;
    text-align:center;
}
A.whiteLink:link { 
color: #FFFFFF;
} 
A.whiteLink:visited { 
color: #FFFFFF;
} 
A.whiteLink:hover { 
color: #CCCCCC;
} 
A.whiteLink:active { 
color: #FFFFFF;
} 
.message
{
	font-weight: bold;
	color: red;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}