
/* RESET ALL CSS ELEMENTS */

html {
	height:100.01%;
}

body {
	color:#000;
	line-height: 14px;
	font: 11px Tahoma, Verdana, "Times New Roman", sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

input {
	font: 11px Tahoma, Verdana, "Times New Roman", sans-serif;
	color:#333333;
	padding:1px;
}
ul {
	list-style: none;
}
ol, ul{
	padding: 0;
	list-style-position:inside;
}

a img {
	border:0px none;
}

a {
	text-decoration:none;
	color: #008a57;
	outline: none;
}
a:hover {
	text-decoration:underline;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin-bottom:5px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
     text-align: left;
     font-weight: normal;
}
.clear {
	clear:both;
}
.fleft {
	float: left;
}

.fright {
	float: right;
}
