/* LVM Stylesheet for WebLink St. Anthony's */
/* Last Updated: 8 Nov 2005 - Michael */
body,p,td{
        font-family: Arial,Helvetica,sans-serif;
        font-size:12px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
/*	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
    }
    th {
        font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1em;
    }
 
.error{
    color:red;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1.6em;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1.4em;
}
h3 {
        font-family:Arial, Helvetica, sans-serif;
        color: #003366;
        font-size:1.2em;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1em;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 125%;
}
p.mission {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color:#999;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
}
a:link {color: #36C; text-decoration: underline;}
a:visited {color: #000066; text-decoration: underline;}
a:hover {color: #660000; text-decoration: underline;}
a:focus {color: #660000; text-decoration: underline;}
a:active {color: #660000; text-decoration: underline;}
.svQuest {
    font-family:Arial, Helvetica, sans-serif;
    color: #003366;
    font-size:1em;
}