

/************************** MAIN STYLES - DO NOT EDIT!! **************************/

*html {

  height: 100%;

}



body {
background-image:url(images/bg.gif); background-repeat: repeat-x; background-position:top;

  height: 100%;

  margin: 0px;

  background-color: #FFFFFF;

  color: #666666;

  font: 11px/15px Arial, Helvetica, sans-serif;

}





a:link {

  color: #333333;

  text-decoration: none;
  font-size:12px;

}

a:visited {
  color: #003399;
  text-decoration: none;
  font-size:12px;

}

a:hover {

  color: #003399;

  text-decoration: underline;

}


/***********************************************************************************/

/********----------------------- 。。。 H STYLES 。。。 ---------------------- ********/

h1 {


  font-size: 24px;
  font-family:Geneva, Arial, Helvetica, sans-serif;

  color: #FFF;


}
h2 {
  font-size: 16px;

  font-weight: bold;
  color: #333333;


}


/********----------------------- 。。。 Others STYLES 。。。 ---------------------- ******/

p{
	line-height:18px;
	font-size: 12px;
	color: #333333;

}


ul {
	line-height:18px;
	font-size: 12px;
	color: #333333;

}

td {
	line-height:18px;
	font-size: 12px;
	color: #333333;
}