﻿body,html
{
	margin: 0px;
	color:black;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	background-image: url(/App_Images/SiteTemplate2010/Background1.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

td,th {
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

.noUnderline { text-decoration: none;  }
.noUnderline A:link { text-decoration: none; }
.noUnderline A:visited { text-decoration: none; }
.noUnderline A:active {	text-decoration: none; }
.noUnderline A:hover { text-decoration: none; }

.LeftNavMenu 
{
	font-family: "Arial", sans-serif;
	font-size: 8px;
	background-color: white;
}


.input 
{
	width:100%;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: #585768;
}

.tableHeading 
{
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

.copyright 
{
	font-size:10px;
	color:black;
}

div#popup
{
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:270px;
}

#menu a:link { color: white; text-decoration: none; }
#menu a:visited { text-decoration: none; color: white; }
#menu a:hover { text-decoration: none; color:white; }
#menu a:active { text-decoration: none; color: white; }

a.whiteLink:link { color: white; text-decoration: none; }
a.whiteLink:visited { text-decoration: none; color: white; }
a.whiteLink:hover { text-decoration: none; color:white; }
a.whiteLink:active { text-decoration: none; color: white; }

.SubMenuStyle
{
    z-index: 0;
}

