
body{
	background-image: url('/images/body_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

TD.tdShadow {
	behavior: url(/_includes/iepngfix.htc);
	background-image: url(/images/SHADOW_IMAGE.png);
}

.pngImg {
	behavior: url(/_includes/iepngfix.htc);
}

TD {
	font-family:"Trebuchet MS",sans-serif;
	font-size:13px;
	color:#3E3E3E;
}

P {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
}

H1 {
	font-family:"Trebuchet MS",sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#333333;
	margin:0px;
	margin-bottom:8px;
}

H2 {
	font-family:"Trebuchet MS",sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#056351;
	margin:0px;
	margin-bottom:3px;
}

H3 {
	font-family:"Trebuchet MS",sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	margin-bottom:8px;
}

.h1highlighted {
	font-family:"Trebuchet MS",sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#056351;
}


a:link, a:visited {
	font-family:"Trebuchet MS",sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2B88C8;
	text-decoration:none;
}

a:hover {
	font-family:"Trebuchet MS",sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2B88C8;
	text-decoration:underline;
}


.txtLeftNav {
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

.lnkLeftNav:link, .lnkLeftNav:visited {
	font-family:"Trebuchet MS Bold",sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.lnkLeftNav:hover {
	font-family:"Trebuchet MS Bold",sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
	color:#FFFFFF;
	text-decoration:underline;
}


.lnkLeftSubNav:link, .lnkLeftSubNav:visited {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

.lnkLeftSubNav:hover {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}


.txtTopAddress {
	font-family:"Trebuchet MS Bold",sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
	line-height:13px;
	color:#FFFFFF;
}


.txtTopNav {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}


.lnkTopNav:link, .lnkTopNav:visited {
	font-family:"Trebuchet MS Bold",sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.lnkTopNav:hover {
	font-family:"Trebuchet MS Bold",sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
/*
.lnkTopNav:link, .lnkTopNav:visited {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.lnkTopNav:hover {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
*/


.txtFooter, .txtCredits {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	color:#555555;
}

.lnkFooter:link, .lnkFooter:visited, .lnkCredits:link, .lnkCredits:visited {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
}

.lnkFooter:hover, .lnkCredits:hover {
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#555555;
	text-decoration:underline;
}


img {
	border-color: #FFFFFF;		
	color: #FFFFFF;		
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px Verdana,sans-serif;
}

form {
	display:block;
	margin:0px;
	padding:0px;
}

label {
	cursor:pointer;
}

