body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
        background-color:#222;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight:bold;
}

#container {
	width:760px;
	padding:10px 20px 70px 20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
        border:3px ridge #cc9900;
}

#printcontainer {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#printpage {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width:720px;
	background:#FFFFFF;
	border: 0px;
}

.contentright {
	float:right;
	text-align:right;
	margin-right:5px;
}

.contentleft {
	float:left;
	margin-left:5px;
}

.paragraph {
	margin-top:15px;
        
}

.clear {
	clear:both;
	height:1px;
}
 
.caption {
	text-align:center;
	font-size: 9px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.columnleft {
        float:left;
        width:162px;
        margin-top:10px;
}

.columncenter {
        float:left;
        width:276px;
        margin-top:10px;
}

.columnright {
        float:left;
        width:162px;
        margin-top:10px;
}
       




