/*Created by: anand sagar (aks12@rediffmail.com)
Dated: 08/07/2008
Modify date: 08/07/2008*/

body {
	background-color: #FFF;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 1.25;
	width:100%;
	height:100%;
	background:url(../images/body_bg.gif) center repeat-y; 
}
/* Reset margins for all paragraphgs */
body, h1, h2, h3, h4, h5, h6, p, form, fieldset {
	margin: 0;
	padding:0;
	border:0;
}
h3 {
	font-size: 1.19em;
}
a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration:none;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
}
img {
	border: none;
}
.clear {
	display: block;
	clear: both;
}
/* We don't want to see these elements displayed at all */
.no-style {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.nowrap {
	white-space: nowrap;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

