﻿body
{
    background-color: #E5E5E5;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: Microsoft Sans Serif;
}
.text-xxxsm { font-size: 4pt; }
.text-xxsm { font-size: 6pt; }
.text-xsm { font-size: 8pt; }
.text-sm { font-size: 10pt; }
.text-med { font-size: 12pt; }
.text-lg { font-size: 14pt; }
.text-xlg { font-size: 16pt; }
.text-xxlg { font-size: 18pt; }
.text-xxxlg { font-size: 20pt; }
.text-giant { font-size: 24pt; }

.textbld-xxxsm { font-size: 4pt; font-weight:bold; }
.textbld-xxsm { font-size: 6pt; font-weight:bold; }
.textbld-xsm { font-size: 8pt; font-weight:bold; }
.textbld-sm { font-size: 10pt; font-weight:bold; }
.textbld-med { font-size: 12pt; font-weight:bold; }
.textbld-lg { font-size: 14pt; font-weight:bold; }
.textbld-xlg { font-size: 16pt; font-weight:bold; }
.textbld-xxlg { font-size: 18pt; font-weight:bold; }
.textbld-xxxlg { font-size: 20pt; font-weight:bold; }
.textbld-giant { font-size: 24pt; font-weight:bold; }

.modalPopupSave {
	font-size:small;
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:link
{
    color: #990000;
}
a:hover
{
    color: #333333;
}
a:visited
{
    color: #990000;
}
#slideCont {
 	border:solid 1px #000;
	 text-align:center;
}

#slideCont img {
 	margin: 0px;
}