@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#666666
}

a:link {
	color: #666666;
	text-decoration: none;
	}
 
a:visited {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #0066FF;
	text-decoration: none;
	}

.imagecontainer1 {
	border-color:#666;
	border-width:1px;
	border-style:solid;
}

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

.footertext {
	font-size: 10px;
	color:#999
}