/*

Reset Default Browser Styles
- Place first in the listing of external style sheets for cascading.
- Be sure to explicitly set margin/padding styles.
- Styles are not reset that have to do with display (block, inline) are not reset.

By: Chris Poteet & various influences

*/

* {
vertical-align: baseline;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: none;
padding: 0;
margin: 0;
}
body {
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
margin: 0;

}
li, dd, blockquote {
	list-style-type: none;
}


dt {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a{
	text-decoration:none;
	padding: 0;
	margin: 0;
}
 h2{
 font-size:15px;
 color:#333333;}
 
 img {
	float:none;
	margin: 0;
	padding: 0;
}

