@charset "ISO-8859-1";

/********************************/
/*								*/
/*			text.css			*/
/*		   Text Styles			*/
/*								*/
/********************************/

/**************/
/* Tag Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	margin: 0px;
	padding-bottom: 12px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

/***************/
/* Link Styles */

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

a:visited {
	color: #FF0000;
}

a:hover {
	color: #000000;
	background-color: #FFE1E1;
}
a:active {
	color: #000000; 
}

/****************/
/* Image Styles */

img {
	border: none;
}

/***********************/
/* Text Styles: Header */

.text_header-title {
	font-size: 16px;
	font-weight: bold;
}
.text_header-subtitle {
	color: #666666;
	font-style: italic;
}

/****************/
/* Basic Styles */

.text_box-title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.text_important {
	color: #FF0000;
}
.text_highlight {
	background-color: #FFFF66;
}

/*****************************/
/* Text Styles: Lists */

.text_timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #FF0000;
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
	display: block;
}
.text_bottom-link {
	text-align: center;
	padding-bottom: 6px;
}