A:link
{
    text-decoration: none;
    color: black;
}
A:visited
{
    text-decoration: none;
    color: black;
}
A:active
{
    text-decoration: underline;
    color: black;
}
A:hover
{
    text-decoration: underline;
    color: black;
}
.headlinetext
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 18pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}
.normaltext
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: 16px;
}
.smallheadline
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}
.boldtext
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}
.smallteaxt
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
.style1
{
    width: 300px;
}
.style2
{
    width: 295px;
}
.watermark
{
    background-color: #e7a723;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: black;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #E7A723;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:15px;
	width:300px;
}
