@charset "UTF-8";
* {
margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bg8.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
padding:0;
	
	}
h1 {
font-size: 22px;
	color: #007186;
	margin-bottom: 75px;
	padding-top:20px;
	text-align:center;
}

h2{
font-size: 16px;
	color: #666666;
}

h3{
font-size: 13px;
	color: #666666;
}

p, li {
font-size: 11px;
	color: #666666;
	margin:1em 0;
}

a {
text-decoration:none;
color:#ef7224;
}

a:hover {
text-decoration:underline;
}

li a {font-weight:bold;}

#content {min-width:600px;
max-width:750px;
width:auto;
text-align:left;
margin:0 auto;
padding-left:10px;
padding-right:10px;
background: url(contentBG.gif);
background-repeat: repeat-x;
background-position:top;
}

.cryptlib{color:#666666}