

/* Fonts */


.fnt1
{
  font: oblique bold 48px/120% "Rage Italic", cursive;
  color: #ff33ff;
}
.fnt2
{
  font: oblique 36px/120% "Rage Italic", cursive;
  color: #CC3399;
}

.fnt3
{
  font: normal 18px "Verdana" "Arial", "Helvetica", sans-serif;
  color: #000099;
}
.fnt4
{
  font: normal 18px "Arial", sans-serif;
  color: #CC3399;
}
.fnt5
{
  font: normal 10px "Arial", sans-serif;
 
}
.fnt6
{
  font: normal 12px "Arial", sans-serif;
 
}

.fnt7
{
  font: normal 18px "Arial", sans-serif;
  color: #000099
 
}.fnt8
{
  font: oblique 36px/120% "Rage Italic", cursive;
}








a:link  {
    color: black;
    text-decoration: none;
}

a:visited  {
    color: black;
    text-decoration: none;
}

a:hover  {
    color: red;
    text-decoration: underline;
}

a:active  {
    color: red;
    text-decoration: none;
}



/* Background Images */

.bkgImgBlgr070
{
    background-image: url("../images/blgr070.jpg");
}
.bkgImgGarden
{
    background-image: url("../images/Garden.jpg");
}
.bkgImgBlueTiles
{
    background-image: url("../images/blue_tiles.jpg");
}
.bkgImgArcEnCiel
{
    background-image: url("../images/rainbow.jpg");
}

/* Widht Px*/

.wdpx12
{
   width: 12px;
}
.wdpx18
{
   width: 18px;
}
.wdpx20
{
   width: 20px;
}
.wdpx30
{
   width: 30px;
}
.wdpx83
{
   width: 83px;
}
.wdpx101
{
   width: 101px;
}
.wdpx136
{
   width: 136px;
}
.wdpx143
{
   width: 143px;
}
.wdpx155
{
   width: 155px;
}
.wdpx190
{
   width: 190px;
}
.wdpx324
{
   width: 324px;
}
.wdpx325
{
   width: 325px;
}
.wdpx754
{
   width: 754px;
}
.wdpx1004
{
   width: 1004px;
}




/* Height Px*/


.hgpx20
{
   height: 20px;
}.hgpx60
{
   height: 60px;
}
.hgpx80
{
   height: 80px;
}


/* Font Family */

.fntFamAr
{
    font-family: "Arial", sans-serif;
}

.fntFamAt
{
    font-family: "Art", cursive;
}

.fntFamBa
{
    font-family: "Book Antiqua", sans-serif;
}

.fntFamCo
{
    font-family: "Courier New", monospace;
}

.fntFamTi
{
    font-family: "Times New Roman", serif;
}

.fntFamVe
{
    font-family: "Verdana", sans-serif;
}




/* Border */

.noBdr
{
   border: 0;
}


/* Padding */

.png12
{
   padding: 12px 12px 12px 12px;
}

.png1818
{
   padding: 18px 0px 18px 18px;
}


/* Text Alignment */

.algCtr
{
    text-align: center;
}

.algJst
{
    text-align: justify;
}

.algLft
{
    text-align: left;
}

.algRgt
{
    text-align: right;
}