/****************************************************/
/*													*/
/* This is the CSS Document for the GrimesLog.com   */
/*                  Web site                        */
/*			Coded by: Missy Steward & CGG			*/
/*													*/
/*				info@mswebpro.com       			*/
/*													*/
/****************************************************/

body {
	background-image: url(/images/background.gif);
	background-repeat: repeat
}

/* Text Styles not Textiles */

.body_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.body_text_white {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.body_text_red {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}

.header1_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
}
	
.header2_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

.standout_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
}

.news_header_black_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.news_dates_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.news_press_release_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}

/* LINK STYLES     */
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}
a.yellowlink {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc00;
}
a.yellowlink:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc00;
}
a.yellowlink:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
a.yellowlink:active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
