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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
 caption
{
	border: 0;
	font-weight: normal;
	font-style: inherit; 
	font-size: 100%;
	margin: 0;
	padding : 0;
	text-align: left;
}

body{
	background:#fff;
	font:normal 13px/20px Arial, sans-serif, "Times New Roman", Times, serif;
	color:#000000;
}

h1,h2,h3,h4,h5,h6{
	color:#000;	
}

th{
	text-align: left;	
}

html,body{
	height: 100%;
}

a img, :link img, 
:visited img {
	border: 0;
}
a {
	outline : none;
	line-height: 1;
	text-decoration: none;
	color: #00baff;
}

a:hover{
	text-decoration: none;	
}

table {
	border-collapse : collapse;
	border-spacing : 0;
}

ol, ul, li {
	list-style : none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content : "";
}

.removed {
	display : block;
	text-indent : -200em;
	overflow: hidden;
}

.hidden {
	position : absolute;
	left: -200em;
	top: 0;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
}

hr {
	display : none;
}

strong {
	font-weight: bold;
}

.cursor{
	cursor: pointer;	
}

img{
	vertical-align: bottom;
}

.last{	
	background:none;
	padding:0;
	margin:0;
	}

p{	
	margin-bottom:22px;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	}	
	
/* new clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */
