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

body {
	background-color: #FFFFFF;
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 100px;
	margin-bottom: 0px;
}

td {
	font-family: "trebuchet ms", tahoma, helvetica, arial;
	font-size: 10pt;
	color: #666666;
}

.smalltext {
	font-family: "trebuchet ms",tahoma, helvetica, arial;
	font-size: 8pt;
	color: #444444;
}
.tinytext {
	font-family: "trebuchet ms",tahoma, helvetica, arial;
	font-size: 8pt;
	color: #444444;
}
a {
	color: #003366;
	text-decoration: none;
}	   		   

a:hover {
	color: #cc9900;
	text-decoration: underline; 
}

a:visited {
	color: #663300;
}

a:visited:hover {
	color: #cc9900;
	text-decoration: underline; 
}

h1 {
	font-family: "trebuchet ms",tahoma, helvetica, arial;
	font-size: 24pt;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-family: "trebuchet ms", tahoma, helvetica, arial;
	font-size: 12pt;
	color: #333333;
	line-height: 10pt;
	font-weight: normal;
}

.style1 {
	font-size: 14pt;
	font-weight: bold;
	color: #cc9900;
}
.style2 {font-size: 9pt}


img {
border: 0px;
}

hr
{
	border: thin, solid, #D3D3D3, 1px;
	color: #D3D3D3;
	line-height: 8pt;
}

.bggrey {
	background-color: #606060;
}

.bgltgrey {
	background-color: #D3D3D3;
}
.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border:0px solid #f5f5f5;
	padding:10px;
	margin:0px;
	}
	
.tablespace {
margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contentgray {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

.tear {
	text-decoration: underline;
	text-underline-style: dashed;
}
