/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*   BELOW ARE THE STANDARD CLASSES AND STYLES FOR 270net's NEWS MODULE    */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* STANDARD FORMAT FOR NEWS LIST DEFAULTS */
	.listDefault270 {
		font-family: Verdana, Tahoma, Arial;
		font-size: 8pt;
		color: #000;
		font-weight: bold;
	}
	
/* FORMATTED DATES IN NEWS LIST */
	.listDate270 {
		font-family: Verdana, Tahoma, Arial;
		font-size: 10pt;
		color: #000;
		font-weight: bold;
	}
	
/* DEFAULT FONT AND COLOR TO APPLY TO TABLES */
	.table270A {
		font-family: Verdana, Tahoma, Arial;
		font-size: 8pt;
		color: #000;
	}
	
	
/* THE TABLE ATTRIBUTES THAT CONTROL THE CELL BORDERS AND SUCH */
	.tableList270 {
		padding:6;
		font-family: Verdana, Tahoma, Arial;
		font-size: 10pt;
		color: #000
	}

	.newsText {
		font-family: Tahoma;
		COLOR:#225C3D;
		font-size: 11px;
	}
	
	.newsDate {
		font-family: Lucida Calligraphy, Tahoma;
		COLOR:#225C3D;
		font-size: 13px;
		font-weight: bold;
		background-image: url(images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 20px;
	}

/* STANDARD LINK COLOR FOR HYPERLINKS CHOICE 1 (must add class attribute to 'a href' tags) */
	a:link.link270A {color: 225C3D; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: none;}
	a:visited.link270A {color: 225C3D; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: none;}
	a:active.link270A {color: 225C3D; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: none;}
	a:hover.link270A {color: 225C3D; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: underline;}
	
/* STANDARD LINK COLOR FOR HYPERLINKS CHOICE 2 (must add class attribute to 'a href' tags) */
	a:link.link270B {color: 225C3D; font-size: 10pt; font-family: Verdana, Tahoma, Arial;}
	a:visited.link270B {color: 225C3D; font-size: 10pt; font-family: Verdana, Tahoma, Arial;}
	a:active.link270B {color: 225C3D; font-size: 10pt; font-family: Verdana, Tahoma, Arial;}
	a:hover.link270B {color: 808080; font-size: 10pt; font-family: Verdana, Tahoma, Arial;}