/* tourmaline css file */

body	{background-color: #FFFFFF;
					margin-top: 0px;
					margin-left: 0px;
					}

/*ANCHOR CLASSES*/
/* this is for the main body of text links. */		

A.links			{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 13px;
					color: #3366FF;
					text-decoration: none;
					font-weight: normal}
					
/* sets the rollover cover for IE */			
A.links:hover	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 13px;
					color: #ff9900;
					text-decoration: underline;
					font-weight: normal}

A.navLinks			{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 11px;
					color: #FFFFFF;
					text-decoration: none;
					font-weight: bold;
					margin:5px;}
					
/* sets the rollover cover for IE */			
A.navLinks:hover	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 11px;
					color: #003399;
					text-decoration: underline;
					font-weight: bold}
					

		

.copy		{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 13px;
					color: #666666;
					font-weight: plain;
					font-style: normal;
					line-height: 16px;
					text-align: left;
					}

.pcopy		{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 13px;
					color: #666666;
					font-weight: plain;
					font-style: normal;
					line-height: 16px;
					text-align: left;
					padding-left: 10px;
					
					}
.title	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 18px;
					color: #FF9900;
					font-weight: bold;
					font-style: italic;
					line-height: 20px;
					text-align: left;
					
					}
					
.head	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 12px;
					color: #333333;
					font-weight: bold;
					font-style: italic;
					line-height: 20px;
					text-align: left;
					
					}
					
					
DIV.copywright		{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 10px;
					color: #3366CC;
					font-weight: plain;
					font-style: normal;
					line-height: 18px;
					text-align: center;
					
					}		
	