/* CSS Document */

#form {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	vertical-align:middle;
	}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; } 
h5 { font-size: 125%; }

p, ul, ol, dl {
	margin: 0;
	padding: 15px 0 0 0;
	}

input, select {
	margin: 0;
	padding: 0;
	}

div.clear, br.clear {
	clear: both;
	}

div.padding {
	height: 15px;
	}

div.spacer {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	}

.hidden {
	display: none;
	}

.inline {
	display: inline;
	}

.block {
	display: block;
	}

.visible {
	visibility: visible;
	}

.invisible {
	visibility: hidden;
	}

.first {
	padding-top: 0;
	}

hr {
	display:none;
	}

.align_right {
 	text-align:right;
	}

.align_center {
	text-align:center;
	}

.nowrap {
	white-space: nowrap;
	}


.t { background-repeat: repeat-x; background-position: top; }
.b { background-repeat: repeat-x; background-position: bottom; }
.l { background-repeat: repeat-y; background-position: left; }
.r { background-repeat: repeat-y; background-position: right; }
.tl { background-repeat: no-repeat; background-position: top left; }	
.tr { background-repeat: no-repeat; background-position: top right; }
.bl { background-repeat: no-repeat; background-position: bottom left; }
.br { background-repeat: no-repeat; background-position: bottom right; }


ul.bullets, ol.bullets {
	list-style-type: none;
	}

	ul.bullets li, ol.bullets li {
		margin-left: 5px;
		background: transparent url("/i/small_black_on_white.gif") no-repeat 0 4px;
		padding: 0 0 8px 17px;
		}

	ul.bullets li.last, ol.bullets li.last {
		padding-bottom: 0;
		}