/*TAGS-------------------------*/
body {
	/*      Top Right Bottom Left*/
	padding: 0px;
	margin: 0px;
	background-color: #DDDDDD;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #000000;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}


/*CELLS-----------------------*/
.contentBlock {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	width: 700px;
	line-height: 17px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


/*TEXT-----------------------*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCCCCC;
}

