/*http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique*/

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
background: #e6c9f5 url(../images/bg_page2.gif) repeat-y center;
}
 
body {
font:100%/1.25 arial, helvetica, sans-serif;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
font:2em arial, helvetica, sans-serif;
}
 
h2 {
padding:0 0 20px 0;
font:1.5em arial, helvetica, sans-serif;
color: #DF4888;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

h4 {
font:0.8em arial, helvetica, sans-serif;
font-weight:bold;
padding: 8px 0;
color: #CC3366;
}

h5 {
font:0.75em arial, helvetica, sans-serif;
font-weight:bold;
padding: 2px 0;
}

p {
font-size:0.75em;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
font-size:0.75em;
}

ul, ol {
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {color: #CC66CC;}

a, a:visited {
text-decoration:none;
}

a:hover {text-decoration:underline;}

a:focus {overflow:hidden;}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
border: #666666 1px dotted;
padding: 3px;
font-size:0.75em;
float:left;
margin-right:10px;
}

input, label, select { 
display:block; 
margin-bottom:8px; 
}

input {
width:200px;
cursor:pointer;}
 
textarea {
line-height:1.25;
}
 
label {
width: 120px;
font-size:0.75em;
font-weight:bold;
color: #B974DE;
display:block;
float:left;
padding:3px 10px 0 0;
text-align:right;
}

input.radiobtn, input.checkbtn {
width:20px;
border:none;
margin-right:5px;
}

br {clear:left;} 
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
border-collapse:collapse;
font-size:0.75em;
}
 
  table th, table tr, table td {
  padding:4px;
  border: #CCCCCC 1px solid;
  vertical-align:top;
  text-align:left;
  }
 
  table th {
  background-color: #F0F0F0;
  }
  
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** 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: #CCCCCC;color:#000; padding:1px 3px;}
 
.wrap          { width:960px;margin:0 auto; }
 
.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; }
.noborder      { border:none; background:none;}
