/* www.hypnoparadigm.com CSS                                */
/* 	last update: Friday June  1, 2012 12:18:23 PM PDT       */
 
body{
    background-image:url(images/lrock025.jpg);
    margin: auto
    padding: 0px;
    text-align:center;
}
h1{
    font:10px arial,sans-serif;
    
    text-align: center;
}
a:link{
    color:blue;
}      /* unvisited link */
a:visited{
    color:blue;
}  /* visited link */
a:hover{
    color:navy;
}  /* mouse over link */
a:active{
    color:red;
}  /* selected link */ 
p{
    font:14px arial,sans-serif;
    width: 65%;
    text-align: justify;   
}
p.contact{
    font:20px arial,sans-serif;
    width: 65%;
    text-align: justify;   
}
table.menu{
    
    color: black;
    font:12px arial,sans-serif;
    width: 75%;
/*    border: 1px solid black;				*/
    text-align: center;
}
tr.menu{
    border: 1px solid black;
    text-align: center;
}
td.menu{
    color: black;  
    background-color: white;
    border: 1px solid white;
    text-align: center;  
}
td.menusel{
    color: red;    
    background-color: black;
    border: 1px solid white;
    text-align: center;  
}
table.heading{
    width: 65%;
    text-align: center;
}
th.heading{
    width:50%;
    font: 25px arial,sans-serif;
    text-align: center;
}
tr.heading{
    border: 1px solid black;
    text-align: center;
}
td.title_lg{
    font:bold 25px arial,sans-serif;
    text-align: left;
    padding: 10px;    
}
td.title_med{
    font:bold 18px arial,sans-serif;
    text-align: right;
    padding: 10px;    
}
td.headingleft{
    font:20px arial,sans-serif;
    text-align: right;
    padding: 10px;
}
td.headingright{
    font:15px arial,sans-serif;
    text-align: justify;
    padding: 10px;
}
td.faqq{
    font:15px arial,sans-serif;
    text-align: justify;
    padding: 10px;
}
td.faqa{
    font:15px arial,sans-serif;
    text-align: justify;
    padding: 10px;
}
td.util{
    font:8px "Lucida Console", Monaco, monospace;
    text-align: center;
    padding: 10px;
}
table.list{
    font:15px arial,sans-serif;
    width: 60%;
/*    border: 1px solid black;		*/
    text-align: center;
}
tr.list{
/*    border: 1px solid black;		*/
    text-align: center;
}
td.list{
/*    border: 1px solid black;		*/
    text-align: center;  
}
td.rates{
    text-align: left
}
.center{
    margin: auto;
    position:inherit;
    top: 0px;
    bottom: 0px;
    left:0px;
    right: 0px;
}
#title_section{
    border: hidden;
}
