/*
 *  page.css: CSS rules for this web site.
 */

body	       {font-size: 12pt;
	 	font-family: Arial;
	 	font-weight: normal;
		margin-left: 0px; margin-top: 0px;
		margin-right: 0px; margin-bottom: 0px;
	 	color: black;
	 	background-color: white;}

//	 	background-color: #0096C0;}
//	 	background-color: #5DC096;}

a:link	       {color: #0000CC;
		text-decoration: none;}

a:visited      {color: #0000CC;
		text-decoration: none;}

a:active       {color: #0000CC;
		text-decoration: none;}

a:hover	       {color: #FF0000;
		text-decoration: underline;}

h1	       {text-align: left; vertical-align: text-bottom;
		font-family: Arial; font-size: 18pt; font-weight: bold;
	        color: navy;}

h2	       {text-align: center;
		font-family: Arial; font-size: 18pt; font-weight: bold;
                font-style: italic;
	        color: navy;}

//               color: #5376B5;}

hr             {color: gray;}

.title	       {text-align: left;
		font-family: Arial; font-size: 20pt; font-weight: bold;
		color: black;}

.subtitle      {font-family: Arial; font-size: 10pt;
		font-weight: normal; font-style: italic;
		color: black;}

//.counter       {color: #545454; text-align: center;}

.counter      { visibility: hidden; }

.joinWindow   { font-size: 12pt; font-weight: bold;
		padding: 20px;
		color: blue;
	      }

.bot	       {
	color: 0000FF;
	font-size: 10px;
	font-family: verdana,arial;
	line-height: 13pt;
	       }
.bot:hover     {color: 00A2A3;}
.bot3	       {
	color: 00A2A3;
	font-size: 10px;
	font-family: verdana,arial;
	line-height: 13pt;
	       }
.bot3:hover    {color: 0000FF;}

.bot1	       {
	color: black;
	font-size: 10pt;
	font-family: verdana,arial;
	       }
.bot1:hover    {color: white;}
.bot2	       {
	color: FFFFFF;
	font-size: 10px;
	font-family: verdana,arial;
	       }
.bot2:hover    {color: 000000;}

TD	       {
font-size: 14px;
FONT-FAMILY: verdana,arial;
color: 000000;
	       }

.s	       {
font-size: 10px;
FONT-FAMILY: verdana,arial;
color: FFFFFF;
	       }

p	       {
   margin-top: 5pt; 
   margin-bottom: 5pt;
	       }

