/*

Cascaded Style Sheets for www.greekparade.org
Copyright (c) 2001-2002 www.GreekParade.org. 
All rights reserved.

*/




/*GLOBAL SETTINGS*/               

BODY
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica
}


a:link     	{ color: #0000cc; text-decoration:underline }
a:visited 	{ color: #0000cc; text-decoration:underline }
a:hover 	{ color: #ff6600; text-decoration:underline }
a:active	{ color: #ff0000; text-decoration:underline }


/* USER DEFINED CLASSES */
.txt-bw
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}

.txt-smw
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}

.txt-sm
{
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}

.txt-smb
{
	color: #0000FF;
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}


INPUT
{
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}

TEXTAREA
{
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}

OPTION
{
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}

SELECT
{
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}
