/* cr_style_master.css - style sheet for main index 

	Author:  Chris Drymalik
	Date:    19.03.1998

	Copyright (C) 1998-2003 Chris Drymalik  

	Define the general stuff
*/
A:link	{ 
	color:		dodgerblue;
	text-decoration:	none;
	}
A:visited	{ 
	color:		coral; 
	text-decoration:	none;
	} 
A:hover 	{ 
	color:		lime;
	text-decoration:	none;
	}
A:active	{ 
	color:		plum;
	text-decoration:	none;
	}

/*
	define the index menu 
*/

.crlogo			{
	font-family:	Helvetica, Verdana, Arial;
	text-decoration:	none;
	color:		white;
	background:		url(../common/graphics/cr_fadeit.jpg) repeat-y black;
	font-size:		medium;
	font-weight:	normal;
	text-align:		left;
	margin:		0;
	border:		0;
	padding:		0;
	}

.copyr		{
	font-size:		xx-small;
	margin:		10;
			}

DIV.pad	{
	width:		100%;
	padding:		12px;
	}


.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:		left;
	padding-left:	15px;
	padding-right:	20px;
	margin:		0 0 0 0;
	}

IMG.i1	{
	border-style:	none;
	}
.infobox	{
	color:				LightGoldenrodYellow;
	font-family:	Comic Sans MS, Broadway, Verdana, Arial;
	font-size:		9pt;
	font-weight:	bold;
	background:		none;
	text-decoration:	none;
	text-align:		left;
	padding:	10px;
	margin:		0px;
	VERTICAL-ALIGN: TOP;
	}
.infobox_outer	{
	padding:	10px;
	margin:		0px;
	}

.addbox	{
	text-align:		center;
	border: 			none;
	}
