﻿/*		Resetting Stylesheet		*/

html, body, div, span, applet, object, iframe, blockquote, pre, a, p,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol,ul , li, fieldset, form, label, legend, 
caption, tbody, tfoot, thead, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ul { list-style: none; }

ol { margin: 0 0 1em 2em; }

h1 {  font-size: 1.50em; color: #800 }
h2 {  font-size: 1.35em; }
h3 {  font-size: 1.25em; margin-bottom: .50em;}
h4 {  font-size: 1.20em; background: #ddd fixed right ; padding: 2px 5px; display: block; margin-bottom: .50em;}
h5 {  font-size: 1.10em; }
h6 {  font-size: 1.00em; }

hr {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	clear:both;
	}

label {
	float: left;
	width: 120px;
	font-weight: bold;
	}

input, textarea {
	width: 180px;
	margin-bottom: 5px;
	}

textarea {
	width: 250px;
	height: 150px;
	}

form.br {
	clear: left;
	}
