/** Misc **/

html, body {
	background-color: #FFFFFF;
	color: #2B2B2B;
}

img {
	border: none;
}

table {
	border: 0px none #FFFFFF;
	margin: 0;
	padding: 0;
}


/** Fonts **/


a {
	color: #5C5C5C; 
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.dateText {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, sans-serif;
}

.headlineText {
	font-size: 16px;
	font-family: 'Times New Roman',Times,serif;
	font-weight: bold;
	text-align: justify;
}

.sublineText {
	font-size: 16px;
	font-family: 'Times New Roman',Times,serif;
	text-align: justify;
}

.blockText {
	font-size: 16px;
	font-family: 'Times New Roman',Times,serif;
	text-align: justify;
}


.captionText {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, sans-serif;
}

.authorText {
	font-size: 11px;
	line-height: 30px;
	font-family: Verdana, Tahoma, sans-serif;
}

.footnoteText {
	color: #5C5C5C; 
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, sans-serif;
}

.pre {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, sans-serif;
}



/** Tables **/

.captionTable {
	background-color: #FFFFFF;
}

/** Spaces **/

.space1px {
	font-size: 1px;
	line-height: 1px;
}

.space2px {
	font-size: 2px;
	line-height: 2px;
}

.space3px {
	font-size: 3px;
	line-height: 3px;
}

.space5px {
	font-size: 5px;
	line-height: 5px;
}

.space7px {
	font-size: 7px;
	line-height: 7px;
}

.space10px {
	font-size: 10px;
	line-height: 10px;
}