
/******************************************************************************
  
  Based on the ANU Corporate Stylesheet  http://styles.anu.edu.au/anu_global_styles.css
 

  Version for User-Agent class:  netscape
 
 ******************************************************************************/


/**** special text styles *****************************************************/

.headTitle
{
    font-family:        verdana, sans-serif;
    font-size:          large;
    font-weight:        normal;
    color:              #000000;

}

.headSubTitle
{
    font-family:        verdana, sans-serif;
    font-size:          medium;
    font-weight:        normal;
    color:              #000000;

}
.footer
{
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          x-small;
    font-weight:        normal;
    color:              #000000;
    padding-left: 8px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.caption
{
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          xx-small;
    font-weight:        normal;
    color:              #000000;
}


/**** special layout styles ***************************************************/

.navCell
{
    padding-left: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/**** basic text styles *******************************************************/

body   
{
    margin-left:        0px;
    margin-top:         0px;
    margin-right:       0px;
    margin-bottom:      0px;
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          small;
    background-color:   #FFFFFF;
    color:              #000000;
}

tr
{
  font-size:          small;
    font-family:        verdana, arial, helvetica, sans-serif;
    color:              #000000;
}

td
{
    font-size:          small;
    font-family:        verdana, arial, helvetica, sans-serif;
    color:              #000000;
}

pre, .pre
{
    font-family:        andale mono, courier, mono-spaced;
    font-size:          12px;
    color:              #666666;
}

p
{
    margin-left:        0px;
    margin-right:       6px;
    margin-top:         6px;
    margin-bottom:      12px;
}

/**** heading styles **********************************************************/

h1, .h1
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          medium;
    font-weight:        bold;
    color:              #000000;
    margin-top:         6px;
    margin-bottom:      6px;
}

h2, .h2
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          small;
    font-weight:        bold;
    color:              #000000;
    margin-top:         6px;
    margin-bottom:      6px;
}


h3, .h3
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          small;
    font-weight:        bold;
    color:              #000000;
    margin-top:         6px;
    margin-bottom:      6px;
}

h4, .h4
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          x-small;
    font-weight:        bold;
    font-style:         italic;
    color:              #000000;
    margin-top:         6px;
    margin-bottom:      6px;
}

h5, .h5
{
    font-family:        times, serif;
    font-size:          small;
    font-weight:        bold;
    color:              #000000;
    margin-top:         6px;
    margin-bottom:      6px;
}

h6, .h6
{
    font-family:        times, serif;
    font-size:          small;
    font-weight:        bold;
    font-style:         italic;
    color:              #000000;
    margin-top:         6px;
    margin-bottom:      6px;
}

/**** link and navigation styles **********************************************/

a,
a:link
{
    color:              #005ADD;
}

a:visited
{
    color:              #002266;
}

a:hover,
a:active
{
    color:              #8C7C3C;
}

/****************************************************/

a.lftNav,
a.lftNav:link
{
    color:              #444444;
    text-decoration:    none;
}

a.lftNav:visited
{
    color:              #002266;
    text-decoration:    none;
}

a.lftNav:active
{
    color:              #8C7C3C;
}

a.lftNav:hover
{
    font-size:          small;
    text-decoration: 	underline;
    background-color:   #4fb5cc;
    color: 		#FFFFFF;
}

/****************************************************/
a.extNav,
a.extNav:link,
a.extNav:visited,
a.extNav:active
{
  font-size:          small; 
    font-weight:        bold;
    color:              #f2ecbb;
    text-decoration:    none;
}

a.extNav:hover
{
   font-size:          small;
    font-weight:        bold;
    color:              #f2ecbb;
    text-decoration:    underline;
}

/****************************************************/

.nav
{
    font-size:          x-small;
    color:              #000066;
}

a.nav,
a.nav:link,
a.nav:visited,
a.nav:active
{
    font-size:          x-small;
    color:              #005ADD;
    text-decoration:    none;
}

a.nav:hover
{
    font-size:          x-small;
    color:              #005ADD;
    text-decoration:    underline;
}

/****************************************************/

.navBlack
{
    color:              #000000;
    font-size:          x-small;
}

a.navBlack,
a.navBlack:link, 
a.navBlack:visited
{
    color:              #000000; 
    text-decoration:    none;
}

a.navBlack:hover, 
a.navBlack:active
{ 
    color:              #000000; 
    text-decoration:    underline;
}


/****   form elements   *******************************************************/

select, 
input,
option,
textarea
{
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          x-small;
}

