
	body {
		margin:0px 0px 0px 30px;
		background-color: #bbccdd;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #3366cc;
	outline: none;
	}
a:visited {
	color:  #3399dd;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #77ff88;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	color: #000000;
	font-family: georgia, palatino, serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 20px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box
gets pushed around. */

h1 {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
.img {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	}
	
.imgsmall {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
.nowrap {
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	margin-top: 0px;
	margin-bottom: 5px; 
	}
	
	.linktiny {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 5px; 
	}	
	
	#vertborder {
		border-right: 1px solid #000000;
		}

