@charset "utf-8";
/* CSS Document */
/**
 * Date: June 16, 2009
 * Project: Fusionstrings
 * Author: Dilip Kumar Shukla(Fusionstrings)
 * Last update: June 16, 2009
 */

 
/* Common CSS and CSS reset Start */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
/*links*/
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:none;
	}
/*List*/
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* Common Display Rules*/
.block{
	display:block;
	}
.none{
	display:none;
	}
.inline{
	display:inline;
	}
.clear{
	clear:both;
	}
.relative{
	position:relative;
	}
.absolute{
	position:absolute;
	}
.floatleft{
	float:left;
	}
.floatright{
	float:right;
	}
.center_div{
	margin:0 auto;
	}
.bold{
	font-weight:700;
	}
.normal{
	font-weight:normal !important;
	}
.underline, .underline:hover{
	text-decoration:underline;
	}
/* Headings*/
h1, h2, h3, h4, h5, h6{
	font-weight:700;
	}
h1{
	font-size:18px;
	}
h2{
	font-size:17px;
	}
h3{
	font-size:16px;
	}
h4{
	font-size:14px;
	}
h5{
	font-size:12px;
	}
h6{
	font-size:10px;
	}
/* Font Size */
.fs8{
	font-size:8px;
	}
.fs9{
	font-size:9px;
	}
.fs10{
	font-size:10px;
	}
.fs11{
	font-size:11px;
	}
.fs12{
	font-size:12px;
	}
.fs13{
	font-size:13px;
	}
.fs14{
	font-size:14px;
	}
.fs15{
	font-size:15px;
	}
.fs16{
	font-size:16px;
	}
.fs17{
	font-size:17px;
	}
.fs18{
	font-size:18px;
	}
.fs19{
	font-size:19px;
	}
.fs20{
	font-size:20px;
	}
.fs21{
	font-size:21px;
	}
.fs22{
	font-size:22px;
	}
.fs23{
	font-size:23px;
	}
.fs24{
	font-size:24px;
	}
.fs25{
	font-size:25px;
	}
.fs26{
	font-size:26px;
	}
.fs27{
	font-size:27px;
	}
.fs28{
	font-size:28px;
	}
.fs29{
	font-size:29px;
	}
.fs30{
	font-size:30px;
	}
/* Remove Inherited Style*/
.no_margin{
	margin:0 !important;
	}
.no_padding{
	padding:0 !important;
	}
.no_border{
	border:none !important;
	}
.no_dec{
	text-decoration:none !important;
	}
/* Common CSS and CSS reset End */