/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* remove default link styles */
:link,:visited { text-decoration:none; }

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img { border:none; }

input, textarea, select { background-color: #fff; border:1px solid #5A8A7E; width:150px; height:15px; margin-bottom:2px;
                  font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #2A2A2A; display: inline;}
textarea { height:70px; }

body {
	background-color: #72AA8D;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	margin-top: 20px;
	padding: 0;
}

blockquote {
	margin-left: 15px;
	margin-right: 15px;
}

li {
	padding-left: 15px;
	background-image: url(images/bullet.gif);
	background-position: top, left;
	background-repeat: no-repeat;
	line-height: 18px;
	margin-bottom: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

form {
	display: inline;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
	text-align: justify
}

.p9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h1 {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: left;
}

a:link {
	color: #993333;
}

a:visited {
	color: #993333;
}

a:hover {
	text-decoration: underline;
}
