/***********************************************/
/* Saint Gerard Global Style Sheet        */
/***********************************************/

/***********************************************/


/***********************************************/
/* Code Below Sets HTML Tag Styles              */
/***********************************************/ 

html{ 
display:block; 
}


body{
	display:block; 
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.166;	
	background-color: #999696;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */



h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
 text-align: center;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


address{
  font-style: normal;
  text-align: center;
  font-weight: bold;
}

.tableborder {
	border-width: 1px; 
	border-style: solid;
	border-color: black;
}



#divNAV	ul { 
	list-style-type: none; 
	margin:0px; 
	padding:0px; 
	padding-left:15px; 
	margin-top:15px;
}

#divNAV	a { 
	color:#ffffff; 
	font-weight:bold; 
	font-size:.90em; 
	line-height:1.6em; 
	font-family: Arial,sans-serif; 
	text-decoration:none; 
}

#divNAV	a:hover { 
color:#af91d9; 
}

				








