a:link
{
	color: blue;
}
a:visited
{
	color: #009999; 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family:      Arial;
	background-color: #FFFFFF;
	color:            #000000;
	font-size:        9pt;
}
 
h1 {color: #808080; font-size:18pt; font-family:Arial; font-weight:bold}
h2 {color: #808080; font-size:16pt; font-family:Arial; font-weight:bold}
h3 {color: #003399; font-size:14pt; font-family:Arial Black;}
h4 {color: #808080; font-size:12pt; font-family:Arial Black;}
h5 {color: #003399; font-size:10pt; font-family:Arial; font-weight:bold}
h6 {color: #808080; font-size: 9pt; font-family:Arial; font-weight:bold}
h7 {color: #808080; font-size: 8pt; font-family:Arial; font-weight:bold} 
h8 {color: #808080; font-size: 7pt; font-family:Arial; font-weight:bold}
h9 {color: #808080; font-size: 6pt; font-family:Arial; font-weight:bold}
h9 {color: #808080; font-size: 6pt; font-family:Arial; font-weight:bold}

textarea     
{ 
    font-family:      Arial; 
    font-size:        9pt; 
    color:            #000000; 
    background-color: #FFFFFF 
}
p            
{   color:            black;
    font-family:      Arial; 
    font-size:        9pt; 
    line-height:      120%; 
    font-style:       normal; 
    font-weight:      normal; 
    margin-top:       0px; 
    margin-bottom:    6px 
}
p.MenuX	         
{   font-family:      Arial Bold; 
    font-size:        14pt; 
    font-weight:      normal; 
    font-style:       normal; 
    color:            white;
	line-height:      100%;
	vertical-align:   0%;
}
 p.Description           
{   font-family:      Arial; 
    font-size:        7pt; 
    font-weight:      Normal; 
    font-style:       Normal; 
    color:            #000000; 
    line-height:      200%; 
}
img {}
 
form{
	margin:0px 0px 3px 0px;
	}
#courses th{
	font: bold 11px Arial, helvetica, sans-serif;
	border-bottom:1px solid #707070;
	}
#courses td{
	font:11px Arial, helvetica, sans-serif;
	border-bottom:1px dotted gray;
	padding:0px 6px 0px 6px;
	}


