﻿
.TopHeader
{
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:Black;
}

.MnuHeader
{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:White;
}

.ContentArea
{
font-family:Tahoma;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:Black;
}

.ContentAreaLink
{
font-family:Tahoma;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:Blue;
}

.Contentheading
{
font-family:Tahoma;
font-size:12px;
font-weight:normal;
color:Orange;
}

.TopMenuLink
{
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:White;
text-decoration:none;
}

.TopMenuLink:link
{
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:White;
text-decoration:none;
}

a.TopMenuLink:visited
{
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:White;
text-decoration:none;
}

a.TopMenuLink:active
{
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:Yellow;
text-decoration:none;
}

a.TopMenuLink:hover
{
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:Yellow;
text-decoration:none;
}

.Copyright
{
font-family:Tahoma;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:Black;
}

.StripHeader
{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:White;
text-align:left;
padding-left:15px;
}

.hr
{
    width:95%;
    border:1px;
    border-color:#f58220;
    border-style:dashed;
}

.modalPopup {
	background-color:Transparent;
	border-width:0px;
	border-style:none;
	padding:3px;
	width:250px;
	padding-top:400px;
}
.modalBackground {
	background-color:ThreeDShadow;
	filter:alpha(opacity=70);
	opacity:0.7;
}