/* St. John's United Styles */
/* Date:   19 Feb 2004 */
/* Version: CSS2 */


 /* general page layout */
 body, p, table, tr, th, td
   {
	background-color: #ffffff;
   	color: black;
   	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
   }


/* general cell layout */
tr, th, td
   {
 	vertical-align: top;
   }


 /* general list layout */
 ol, ul, li
   {
	background-color: #ffffff;
   	color: black;
   	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
   }


/* smaller text */
.small
   {
	background-color: #ffffff;
   	color: black;
   	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
   }


/* default unvisited link - lilac */
a:link
   {
	background-color: transparent;
	color: #63648C;
   }


/* default visited link - lilac */
a:visited
    {
  	background-color: transparent;
	color: #63648C;
    }


/* no border around images */
img
   {
	border-style: none;
   }

  
/* indent paragraph */
p.indent
   {
   	text-indent: 3em;
   }
   
   
/* vertical align middle */
.topalign
   {
   	vertical-align: top;
   }


/* vertical align middle */
.toprightalign
   {
   	vertical-align: top;
	text-align: right;
   }


/* center */
.center
   {
   	text-align: center;
   }


/* right align */
.right
   {
   	text-align: right;
   }
   
