/*  
*   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%;
  font-size: 11px;
  font-family: verdana;
  color:#5B5B5B;
  
}


/* #2 -- Headers -- */
h1, h2, h3, h4, h5, h6 { 
	font-family: arial, verdana, sans-serif;
	margin: 0 0 1em 0;
	color:#3F5058;
}
 
    h1  {  font-size: 150%; }
    h2  {  font-size: 150%; }
    h3  {  font-size: 120%; }
    h4  {  font-size: 100%; }
    h5  {  font-size: 90%;  }
    h6  {  font-size: 90%; border: 0; }



/* #3 -- Links -- */
a:link {
  color:#0E5ABA ;
}
a:visited {
  color:#0E5ABA ;
}
a:hover {
  color:#D50023 ;
}
a:active {

}




/* #4 -- Tables -- */
table{

}
table tr td{

}
table tr td{

}


/* #5 -- Images -- */
img { border: 3px #b0b0b0 solid; }
.trImgLink img{border:none}



/* #6 -- Forms -- */
form {
  margin: 0px;
  padding: 0px;
}
