/* tourmaline css file */

body	{background-color: #0099cc;
					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: 11px;
					color: #FFFFCC;
					text-decoration: none;
					font-weight: normal;
					}
					
/* sets the rollover cover for IE */			
A.links:hover	{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 11px;
					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}
					

		

DIV.copy		{font-family: Verdana, Arial, Helvetica, Sans-Serif;
					font-size: 13px;
					color: #FFFFFF;
					font-weight: plain;
					font-style: normal;
					line-height: 16px;
					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;
					
					}	
					
.space {margin-bottom: 8px;}	
	