/*  
*   Basic Styles
*   Author    -> MayVas <info@mayvas.com>
*   File type -> CSS2
*   License   -> GPL

----------------------  
  Document Structure
----------------------
  #1 - Body
  #2 - Headers
  #3 - Links
  #4 - Tables
  #5 - Images
  #6 - Forms

*/


/* #1 -- Body -- */
body {
  margin: 0;
  padding:0;
  line-height: 140%;
  background: url(../images/fonBgr2.jpg) repeat;
  font-family: Arial;
  font-size: 13px;
  color: #22305f;
}


/* #2 -- Headers -- */
h1, h2, h3, h4, h5, h6 { 
	font-family: arial, verdana, sans-serif;
	margin: 0 0 1em 0;
	color: #568db5;
}
 
    h1  {  font-size: 16px;}
    h2  {  font-size: 14px;}
    h3  {  font-size: 120%;}
    h4  {  font-size: 100%;}
    h5  {  font-size: 90%;}
    h6  {  font-size: 90%; border: 0; }


a{
color: #95acba;
text-decoration: none;
}

a:hover {
color: #5a5a5a;
}





/* #4 -- Tables -- */
table{

}
table tr td{

}
table tr td{

}


/* #5 -- Images -- */
img { border: none; }



/* #6 -- Forms -- */
form {
  margin: 0px;
  padding: 0px;
}
