/* CSS Document */

Body{
font-family:Century Gothic;
}

.box{
background-image:url('images/box_bg.gif');
}
.red{
font-weight:bold;
font-size:25px;
color:#DC241F;
}
.yellow{
font-weight:bold;
font-size:25px;
color:#FFC726;
}
.pruple{
font-weight:bold;
font-size:25px;
color:#6732BA;
}
.palegreen{
font-weight:bold;
font-size:25px;
color:#00BAB9;
}
.title1{
 font-weight:bold;
 font-size:17px;
 color:#FFC726;
 text-decoration:none;
}
.title{
 font-weight:bold;
 font-size:17px;
 color:#ffffff;
 text-decoration:none;
}
.title2{
 font-weight:bold;
 font-size:15px;
 color:#ffffff;
 text-decoration:none;
}
.title3{
 font-weight:bold;
 font-size:13px;
 color:#ffffff;
 text-decoration:none;
}
.text{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10.5pt;
 padding-right:15px;
 padding-left:5px;
 color:#ffffff;
 text-decoration:none;
}
.link{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#FFC726;
 text-decoration:none;
}
.link:hover{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#FFC726;
 text-decoration:underline;
 }
 .rlink{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#F65D59;
 text-decoration:none;
}
.rlink:hover{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#F65D59;
 text-decoration:underline;
 }
 .glink{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#0FE6E5;
 text-decoration:none;
}
.glink:hover{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#0FE6E5;
 text-decoration:underline;
 }
 .plink{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#BB93F9;
 text-decoration:none;
}
.plink:hover{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:10pt;
 line-spacing:30px;
 color:#BB93F9;
 text-decoration:underline;
 }
 .more{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:9pt;
 color:#FFC726;
 text-decoration:none;
}
.more:hover{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:9pt;
 color:#FFC726;
 text-decoration:underline;
 }
.tabtext{
 font-family:Arial;
 font-weight:normal;
 font-size:14px;
 color:#FF0000;
 text-decoration:none;
}
.downlink{
 font-family:Arial;
 font-weight:normal;
 font-size:11px;
 color:#ffffff;
 text-decoration:none;
 }
.downlink:hover{
 font-family:Arial;
 font-weight:normal;
 font-size:11px;
 color:#fffff;
 text-decoration:underline;
 }
 .copyright{
 font-family:Arial;
 font-weight:normal;
 font-size:11px;
 color:#ffffff;
 text-decoration:none;
}
.next{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:9pt;
 padding-right:20px;
 color:#FFC726;
 text-decoration:none;
}
.next:hover{
 font-family:Century Gothic;
 font-weight:normal;
 font-size:9pt;
 padding-right:20px;
 color:#FFC726;
 text-decoration:underline;
 }