/* SSR Style sheet */

/* Default background has blue hatched image, and 8pt black font */

body  		       {	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 8pt;
				color: #000000;
				background-image: url(images/hp_01.jpg);
				background-repeat: repeat-repeat;
				background-attachment: fixed;
				background-color: #0000aa;
				margin-top: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
			}

/* Default Table text */

td	 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 8pt;
				vertical-align: top;
			}

      /* for some odd reason I have to specify the size in td */
      /* Otherwise it ignores the body size? even though it uses the body color spec */


/* Paragraph setting with larger font */

p.large         	{	
				margin-top:0px;
				font-family: arial, tahoma,  verdana, helvetica, sans-serif;
				font-size: 10pt;
				line-height : 15px;
			}

/* Header fonts */
/* Use the span + dotted version if you don't want carriage returns around the text*/
								
				
h1 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 14pt;
				font-weight: bold;
				color: #000000;
			}
				
.h1 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 14pt;
				font-weight: bold;
				color: #000000;
			}			
				
h2 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 9pt;
				font-weight: bold;
				color: #0000bb;
			}
				
.h2 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 9pt;
				font-weight: bold;
				color: #0000bb;
			}
						
h3 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 8pt;
				font-weight: bold;
				color: #0000bb;
			}
				
.h3 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 8pt;
				font-weight: bold;
				color: #0000bb;
			}

/* Use h4 and h4b for highlighted text; does not control font size */
				
.h4 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				color: #0000ff;
			}

.h4b 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-weight: bold;
				color: #0000bb;
			}
					

/* Other Font Styles */
/* white text, used at bottom of page */

.wtext	 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				color: #ffffff;
			}

/* green text */
.gtext	 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				color: #229900;
			}

/ *captilize text */
.cap	 	{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
			}

				
/* Navigation Styles */
/* a:      Blue links (active or visited) Black on mouse over */
/* a:nav   White links in navigation bars, larger 9pt font */
/* a:wlink no clue what this does...*/

a:link 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				text-decoration: underline;
				color: #0000FF;
			}
a:visited	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				text-decoration: underline;
				color: #0000FF;
			}
a:active 	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				text-decoration: underline;
				color: #0000FF;
			}
a:hover 	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				text-decoration: underline;
				color: #000000;
			}				

a.nav:link 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 9pt;
				text-decoration: none;
				color: #ffffff;
			}
a.nav:visited	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 9pt;
				text-decoration: none;
				color: #ffffff;
			}
a.nav:active 	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 9pt;
				text-decoration: none;
				color: #ffffff;
			}
a.nav:hover 	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 9pt;
				text-decoration: none;
				color: #000000;
			}				
										
a.wlink:link 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 20pt;
				text-decoration: underline;
				color: #ffffff;
			}
a.wlink:visited	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 20pt;
				text-decoration: underline;
				color: #ffffff;
			}
a.wlink:active 	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 20pt;
				text-decoration: underline;
				color: #ffffff;
			}
a.wlink:hover 	{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 20pt;
				text-decoration: underline;
				color: #ffe996;
			}				

/* TABLES: background settings */

.white	 	{	background-color: #ffffff}
.black	 	{	background-color: #000000}
.gray	 	{	background-color: #333333}
.yellow	 	{	background-color: #ffe996}
.purple	 	{	background-color: #433f76}

/* Navigation bar background */
/* previously hp_04 */

.nbg	 	{	
				background-image: url(images/header-trials-2013-menu.jpg);
				background-repeat: repeat-x;
				background-color: #343a7c;
			}
			
/* Highlight Column with 111000s image background */
/* Highlight Column with light gray background */

.contactbg	 	{	
				background-image: url(images/peopleBackground.jpg);
				background-repeat: repeat-repeat; 
			}

.graybg	 		{	
				background-color:#ddddee;
			}

/* LISTs settings */
	 				 			
ul			{	
				list-style-position: outside;  
				margin: 10px;  
				padding: 5px;
			}				
	 				 			
li			{	
				padding-bottom : 5pt;
				margin-top: 0pt;  
				margin-left: 0pt; 
			}

ul.small		{	
				list-style-position: outside;  
				margin-top: 0px;  
				margin-bottom: 0px;  
				margin-left: 20px;
			}				
				
li.small        	{	
				margin-top: 0pt;  
				margin-left: 0pt; 
				padding-bottom : 2pt;
			}
				
				
				
.smaller 		{	
				font-family: tahoma,  verdana, helvetica, arial, sans-serif;
				font-size: 8pt;
				color: #ffff00;
			}
				
