#leftSubMenu {
  float : left;
  font-size: 10pt; 
  background-color : #008080; 
}

#mainText {
  
}

#leftSubMenu a:link {
    color: white; 
	font-weight: bold; 
	text-decoration:none;
	}
#leftSubMenu a:visited {
    color: white;
	font-weight: bold; 
	text-decoration:none;	
	}
#leftSubMenu a:hover {
    color: rgb(253,229,0);
	font-weight: bold; 
	text-decoration:underline;	
	} 
#leftSubMenu a:active {
    color: rgb(253,229,0);
	font-weight: bold; 
	text-decoration:none;	
	} 

body         { font-family: Verdana, Arial, Helvetica; font-size: 10pt; 
				background-color:white; }
td, th, tr, p        { font-family: Verdana, Arial, Helvetica; font-size: 10pt;}
small, input        { font-family: Verdana, Arial, Helvetica; font-size: 8pt;}

#mainMenu td {font-size: 8pt; font-weight:bold; text-align:center}
#mainMenu a:link {
    color: rgb(71,126,180); 
	font-weight: bold; 
	text-decoration:none;
	}
#mainMenu a:visited {
    color: rgb(71,126,180);
	font-weight: bold; 
	text-decoration:none;	
	}
#mainMenu a:hover {
    color: rgb(71,126,180); 
	font-weight: bold; 
	text-decoration:underline;	
	} 
#mainMenu a:active {
    color: rgb(224,63,0);
	font-weight: bold; 
	text-decoration:none;
	} 

A:link {color: rgb(71,126,180);}
A:visited {color: rgb(71,126,180);}
A:active {color: rgb(224,63,0);} 


.mcolor {color:#ff6600; font-weight:bold; }

.myborder { 
	border: 1pt solid white;  
	color : white; 
	background-color : #008080; 
 
	}

.myheader { 
	background-color:rgb(253,229,0); 
	color:rgb(211,0,3);
	 }


 
.tableHeader1 {
	background-color:rgb(253,229,0); 
	color:rgb(211,0,3);
	font-weight: bold; 
	}
.tableContent1 {
	background-color:white; 
	color:black;
	}

.homepgBar { 
	background-color : #008080;  
	}
.homepgTitle {
	color : #008080; 
	font-size: 16pt; 	
	font-weight :bold	
	}
.homepgSubTitle { 
		color : #00B0B0;
		font-weight: bold; 
		font-size : 12pt
	}

h1 { font-family: Verdana, Arial, Helvetica; 
              color: rgb(233,104,12) } 

.colorDarkRed {color: rgb(153,0,51)}

h2 { font-family: Verdana, Arial, Helvetica; font-style: normal;
               color: rgb(224,0,0);} 
h3 { font-family: Verdana, Arial, Helvetica; 
              color:#008080; }

h5 { font-family: Verdana, Arial, Helvetica; 
              color:#008080; }


.copyright  { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt;
	color : gray;
	}

.absDeadline { font-weight : bold; 
              color:#E03F00; }
              
.highlighted {
	font-weight : bold; 
	font-style:italic;
    color:#008080; 
}

.colCaariGreen {
    color:#008080; 
}             

.bgcolCaariGreen {
    background-color:#008080; 
}             
              
.fontItalicHeading {
  font-style:italic;
  font-weight:bold;
  font-size:larger;
}