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, img, ins, kbd, q, s, samp, small, strike, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;		
}
a {
    vertical-align:baseline;
    background:transparent;
	outline:none; 
	text-decoration:none;
}
a img { 
	border: none;
}
a:hover, a:active, a:focus, a:link { 
	text-decoration: none;
	outline:none;
	text-decoration:none;
}

input, button, textarea {outline:none;}

input, button, textarea, select {
    -webkit-appearance: none;-webkit-border-radius:0;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

body { margin: 0; font-size: 12px; line-height:normal; background:#fff;font-family: 'Open Sans', sans-serif; color:#595959;}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* Header Styles
================================================== */
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:700; line-height:normal; color:#333333;}

h1{	font-size:24px;	margin:0 0 15px 0;}
h2 {font-size:20px; margin:5px 0 0px 0;}
h3 {font-size:18px;	margin:10px 0;}
h4 {font-size:16px;	margin:5px 0;}
h5 {font-size:14px;	margin:5px 0;}

/*Floats*/
.f-left {float:left;}
.f-right {float:right;}

/*Text Alignment*/
.tr{text-align:right !important;}
.tc{text-align:center !important;}
