/*  
*   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: 0px;
  padding:0px;
  line-height: 140%;
  font-family: verdana;
  font-size: 12px;
  color:#444444;
  background: #dae8ff;
}


/* #2 -- Headers -- */
h1, h2, h3, h4, h5, h6 { 
	font-family: arial, verdana, sans-serif;
	margin: 0 0 1em 0;
}
 
    h1  {  font-size: 13pt; color:#0056ba;}
    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:#0056ba;
}
a:visited {
  color:#0056ba;
}
a:hover {
 color:#ca0f0f; 
}
a:active {

}



/* #4 -- Tables -- */
table{

}
table tr td{

}
table tr td{

}


/* #5 -- Images -- */
img { border: none; }



/* #6 -- Forms -- */
form {
  margin: 0px;
  padding: 0px;
}

/* #7 -- Notice blocks -- */
.noticeBlock{
  background: #fffff5;
  padding: 10px;
  border: 1px dotted #333333;
  margin: 10px 0px;
}

/* #8 -- Lists -- */
.insideBul ul,
.insideBul ol{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 11px;
  
}
.insideBul li{
  margin-bottom: 10px;
  
}

