/***********************************************/
/* main.css                                    */
/* Used with Tap pages                         */
/***********************************************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


a{
	color: #980001;
	text-decoration: none;
}

a:hover{
	color: #980001;
	text-decoration: underline;
}

.small {	
	font-family: Verdana,Arial,Helvetica,sans-serif ;	
	font-size: 11px ;	
	font-weight: normal;
	color: #000000;
}

.footerSmall {	
	font-family: Verdana,Arial,Helvetica,sans-serif ;	
	font-size: 11px ;	
	font-weight: normal;
	color: #FFFFFF;
}
/************** #main CSS Styles **************/

.background{
	background-image: url(../images/bg.jpg)
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #980001;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #980001;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding: 0px ;
	margin:0px 15px 0px 0px;	
}

.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}


/*********** #helpCenter styles ***********/

td {font-size:83%;}

ul.section {
	list-style-type:none;
	line-height:155%;
	margin:0;
	padding: 1px 0 0 25px;
}

ul.section li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding:0 0 0 .8em;
}

