/* OOB */
		/* body		{font-family: verdana, arial,helvetica,sans-serif;  margin: 0px 0px 0px 0px; font-size:12px;} */
		form 		{margin: 0px;}
		p,td,select,option  { font-family: verdana, arial, helvetica; font-size: 12px; font-weight: normal;};

		A:link 		{ COLOR: #003399; text-decoration: none; }
		A:visited 	{ COLOR: #003399; text-decoration: none; }
		A:hover		{ COLOR: #003399; text-decoration: underline; }
		A:active 	{ COLOR: #003399; }

		/* .body 		{ font-size: 12px; font-weight: normal; } */
		.body_bold 	{ font-size: 12px; font-weight: bold; }
		.document_title {font-size: 18px; color: #0E5899; font-weight: bold; }
		.tabbar		{ background-color: #CC0003; font-size: 12px; color: #ffffff; font-weight: bold; }
		.custom_header { color: #CC0003; font-family: verdana; font-size: 12px;};
		.Keywords 	{ display:none; }
		.date	 	{font-size:12px;color:#FFFFFF;font-weight:normal;}
		.date_bold 	{font-size:12px;color:#FFFFFF;font-weight:bold;}
		
		

		
		
/*Heading 1 Verdana 14 bold black*/
.heading1 { color: #333333;
            font-family: Verdana;
            font-size: 14px; 
            font-style: normal;
            font-weight: bold; 
            text-decoration: none;
            text-indent: 0px;}

/*Heading 2 Verdana 12 bold black*/
.heading2 { color: #333333; 
            font-family: Verdana;
            font-size: 12px; 
            font-style: normal;
            font-weight: bold;
            text-decoration: none;
            text-indent: 0px;}

/*Body (Verdana 10)*/
.body {     color:  #333333;
            font-family:  Verdana; 
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            text-indent: 0px;}
body {     color:  #333333;
            font-family:  Verdana; 
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            text-indent: 0px;}            
            
/*Code (courier 10, black)*/
.code {     color:  #333333;  
            font-family: Courier; 
            font-size: 10px; 
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            text-indent: 0px;}
            
/*Warning! (Tab, indent, Arial 10 italicized, red, bold, underline)*/
.warning {  color: #CC0000; 
            font-family: Arial; 
            font-size: 12px; 
            font-style: normal;
            font-weight: bold; 
            text-decoration:underline;
            text-indent: 20px; }

/*Note: (Tab, indent, Verdana 10 bold italicized black)*/
.note  {    color: #333333; 
            font-family: Verdana; 
            font-size: 12px; 
            font-style: italic;
            font-weight: bold;
            text-decoration: none;
            text-indent: 20px; }

/*Bulleted List*/
ul {        color:  #333333;
            font-family:  Verdana; 
            font-size: 12px;  	
            font-style: normal;
            font-weight: normal;
            list-style: square; 
            text-decoration: none;
            text-indent: 0px;}
            
OL {        color:  #333333;
            font-family:  Verdana; 
            font-size: 12px; 
            font-style: normal;
            font-weight: normal;
            list-style-type: decimal; 
            list-style-position: outside;
            text-decoration: none;
            text-indent: 0px;}

OL OL {     color:  #333333; 
            font-family:  Verdana; 
            font-size: 12px; 
            font-style: normal;
            font-weight: normal;
            list-style-type: lower-alpha; 
            list-style-position: outside;
            text-decoration: none;
            text-indent: 0px;}
            
OL OL OL {  color:  #333333; 
            font-family:  Verdana; 
            font-size: 12px; 
            font-style: normal;
            font-weight: normal;
            list-style-type: lower-roman; 
            list-style-position: outside;
            text-decoration: none;
            text-indent: 0px;}
            
            


