/*
Version: Beta
Site URL: http://www.procerin.com/
Author: Ani SEO Consulting Pvt. Ltd.
Author URI: http://www.aniseo.com/
Data Edited: October 23, 2008.
Editor: RatanK
*/
/***** *Global Settings* *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
 margin:0;
 padding:0;
}

html, body {
border:0;
}
html{
 color:#000;
 background:#FFF;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
}
/****** Links ******/

a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
a:active, a:focus{
	outline: none;
}

a:link img, a:visited img, a:hover img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

/****** Header Tags *****/
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
 
h1 {
padding:5px 0 5px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:5px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
/***** Tables *****/

table{
 border-collapse:collapse;
 border-spacing:0;
border:0;
padding:0;
}
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
input,textarea,select{
 font-family:inherit;
 font-size:inherit;
 font-weight:inherit;
}
input, select, textarea {
*font-size:100%;
font:1em Arial, Helvetica, sans-serif;
}
textarea {
width:100%;
line-height:1.25;
} 
/***** Common Formatting *****/
fieldset,img{
 border:0;
}
legend{
 color:#000;
}
label {
cursor:pointer;
}


address,caption,cite,code,dfn,em,strong,th,var{
 font-style:normal;
 font-weight:normal;
}
caption,th{
 text-align:left;
}
q:before,q:after{
content:'';
}
abbr,acronym{
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
 border:0;
 font-variant:normal;
}
sup {
vertical-align:text-top;
}
sub {
vertical-align:text-bottom;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
p, ul, ol {
margin:0;
padding:0;
}
li{
 list-style:none;
}
img{
	margin: 0px;
	outline: none;
}
/****** Global Classes ******/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.red				{ color: #df0000; }
.blue				{ color: #1a61a3; }
/* End of Global CSS */
