@charset 'utf-8';

/* Resetter CSS - Use to reset or modify default styling of common html tags */

/* HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0 0 10px 0;
font-weight:bold;
}

/* PARAGRAPHS */
p{
margin:0;
padding:0 0 10px 0;
}

/* LISTS */
ul, ol, li{
padding:0;
margin:0;
}
ul, ol{
list-style:none
}

/* LINKS */
a img{
border:none;
}

/* FORMS */
form, form * {
padding:0;
margin:0;
}

/* HORIZONTAL RULES */
hr{
border:none;
border-bottom:1px dotted #CCCCCC;
line-height:1px;
height:1px;
margin-bottom:10px;
}

/* NO-STYLES */
.no-padding{
padding:0 !important;
}

.no-margin{
margin:0 !important;
}

.no-border{
border:none !important; 
}

.no-underline{
text-decoration:none !important;
}

/* FLOATERS */
.float-left{
float:left !important;
}

.ie6 .float-left{
display:inline;
}

.float-right{
float:right !important;
}

.ie6 .float-right{
display:inline;
}

/* FLASH */
/* REMOVE DOTTED LINE AROUND SWF WHEN IN FOCUS */
.swfContainer *:focus {
	outline: none;
	-moz-outline-style: none;
}
