<!--

/* link styles */

 a:link {color:#000099;text-decoration:none;}
 a:visited {color:#000099;text-decoration:none;}	
 a:hover {color:#336600;text-decoration:none;}        

A.more:link
	{ color:  #00F;
	text-transform:	uppercase;
  	text-decoration: underline;
	font-size: .7em;
	vertical-align: super;
	}

A.more:visited
	{ color:  #C60;
	text-transform:	uppercase;
  	text-decoration: underline;
	font-size: .7em;
	vertical-align: super;
	}

A.more:hover
	{ color: #6C6;
	text-transform:	uppercase;
  	text-decoration: underline;
	font-size: .7em;
	vertical-align: super;
	}

/* Body Styles */


Body    	{background-color: #6699FF;
		background-image: url(images/background.jpg);
	  	background-attachment: fixed;
 		color: #000;
                margin: 0;
		font-family: arial,verdana;
		}

table 		{font-family:arial,verdana;
        	}

.content-table 	{width: 80%;
		height: 100%;
		background-color: #FFFFFF;
               font-family: arial,verdana;
        	}

.table-right 	{float: right;
		border: #03C solid thin;
		margin-left: 10px;
		margin-bottom: 10px;
		width: 25%;
		font-size: .8em;
		font-family:arial,verdana;
        	}
.tableborder 	{border: thick groove #03C;
                font-family: arial,verdana;
        	}
.tableborder-small
	 	{
		font-size: .9em;
		border: thick groove #03C;
                font-family: arial,verdana;
        	}
.logo	{background: url(/images/s-stripes.jpg);
		height: 150px;
		}
.top-menu-table {width:140;
		}

.topmenu	{
		margin-bottom: 10px;
		}
	
/* alignment of graphics */

.photo-left	{
	float: left;
	margin-right: 10px;
	}
.photo-right	{
	float: right;
	margin-left: 10px;
	}

/* TEXT STYLES */

h1	{  	font-size: 1.2em;
		font-weight: bold;
		color:#6699FF
	}

h2 	{  	font-size: 1.1em;
		color:#FFCC00;
 		font-weight: bold;
		background-color:#03C; 
	}
.highlight	{
		background-color:#CCCC99; 
		}

.blue		{color: #03C;
		}
.underline 	{line-height: 1px;border-bottom: thick groove #03C;}

.endquote       {font-weight:bold;font-style:italic;}

.small	{font-size: .9em;}
.x-small	{font-size: .8em;}
      -->
