
/* fonts */
/* Normal Standard Font Used Everywhere */
.norm {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000; 
			font-size: 12px;}   

.rnorm {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: red; 
			font-size: 12px;}   
			
.title {text-decoration: none;
			font-family: Times New Roman, Times, serif;
			color: FFFFFF;
			font-size: 44px;} 
			
.disclaimer {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000; 
			font-size: 12px;}

.search:link {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: white; 
			font-size: 10px;}

.search:hover {text-decoration: underline;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000; 
			color: yellow;
			font-size: 10px;}

.search:visited {text-decoration: none;
				font-family: verdana, helvetica, sans-serif; 
				color: white; 
				font-size: 10px;}

.search:visited:hover {text-decoration: underline;
					   font-family: verdana, helvetica, sans-serif; 
					   color: yellow; 
					   font-size: 10px;}

 .nav:link {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: white; 
			font-size: 12px;}

.nav:hover {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000; 
			color: yellow;
			font-size: 12px;}
			
.nav:visited {text-decoration: none;
				font-family: verdana, helvetica, sans-serif; 
				color: white; 
				font-size: 12px;}

.nav:visited:hover {text-decoration: none;
					   font-family: verdana, helvetica, sans-serif; 
					   color: yellow; 
					   font-size: 12px;}

i {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000; 
			font-size: 12px;}

h1 {text-decoration: none;
			font-family: verdana, helvetica, sans-serif;  
			font-size: 20px;}

h2 {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			font-size: 18px;}

h3 {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			font-size: 16px;}

h4 {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			font-size: 14px;}

h5 {text-decoration: none;
			font-family: verdana, helvetica, sans-serif;  
			font-size: 12px;}

p	{text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000;
			font-size: 12px;} 

/* Generic Link Behaviour unless otherwise noted  */

a:link {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: blue; 
			font-size: 12px;}
			
a:hover {text-decoration: underline;
				font-family: verdana, helvetica, sans-serif; 
				color: blue; 
				font-size: 12px;}

a:visited {text-decoration: none;
				font-family: verdana, helvetica, sans-serif; 
				color: blue; 
				font-size: 12px;}

a:visited:hover {text-decoration: underline;
						font-family: verdana, helvetica, sans-serif; 
						color: blue; 
						font-size: 12px;}
		  
/* Small Subfont used in Body */	   

.small {font-family: verdana, helvetica, sans-serif; 
		color: black; 
		font-size: 10px;}
		
.rsmall {font-family: verdana, helvetica, sans-serif; 
		color: red; 
		font-size: 10px;}

/* Blue Header Font Used On Chapter Heads  */

.searchhead { font-family: verdana, helvetica, sans-serif; 
		  font-weight: bold; 
		  color: 666633; 
		  font-size: 13px; }

/* White Header Used In Left Nav Include */		

.whead {font-family: verdana, helvetica, sans-serif; 
		font-weight: 700; 
		color: white; 
		font-size: 14px; }



.wtext {font-family: verdana, helvetica, sans-serif; 
		color: white; 
		font-size: 12px; }


/* Black Head used in  News Includes */

.bhead {font-family: verdana, helvetica, sans-serif; 
		font-weight: 700; 
		color: 000000; 
		font-size: 14px; }		

.bhead:hover {color: black;}

.bhead:link {color: black;}

.bhead:visited {color: black;}

.bhead:visited:hover {color: black;}


/* MastHead on "header" include */

.mast {font-family: verdana, helvetica, sans-serif; 
	   font-weight: 700; 
	   color: white; 
	   font-size: 10px; }

.mast:hover {color: white;}

.mast:link	{color: white;}

.mast:visited {color: white;}

.mast:visited:hover {color: white;}



/* Footer Font */

.footer {font-family: verdana, helvetica,sans-serif; 
		 text-align: center; 
		 color: blue; 
		 font-size: 12px; }

.footer:hover	{font-family: verdana, helvetica,sans-serif; 
						text-align: center; 
						color: green;
						font-size: 12px;}

.footer:link	{font-family: verdana, helvetica,sans-serif; 
						text-align: center; 
						color: blue;
						font-size: 12px;}

.footer:visited {font-family: verdana, helvetica,sans-serif; 
						text-align: center; 
						color: purple;
						font-size: 12px;}

.footer:visited:hover {font-family: verdana, helvetica,sans-serif; 
									text-align: center; 
									color: green;
									font-size: 12px;}		 

/* Left Navigation General Font */

.left {font-family: verdana, helvetica, sans-serif; 
	   color: black; 
	   font-size: 11px; }


/* Button Style*/

.button {font-family: Verdana; 
			font-size: 10pt; 
			border: 1 solid;}

/* Advertisement boxes */

.ad {border-style: solid;
		border-color: 4275B4;}

/* List Fonts Used In Body  */

.list {font-family: verdana, helvetica, sans-serif; 
	   color: black; 
	   font-size: 12px; }
