/* external css file      */
/* filename main_1.css    */
/* NO HTML MARKUP ALLOWED */

body {
	 background-attachment: fixed;
	 background-color: #FFCC66;
	 /*
	  background-image: url('images/backgrounds/party-z.gif');
	  */
	 font-family: "Times New Roman", arial, sans-serif;
	 font-size: 12pt;
	 text-align:center;
	 color: #000000
	 }
	 
body.celltext {
	font-size: size="2";
	}
	
a	{
	color: blue
	}
	 
a.link	 {
	color: #FFFFFF
	}

a.visited {
	color: #000000
	}
		
h2.pagetitle

h2.sectitle

h2.paratitle

h2           { font-size: 18pt; font-family: Times New Roman; font-style: italic; 
               font-weight: bold }

h3           { font-size: 18pt; font-family: Times New Roman; font-style: italic; 
               font-weight: bold }
               
p            { font-family: Times New Roman; font-size: 12pt }