/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 25 July 2008 18:13:10
*/


      /* CSS Document */

/*-------------------------------------------------COMMON ELEMENTS------------------------------------------------------*/
body {
    font-size: x-small;
    margin: 0;
    padding: 0;
}        
.expand {
    width: 100%;
    /* makes the box expand so it contains the floats */
    overflow: hidden;
}
.hide_me {
        display: none;
}
a {
    text-decoration: none;
    color: #990066;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-content a:visited {
    color:#996699;
}
#main-content a:hover {
    color: #ff0000;
    text-decoration: underline;    
}
#main-content a:active {
    background-color: #96A5E0;    
}