/*  Anchors  */
A {text-decoration: none;}
A:hover {text-decoration: underline;}

A:link		{ color: #A36209; }
A:visited 	{ color: #A36209; }
A:active 	{ color: #A36209; }

.Title {font-size: 16px; font-family: arial,helvetica}
.Body {font-size: 12px; font-family: arial,helvetica}

/* Attributes that are commonly used in a class. */
/* color: #AD1B20; margin-left: 40px; font-weight: bold; */

/* you can set the <P> Tag style with this 
P {font-family: arial,helvetica; font-size: 10pt} 
*/
A.Footer { 
	color: #000000;
	text-decoration: underline; 
}

/* IE4+ */
.form {color: #000000; background: #FFFFFF;}

/*  Make percentage tables load faster by using widths of cells in first row  */
.tablefixed {table-layout: fixed;}


