body
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-style: normal; 
	line-height: normal; font-weight: normal; 
	font-variant: normal; color: #666666;
}

a
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-style:normal; 
	line-height: normal; font-weight:bold; 
	font-variant: normal; color: #003366;
}
a.hover
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-style: normal; 
	line-height: normal; font-weight: bold; 
	font-variant: normal; color: #003366;
    text-decoration:underline;
}
a.visited
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-style: normal; 
	line-height: normal; font-weight: bold; 
	font-variant: normal; color: #006666;
    text-decoration: none;
}
a.active
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-style: normal; 
	line-height: normal; font-weight: bold; 
	font-variant: normal; color: #666699;
    text-decoration: underline;
}


.siteText 
{  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; font-style: normal; 
	line-height: normal; font-weight: normal; 
	font-variant: normal; color: #666666}
.mainTbl
{
	BORDER-RIGHT: #328483 1px solid; 
	BORDER-TOP: #328483 1px solid; 
	BORDER-LEFT: #328483 1px solid; 
	BORDER-BOTTOM: #328483 1px solid;
	background-color: White
}
.topMenu
{
	font-family: Arial, Tahoma, MS Sans Serif;
	font-size: xx-small;
	font-weight: bold;
	color: White;
}
.sideMenu
{
	font-family: Arial, Tahoma, MS Sans Serif;
	font-size: x-small;
	font-weight: bold;
	color: White;
}
.pageTitle
{
	font-family: Arial, Tahoma, MS Sans Serif;
	font-size: small;
	font-weight: bold;
	color: White;
}
.topMenuLink
{
    text-decoration: none;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: White;
}
.topMenuLink.hover
{
    text-decoration: none;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: White;
}
.topMenuLink.visited
{
    text-decoration: none;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: White;
}
.topMenuLink.active
{
    text-decoration: underline;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: White;
}
.sideMenuLink
{
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: White;
}
.sideMenuLink.hover
{
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: White;
}
.sideMenuLink.visited
{
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: White;
}
.sideMenuLink.active
{
    text-decoration: underline;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: White;
}
.btn
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: #cccccc;
    WIDTH: 100%;
    HEIGHT: 100%;
    text-align: center;
    text-decoration: none;
}
.btnOver
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: #efecec;
    WIDTH: 100%;
    HEIGHT: 100%;
    text-align: center;
    cursor: hand;
}
.btnClick
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: #ffcc33;
    WIDTH: 100%;
    HEIGHT: 100%;
    text-align: center;
}