a:link, a:visited {	
	color: #dddddd;	
	text-decoration: none;
}
a:hover, a:active {	
	color: #bbbbbb;	
	text-decoration: underline;
}
body {	
	background-color: #4a4d5e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;	
	line-height: 1.5em;	
	color: #b2b6ce;
	margin-top: 100px;
	margin-left: 100px;
	}

table {
	background: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #b2b6ce;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	}


td, th {	
	background: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;	
	line-height: 1.5em;	
	color: #b2b6ce;
	}
	
td.contents {
	background: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;	
	line-height: 1.5em;	
	color: #b2b6ce;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

img.table {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;	
	color: #dddddd;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: dotted;
	border-bottom-width:thin; 
	}
	
.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;	
	color: #b2b6ce;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
img.border {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
