/*TEST.CSS*/
/*<link rel=stylesheet href="http://f25cfm1/rev1.css" type="text/css">*/
/*This will test css styles*/

/*<BODY>*/
	BODY {scrollbar-base-color: #green;	scrollbar-arrow-color: #ffffff; background-image: url(http://www.oocities.com/paisanosover30/images/cscback.jpg); background-position: center bottom; background-attachment: fixed; background-repeat: no-repeat; color: #green; font-size: 10pt; font-family: helvetica, arial, sans-serif } /*general background-image: url(fifaglobe2.gif); background-position: center bottom; background-attachment: fixed; background-repeat: no-repeat; */

/*H1*/
	H1 {color: green; font-size: 12pt; font-weight: bold; font-family: helvetica, arial, sans-serif } /*general*/
	H1.center {color: green;  font-size: 12pt; text-align:center; font-weight: bold; font-family: helvetica, arial, sans-serif } /*center*/
	H1.right {color: green;  font-size: 12pt; text-align:right; font-weight: bold; font-family: helvetica, arial, sans-serif } /*center*/


/*P*/
	p {color: green; line-height: 15px; font-size: 10pt; font-family: helvetica, arial, sans-serif } /*general*/
	p.black {color: black; line-height: 15px; font-size: 10pt; font-family: helvetica, arial, sans-serif } /*black font*/

/*Bullets*/
	.1 {color: green; line-height: 15px; margin-left: 25px; text-indent: -25px; font-size: 10pt; font-family: helvetica, arial, sans-serif  } /*Level 1 Bullet v */
	.2 {color: green; line-height: 15px; margin-left: 48px; text-indent: -23px; font-size: 10pt; font-family: helvetica, arial, sans-serif  } /*Level 2 Bullet Ø */
	.3 {color: green; line-height: 15px; margin-left: 67px; text-indent: -19px; font-size: 10pt; font-family: helvetica, arial, sans-serif  } /*Level 3 Bullet § */
	.4 {color: green; line-height: 15px; margin-left: 87px; text-indent: -20px; font-size: 10pt; font-family: helvetica, arial, sans-serif  } /*Level 4 Bullet w */
	.5 {color: green; line-height: 15px; margin-left: 107px; text-indent: -20px; font-size: 10pt; font-family: helvetica, arial, sans-serif  } /*Level 5 Bullet X */


/*Links*/
	a { color: #9400d3; text-decoration:none; font-style:normal }
	a.link { color: #9400d3; text-decoration:none; font-style:normal }
	a:hover { color: #ff7f00; font-style:italic }
	a.link:hover { color: #ff7f00; font-style:italic }

/*TD*/
	td {color: green; font-size: 10pt; font-family: helvetica, arial, sans-serif } /*general*/
	th {color: green; font-size: 10pt; font-weight: bold; font-family: helvetica, arial, sans-serif } /*general*/
	td.center {color: green; text-align: center; font-size: 10pt; font-family: helvetica, arial, sans-serif } /*center*/
	td.right {color: green; text-align: right; font-size: 10pt; font-family: helvetica, arial, sans-serif } /*right*/
	td.blue {text-align: center; border-style: outset; border-width: 1px; width: 25%; border-color:green; background-image: url(http://f25cfm1/images/filler1.jpg)}
/*Alignment*/
	.center {text-align: center } /*center*/


/* "Required" */
select, text, input, textarea {font-size: 10pt; color: blue; background: #ddeeee; font-family: helvetica}

/* "Optional" */
.optional {font-size: 10pt; color: blue; background: #ffffff; font-family: helvetica}

