body {
	margin: 0px;
	background-color: white;
     padding : 0px;
	/* font properties */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	}
.page {
     width: 800px;
	margin: 0px;
     }
.subheader {
     padding-left:20px;
     padding-right:20px;
	border-left-style: solid;
	border-width: thin;
	border-color: white;
	}
.left {
	/* division properties */
	width: 30%;
     vertical-align: top;
     }
.title {
     font-weight: bold;
     }
.right {
	/* division properties */
	background-color: white;
	width: 70%;
     padding : 20px;
     vertical-align: top;
 	}
.address {
	/* division properties */
	width: 40%;
     padding : 20px;
     vertical-align: top;
 	}
.me {
	/* division properties */
	width: 60%;
     vertical-align: top;
 	}
.footer {
	/* division properties */
     border-top-style: solid;
     border-top-width: large;
     border-color: #DDDDDD;
     padding : 20px;
	/* font properties */
    	font-size: 9pt;
     text-align: center;
     color: #AAAAAA;
 	}
.cbox {
     background:#DDDDDD;
     color:white;
     margin:0 15px;
     }

.rtop, .rbottom{
     display:block;
     background:white;
     }
.rtop *, .rbottom *{
     display: block;
     height: 1px;
     overflow: hidden;
     background:#DDDDDD;
     }

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.cboxcont0 {
     padding-right: 10px;
     text-align: right;
     }
.cboxcont1 {
     padding-right:20px;
     padding-bottom:20px;
     color: #555555;
     text-align: right;
     }
.cboxcont2 {
     padding: 10px;
     color: #555555;
     }
.title1 {
     text-align: left;
     }

a:link       { color: #3B4977; font-family: sans-serif; }
a:visited    { color: #3B4977; font-family: sans-serif; }
a:active     { color: #000080; font-family: sans-serif; }
a:hover      { color: #FF0000; font-family: sans-serif; }

