.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
	background-image: url(../images/layout/nav_bg.gif);
	width: 150px;
	padding: 16px 6px 6px 4px;
	margin-bottom: 50px;
	height: 400px;
	font-weight: bold;
}
.nav a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	}
.nav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	}
.nav a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 90%;
	font-weight: bolder;
	}
.nav a:active {
	color: #999999;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	}
body {
	background-image: url(../images/layout/cps_bg.gif);
}
.content {
	background-color: #FFFFFF;
	border: #006F00;
	width: 579px;
	height: 100%;
	padding: 8px;
	height: 430px;
}
.footercps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: center;
	color: #FFFFFF;
	vertical-align: bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #003300;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	color: #003300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;

}
.footer {
	font-size: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;

}
a:link {
	color:#000000;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

	}
a:visited {
	color: #003300;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	}
a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 100%;
	font-weight: bolder;
	}
a:active {
	color: #003300;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	}
.copyright {
	font-size: 90%;
	color: #000000;
	text-align: center;
}
table {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img.alertMe
{
	border-style:solid;
	border-color:Red;
	border-width:2px;
}

.techinfo
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url("../images/pdf.gif");
	list-style-position: outside;
}