/* Cascading Style Sheet for the AutoValidator                                     */
/* Edit this file as desired...                                                    */

/* $Id: autovalidator.css,v 1.3 2004/02/06 21:47:46 pete Exp $                */


/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 10px;
	padding: 4px;
	color: #000;
	background-color: #fff;
	font-family: "Bookman Old Style", Georgia, Garamond, "Times New Roman", serif;
}


/* ******************************************************************************* */
/* heads */

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
}

h4 {
	font-size: small;
	font-weight: bold;
}

h5 {
	font-size: x-small;
	font-weight: bold;
}

h6 {
	font-size: xx-small;
	font-weight: bold;
}


/* ******************************************************************************* */
/* body stuff */

p, blockquote, ul, ol, li, dt, dd, dl {
	line-height: 125%;
}



/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", Monaco, monospace;
}


/* ******************************************************************************* */
/* other stuff */


cite {
	font-style: normal;	
}

acronym {
	border-width: 0px 0px 1px 0px;
	border-color: #333;
	border-style: dotted;
}

img {
	margin: 5px;
	border-width: 0px;
	vertical-align: bottom;	
}

hr {
        border-width: 0px 0px 1px 0px;
	margin: 10px 0 6px 0;
 }


/* ******************************************************************************* */
/* links */ 

a:link {
	text-decoration: none;
	color: #00f;
}

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

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

a:active {
	text-decoration: underline;
	color: #c90;
}







