/*  
*   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;
	font: normal normal 9pt/140% arial;
	background:url(../images/bodyBgr.gif);
}


/* #2 -- Headers -- */
h1, h2, h3, h4, h5, h6 { 
	font-family: arial, verdana, sans-serif;
	font-weight:normal; 	
}
 
    h1  {  font-size: 170%; }
    h2  {  font-size: 130%; font-weight:bold;	margin: 25px 0px 0px 0px;}
    h3  {  font-size: 120%; }
    h4  {  font-size: 100%; }
    h5  {  font-size: 90%;  }
    h6  {  font-size: 90%; border: 0; }



/* #3 -- Links -- */
a:link {
	color:#125617;
	text-decoration:none;	
}
a:visited {
	color:#125617;
	text-decoration:none;	
}
a:hover {
	color:#000000;
	text-decoration:underline;	
}
a:active {

}

#container a{
	text-decoration:underline;
}


/* #4 -- Tables -- */
table{

}
table tr td{

}
table tr td{

}


/* #5 -- Images -- */
img { border: none; }



/* #6 -- Forms -- */
form {
  margin: 0px;
  padding: 0px;
}


		/* # -- Common Text  -- */
			.fWb {  font-weight:bold !important;}
			.fWn {  font-weight:normal !important; }
			.sTxt {  font-size:90% !important;  }


			/* # -- FRS Text Aligments  --  */
			.tAl  { text-align:left  !important;      }
			.tAc { text-align:center  !important; }
			.tAr { text-align:right !important;     }
			.tAj  { text-align:justify; }

			/* # -- Common Block Mes -- */
			
			.w10px   {   width: 10px;}
			.w15px   {   width: 15px;}
			.w20px   {   width: 20px;}
			.w30px   {   width: 30px;}
			.w40px   {   width: 40px;}
			.w50px   {   width: 50px;}
			.w60px   {   width: 60px;}
			.w80px   {   width: 80px;}
			.w100px {  width: 100px;}
			.w120px {  width: 120px;}
			.w140px {  width: 140px;}
			.w160px {  width: 160px;}
			.w170px {  width: 170px;}
			.w180px {  width: 180px;}
			.w200px {  width: 200px;}
			.w240px {  width: 240px;}	
			.w400px { width: 400px; }		

/* -- Graphic list -- */
ul.grList {
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
ul.grList li{
	margin:0px 0px 0px 5px;
	padding:1px 0px 1px 10px;
	background: url(../images/greenArrBgr.gif) no-repeat 0px 4px; 	
}			