﻿@charset "utf-8";

/*===== CSS by Sticky2B =====*/
/*=====---------- Reset ------------=====*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{ line-height: 1; }
ol, ul{ list-style: none; }
blockquote, q{ quotes: none; }
:focus{ outline: 0; }
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
table{ border-collapse: collapse; border-spacing: 0; }


/*===== Clearfix =====*/
.clear{
  clear: both;
}
html[xmlns] .clearfix{
	display: block;
}
* html .clearfix{
	height: 1%;
}

/*===== DEFAULT STYLES =====*/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
}


/*=====----- Images -----=====*/

.alignleft{ margin: 7px 15px 7px 0; float:left;  }
.alignright{ float:right; }
.aligncenter{ margin: 0px auto; display:block;  }

/*=====----- Float -----=====*/
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.float-none{
	float:none;
}
/*=====----- Text Styling -----=====*/
h1{
	font-size:30px;
}
h2{
	font-size:24px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}

ul{ }
ol{ list-style-type: decimal; }
dl{ margin: 0 0 18px 0; }

p{
	word-wrap:break-word;
}
address{ margin: 0 0 18px 0; }

code{ padding: 0 2px; border-width: 1px; border-style: dotted; }

blockquote{
	min-height: 32px;
	padding: 0 30px 0 55px;
	margin: 0 0 18px 0;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	font-family: Georgia, serif;
}
q{ font-style: italic; }
cite{ font-style: italic; }

a{ cursor: pointer; text-decoration: none; word-wrap:break-word; }
a:hover { text-decoration: underline; }
strong{ font-weight: bold; font-style: normal; }
del{ text-decoration: line-through; }