/*
 *  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: #D0EFD0;}

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;}

/*  Commented out, for now....
.LinkFont      {color: #000066; font-weight: bold; text-align: left;}
.LinkFont:hover {color: #666666; font-weight: bold;}

p	       {text-indent: 0.5in;
	 	margin-left: 50px;
	 	margin-right: 50px;}

.title	       {text-align: left; vertical-align: bottom;
		font-family: Arial; font-size: 20pt; font-weight: bold;
		color: royalblue;}
 */

/*  Commented out, for now....

.CUFont	       {color: #363636; font-size: 8pt;
		font-family: Tahoma, Verdana, Arial, Helvetica;}
.pros-button   {height: 25px; width: 90px; text-align: center;
		font-size: 8pt; font-weight: bold;
		font-family: Tahoma, Verdana, Arial, Helvetica;
		background-color: #EEEEEE; color: #020241;
		border-style: double; border-color: #000066; border-width: 3;}

.pros-cell     {font-family: Arial; font-size: 12pt; font-weight: bold;
		background-color: #EFF3FF; text-align: left;}
.pros-name     {font-family: Arial; font-size: 12pt; font-weight: bold;
		background-color: #EFF3FF; text-align: left;}

 */

