/* CSS Document */


/* Main Links - for standard links */

a:active {
	text-decoration:underline;
	color:#960A0A;

}

a:link {
	text-decoration:underline;
	color:#960A0A;

}
a:visited {
	text-decoration:underline; 
	color:#960A0A;

}
a:hover {
	text-decoration:none;
	color:#999;

}


a.headlink:active {
	text-decoration:none;
	color:#000000;
		
}

a.headlink:link {
	text-decoration:none;
	color:#000000;
		
}
a.headlink:visited {
	text-decoration:none; 
	color:#000000;
		
}
a.headlink:hover {
	text-decoration:underline;
	color:#999;
		
}

.smalltext {
	font-size: 10px;
	color:#999;
		
}

.smalltext2 {
	font-size: 10px;
	color:#000000;
		
}

/* Secondary Links - for the top menu; links here (and only here) needed to be white */

.r {
	color:#fff;
	font-size: 12px;
	}
	
.r:active {
	text-decoration:none;
	color:#fff;
	font-size: 12px;

}

.r:link {
	text-decoration:none;
	color:#fff;
	font-size: 12px;

}

.r:visited {
	text-decoration:none;
	color:#fff;
	font-size: 12px;
}

.r:hover {
	text-decoration:none;
	color:#999;
	font-size: 12px;
}


/* Additional adjustments to the top menu */

div.menu {
	font-family:Arial;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}


/* Main layout elements */

p {
	margin:0px;
}

img {
	border:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#474751;
	margin:0px;
	padding:0px;
	background:#c6d0ab;
}
table {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
	margin-left:0;
	margin-top:0;
	margin-bottom: 0; 
	padding-bottom: 5px; 
	margin-right: 0;
	padding-top: 5px;
	padding-left:0;
	padding-right:0;
	}
	h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
	margin-left:0;
	margin-top:0;
	margin-bottom: 0; 
	padding-bottom: 5px; 
	margin-right: 0;
	padding-top: 5px;
	padding-left:0;
	padding-right:0;
	}
div.heading {
	font-size:22px;
	font-weight:bold;
}

div.title {
	font-family:Century Gothic;
	font-size:46px;
}

/* Table cell hover */

tr
  .normal { background-color:none  }
  .highlight { background-color: #585463 }

