body {
	background-color: #d6d6d6;
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

td, th {
	font-family: arial;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

a {
	font-size: 11px;
	color: #0066CC;
}

a:visited {
	font-size: 11px;
	color: #0066CC;
}

a:hover {
	font-size: 12px;
	color: #0066CC;
	font-weight: normal;
}

.footer {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Styles for forms */

button       { font-family: arial; font-size: 11px; font-weight: bold; }

input        { font-family: arial; font-size: 11px; }

textarea     { font-family: arial; font-size: 11px; }

/* Styles for Heading */

h1, h2
{
	font-family: arial; 
	text-decoration:none;  
	font-weight: normal; 
	letter-spacing:0; 
	color:#006699}
h1
{
	font-size:16px;
	font-weight:bold;
}
h2
{
	font-size:12px;
	font-weight:bold;
}

.heading    { font-family: arial; font-size: 14px; color: #497596; font-weight: bold }

.boxHeading    { font-family: arial; font-size: 11px; color: #006699; font-weight: bold; line-height: 13px; }

/* Styles for Box */

#box {
	float: left;
	width: 189px;
	position: relative;
	clear: both;
	margin-left: 12px;
	margin-top: 10px;
	display: inline;
	background-color: #F7F7F7;
}

#box p {
	margin:8px;
	color: #818181;
}

/* Styles for Navigation */
.navLink a {
  font-family:arial; 
  text-decoration: none;
  font-size:11px; 
  color:#006699;
  font-weight:bold; 
}

.navLink a:visited {
  font-family:arial; 
  text-decoration: none;
  font-size:11px; 
  color:#006699;
  font-weight:bold; 
}

.navLink a:hover {
	font-family:arial;
	text-decoration: none;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
