

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 130%;	
	margin: 0px;
	padding: 0px; 
	background-color: #FFC9B3;
}


.bg{
    background-image: url(img/bg.jpg);
	background-position: left; background-attachment: fixed;
	background-repeat: repeat-y;
}


h1{
 font: bold Arial,sans-serif; font-size:12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}





.td2{ background-color: #DAE39B;

}


.td3{ background-color: #A1E3D9;

}


.td4{ background-color: #F5F5DC;

}


.t4{
  background: #dddddd;
}

.t5{
  background: #ffffff;
}

.t6{
  background: #FFCCCC;
}

.t7{
  background: #E0FFFF;
}

.t8{
  background: #457FB3;
}



.table {
  border: solid 1px #457FB3; 
  border-collapse: collapse;
}



a {
	color: #006666;
}

a:hover {
	color: #457FB3;
	background-color: #D7E7E5;
}



.font1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #414F38;
    line-height: 130%;	
}


.font2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
    color: #ffffff;
    line-height: 130%;	
}


.font3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #000000;
    line-height: 140%;	
}


.font4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #333300;
    line-height: 140%;	
}

.font5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #993333;
    line-height: 140%;	
}

.font6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #CC9999;
    line-height: 130%;
	font-weight: bold;	
}

.font7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #006666;
    line-height: 130%;
	font-weight: bold
}


.bold {
	font-weight: bold;
}


.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}


.mgn_01 {
	MARGIN: 0px 10px
}
.mgn_02 {
	MARGIN: 0px 0px 0px 5px
}
