/***********************************************/
/* css/text.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom right; 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #993300;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
    color: #000000;
}

/************** header tag styles **************/

.fade{
font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;	
	color: #990000;
}
