* { margin: 0; padding: 0; }
img { border: none; }

body {
	text-align: center;
	color: #333;
	background-color: #fff;
	background-image: url(../images/bg/bg-tile-dkgrey-stripe.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	}
	
#envelope {
	position: relative;
	width: 778px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg/bg-content-area.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
	
#pageContent {
	min-height:550px;
	height:auto !important;
	height:550px;	
	}

/* default styles */
ul { list-style: none; }
	li {
	font-size: 100%;
	padding-left: 0px;
}
		li li { font-size: 1em; }
		
ol {
	margin: 0 0 0 18px;
	list-style-type: lower-roman;
	}

	ol li {
		font-size: 100%;
		line-height: 16px;
		margin-bottom: 5px;
		}
	
a, a:link {
	color: #626C82;
	text-decoration: none;
	}
	a:hover {
	color: #000000;
	}
	a:active {
	color: #626C82;
	}
	a.ccip {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/misc/go.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 460px;
	height: 16px;
	}
	a.ccip:link {
	text-decoration: none;
	}
	a.ccip:hover {
	text-decoration: none;
	background-image: url(../images/misc/go-ro.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	a.ccipLast {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: url(../images/misc/go.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 460px;
	height: 16px;
	}
	a.ccipLast:link {
	text-decoration: none;
	}
	a.ccipLast:hover {
	text-decoration: none;
	background-image: url(../images/misc/go-ro.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	a.ccipPgp {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: url(../images/csshome/pgp.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 460px;
	height: 16px;
	}
	a.ccipPgp:link {
	text-decoration: none;
	}
	a.ccipPgp:hover {
	text-decoration: none;
	background-image: url(../images/csshome/pgp-ro.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	a.ccipTop {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/misc/go.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 460px;
	height: 16px;
	}
	a.ccipTop:link {
	text-decoration: none;
	}
	a.ccipTop:hover {
	color: #ffffff;
	background-image: url(../images/misc/go-ro.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	}
	a.ccipVuln {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: url(../images/csshome/vuln.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 460px;
	height: 16px;
	}
	a.ccipVuln:link {
	text-decoration: none;
	}
	a.ccipVuln:hover {
	text-decoration: none;
	background-image: url(../images/csshome/vuln-ro.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	a.ccipVulnArch {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: url(../images/csshome/vuln-archive.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 460px;
	height: 16px;
	}
	a.ccipVulnArch:link {
	text-decoration: none;
	}
	a.ccipVulnArch:hover {
	text-decoration: none;
	background-image: url(../images/csshome/vuln-archive-ro.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
