/* --------------------------------------------------------------------------------------------------------------------------------------------------
RESET & HTML ELEMENTS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
a {color:#F0F0F0;}
a:hover, a:active, a:focus {color:#C0FFC0;}
table.table {border:1px solid #CCC;}
table.table th, table.table td {border:1px solid #CCC;}
table.table th {border-bottom:3px solid #000; color:#000;}
table.table tr.even td {background-color:#EFEFEF;}
ul{
    list-style: circle;
    padding:0px;
    margin-left:30px;
    line-height:18px;
}
li{
    list-style: circle;
    padding:0px;
    margin:0px;
}

body {
margin: 0px;
padding: 0px;
width: 100%;
text-align: left;
font-family: Arial, Arial CE, Arial Narrow, Verdana, Helvetica;
font-size: 12px;
}
H1{
font-size:19px;
font-family:Tahoma;
letter-spacing: 2px;
font-weight:800;
color:  #E80000;
background:url(../images/boy.gif) no-repeat;
padding:5px 0px 0px 36px;
height: 30px;
}
H2{
font-size:16px;
font-family:Tahoma;
letter-spacing: 2px;
font-weight:800;
color:  #F07915;
background:url(../images/boy2.gif) no-repeat;
padding:5px 0px 0px 23px;
height: 30px;
}
H3{
font-size:13px;
font-weight:800;
padding-left:5px;
}
H4{
font-size:12px;
font-weight:400;
padding-left:5px;
}
p{
 text-indent: 15px;
 font-size:12px; 
 margin: 0px;
 margin-bottom: 7px;
 margin-left: 10px;
 word-spacing: 1px;
 line-height: 18px;
 }
 a{
    color: Maroon;
    text-decoration : none;
}
 a:hover{
    color: red;
    text-decoration : underline;
}
 
 
