/*
  Style Sheet for Web Spinners Online
  Created:      11/12/1999
  Author:       Web Spinners
  Last Revised: 3/10/2006
*/

/******  Page Components  ******/
default
	{   }
BODY
	{   background:         #ffffff;
        width:  	        100%;
	color: 		#000000; 
        font-family:	Batang, "Times New Roman", Sans-Serif;
	}
P.normal
       	{
    	   font-size: 		100%;
           text-align: 		left
        }
P.normalShort
       	{
    	   text-align: 		center
        }
div.smaller
	{   font-size:   	70%   }

h1    	{
	    font-weight:  	normal;
   	    font-size:  	250%; /*100% signifies about 12pt*/ 
   	    text-align:  	center;
	}
h2    	{   font-weight:  	normal;
   	    font-size:          175%; /*100% signifies about 12pt*/ 
   	    text-align:  	center;
	 }
/* Title Attributes */
span.title	
	{  font-weight:  	normal;
   	   font-size:          175%; /*100% signifies about 12pt*/ 
           text-align: center;
     }
/* Body Content Attributes for HOME page only*/
div.bodyContent
	{  padding:   		10px;
       background-color:   #FFFFE0;
       left: 72px;
       top: 		180px;
       width: 		75%;
       position: 		absolute;
         }
/* Copyright And Copyright Link Attributes */
span.copyright
	{
  	   font-family:  	Arial, Helvetica, Sans-Serif;
  	   font-weight:  	normal;
  	   font-size:  		67%; /*67% signifies 8pt*/ 
  	   text-align:  	center;
  	   }
a.copylink:link 	     
	{
  	   font-size:  		100%; /*100% in This case means same as above size*/
  	   text-decoration: 	none;
  	   color: 		#000000;
	}
a.copylink:hover
	{
  	   color:  		#FF0000;
  	   text-decoration:  	underline; 
	}
a.copylink:visited
	{
  	   color:  		#FF0000;
  	   text-decoration:  	none;
        }
/* end Copyright links */

/*  Link Attributes   */
a:link {
	text-decoration: 	none;
	color: 			#0000FF;
}

a:visited {
         text-decoration: 	none; 
         color: 	 	#3366FF;
}

a:hover {
	color: 			#FF0000; 
	}
