/* gsr_style_master.css - style sheet for main index 

	Author:  Chris Drymalik
	Date:    19.03.1999

	Copyright (C) 1998-2003 Chris Drymalik  

	Define the general stuff
*/
A:link	{ 
	color:		lime;
	text-decoration:	none;
	}
A:visited	{ 
	color:		orangered; 
	text-decoration:	none;
	} 
A:hover 	{ 
	color:		black;
	text-decoration:	none;
	}
A:active	{ 
	color:		plum;
	text-decoration:	none;
	}
/*
	define the index menu 
*/

.gsrlogo			{
	font-family:	Helvetica, Verdana, Arial;
	text-decoration:	none;
	color:		white;
	background:		url(../common/graphics/gsr_fadeit.jpg) repeat-y #1e90ff;
	font-size:		medium;
	font-weight:	normal;
	text-align:		left;
	margin:		0;
	border:		0;
	padding:		0;
	}

.copyr		{
	font-size:		xx-small;
	margin:		10;
			}

.copyr A:link 	{ 
	color:		blue;
	text-decoration:	none;
	}
.copyr A:visited	{ 
	color:		red; 
	text-decoration:	none;
	} 
.copyr A:hover 	{ 
	color:		yellow;
	text-decoration:	none;
	}
.copyr A:active	{ 
	color:		plum;
	text-decoration:	none;
	}

DIV.pad	{
	width:		100%;
	padding:		12px;
	}

.toplogoa	{
	color:		white;
	background:		#1e90ff;
	}


.minimenu		{
	font-size:		x-small;
	font-weight:	bold;
			}

.menuovl	{
	font-family:	Comic Sans MS, Broadway, Verdana, Arial;
	font-size:		9pt;
	font-weight:	bold;
	background:		none;
	text-decoration:	none;
	text-align:		right;
	padding-left:	150px;
	padding-right:	20px;
	margin:		0 0 0 0;
	}

IMG.i1	{
	border-style:	none;
	}

